From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web09.10079.1651239324012767354 for ; Fri, 29 Apr 2022 06:35:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=Ci6RboGN; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4902DB8346D for ; Fri, 29 Apr 2022 13:35:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0F4E7C385AC for ; Fri, 29 Apr 2022 13:35:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651239321; bh=gHpd3mMHmCFZjkHCgI8MU+jGDvwDdmDJR+QHFKEKUSk=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Ci6RboGNGz5qVhOOQYB3EqfSp9GTGAnpn0gzn7pskmqzN12OnT7gSjFuV1Ff7lU3u FoeLOkh3e5/Ty0wt1NjQn9RIrXB5rBkCr5kFqxc9ZJo5YILTL82gqBecHKequLOktg Yn7aNXhCa/Mvr1ekx0n4gnOdwVdzE5QU9VRh3zXYZcKkE8csQhFuKrzTEVRWSARtLO GCaBw/JxMWSeCJ3nP+veNnhsuoogWvdSW0GbSEW2c7qncL97PU8dYSpzELmdXqk69i cuMSFgy/mm2rgoS2sjceVp7MFd4XnP9EsNcWuN7onS5PnG90NY6qvWF02PR/XClZWw w0rQzyxLICArA== Received: by mail-oi1-f172.google.com with SMTP id y63so8510585oia.7 for ; Fri, 29 Apr 2022 06:35:20 -0700 (PDT) X-Gm-Message-State: AOAM53361ISWks7W1k3yhf+tF/DaagWRf8G4RwY6d2xtV5yM1+TKVl+W zCvrZgElO45xlzkUeNBTUohZig8JfeHKBj+IHgg= X-Google-Smtp-Source: ABdhPJxkJp1wBOamUeTVeqZSuZQjMK/qWJiJqChwXDU9gnwsQnwcCObzS+rYFuQhIXClnl84cj+U/cnocb+O2NlXl/4= X-Received: by 2002:a05:6808:e8d:b0:322:bac0:2943 with SMTP id k13-20020a0568080e8d00b00322bac02943mr1452632oil.126.1651239320133; Fri, 29 Apr 2022 06:35:20 -0700 (PDT) MIME-Version: 1.0 References: <20220427145943.402487-1-Pierre.Gondois@arm.com> In-Reply-To: <20220427145943.402487-1-Pierre.Gondois@arm.com> From: "Ard Biesheuvel" Date: Fri, 29 Apr 2022 15:35:08 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH edk2-platforms v1 0/3] Enable PCI/CPU topology generation for Juno To: edk2-devel-groups-io , Pierre , Sami Mujawar Cc: Ard Biesheuvel Content-Type: text/plain; charset="UTF-8" On Wed, 27 Apr 2022 at 17:00, PierreGondois wrote: > > From: Pierre Gondois > > DEPENDENCY: > This patch set relies on a fix sent at: > https://edk2.groups.io/g/devel/message/89348 > > The DynamicTablesPkg can now generate the AML description of the > PCI/CPU topology information. Use these new features and remove > the static ASL description of the PCI/CPU topology when the > DynamicTables are used (i.e. when -D DYNAMIC_TABLES_FRAMEWORK is > provided). > > Also provide a small fix for debug printing. > > Pierre Gondois (3): > Platform/ARM: Juno: Generate ASL description of CPU topology > Platform/ARM: Juno: Print debug values in right order > Platform/ARM: Juno: Generate ASL description of a PCIe bus > Sami, please review this and let me know when it can be merged. > .../AslTables/Dsdt.asl | 198 -------- > .../AslTables/SsdtPci.asl | 195 -------- > .../ConfigurationManager.c | 425 +++++++++++++++++- > .../ConfigurationManager.h | 47 +- > .../ConfigurationManagerDxe.inf | 1 - > 5 files changed, 456 insertions(+), 410 deletions(-) > delete mode 100644 Platform/ARM/JunoPkg/ConfigurationManager/ConfigurationManagerDxe/AslTables/SsdtPci.asl > > -- > 2.25.1 > > > > ------------ > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#89349): https://edk2.groups.io/g/devel/message/89349 > Mute This Topic: https://groups.io/mt/90732523/5717338 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [ardb+tianocore@kernel.org] > ------------ > >