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.web08.9485.1651071598783115689 for ; Wed, 27 Apr 2022 07:59:59 -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 D0E80ED1; Wed, 27 Apr 2022 07:59:57 -0700 (PDT) Received: from pierre123.arm.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C48433F73B; Wed, 27 Apr 2022 07:59:56 -0700 (PDT) From: "PierreGondois" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Sami Mujawar Subject: [PATCH edk2-platforms v1 0/3] Enable PCI/CPU topology generation for Juno Date: Wed, 27 Apr 2022 16:59:40 +0200 Message-Id: <20220427145943.402487-1-Pierre.Gondois@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 .../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/Configurati= onManagerDxe/AslTables/SsdtPci.asl --=20 2.25.1