From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.10030.1651239568864567903 for ; Fri, 29 Apr 2022 06:39:29 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: pierre.gondois@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0B5661063; Fri, 29 Apr 2022 06:39:28 -0700 (PDT) Received: from [192.168.1.11] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F21253F5A1; Fri, 29 Apr 2022 06:39:26 -0700 (PDT) Message-ID: <3e549405-b8dc-086e-3633-0b98972eaec8@arm.com> Date: Fri, 29 Apr 2022 15:39:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [edk2-devel] [PATCH edk2-platforms v1 0/3] Enable PCI/CPU topology generation for Juno To: Ard Biesheuvel , edk2-devel-groups-io , Sami Mujawar Cc: Ard Biesheuvel References: <20220427145943.402487-1-Pierre.Gondois@arm.com> From: "PierreGondois" In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello Ard, Sami is on leave for the next 2 weeks. Also, just in case, this patch-set has a dependency on: https://edk2.groups.io/g/devel/message/89348 Regards, Pierre On 4/29/22 15:35, Ard Biesheuvel wrote: > 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] >> ------------ >> >>