[edk2-devel] [edk2-platforms][PATCH V2 1/6] Platform/Sgi: Add initial support for RD-N2-Cfg1 platform

2021-05-25 Thread Pranav Madhu
tables, platform and flash description files. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/RdN2Cfg1/RdN2Cfg1.dsc | 57 ++ Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf | 65 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1

[edk2-devel] [edk2-platforms][PATCH V2 0/6] Platform/Sgi: Add initial support for RD-N2-Cfg1 platform

2021-05-25 Thread Pranav Madhu
. This patch series should be applied on top of the patch series https://edk2.groups.io/g/devel/message/75533 Link to github branch with the patches in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rdn2cfg1-initial-support Aditya Angadi (1): Platform/Sgi: Add initial

[edk2-devel] [edk2-platforms][PATCH V4 11/11] Platform/Sgi: Add SMBIOS Type32 Table

2021-05-24 Thread Pranav Madhu
Add the SMBIOS type 32 table (System Boot Information) that includes information about the System Boot Status. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 1 + Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V4 09/11] Platform/Sgi: Add SMBIOS Type17 Table

2021-05-24 Thread Pranav Madhu
Add the SMBIOS type 17 table (Memory Device) that includes the specification of each installed memory device such as size of each device, bank locator, memory device type, and other related information. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V4 10/11] Platform/Sgi: Add SMBIOS Type19 Table

2021-05-24 Thread Pranav Madhu
Add the SMBIOS type 19 table (Memory Array Mapped Addr) that includes information about the address mapping for a Physical Memory Array. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 1 + Platform

[edk2-devel] [edk2-platforms][PATCH V4 05/11] Platform/Sgi: Add SMBIOS Type3 Table

2021-05-24 Thread Pranav Madhu
Add the SMBIOS type 3 table (System Enclosure) that includes information about manufacturer, type, serial number and other information related to system enclosure. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf

[edk2-devel] [edk2-platforms][PATCH V4 06/11] Platform/Sgi: Add SMBIOS Type4 Table

2021-05-24 Thread Pranav Madhu
Add the SMBIOS type 4 table (Processor Information) that includes information about manufacture, family, processor id, maximum operating frequency, and other information related to the processor. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc

[edk2-devel] [edk2-platforms][PATCH V4 08/11] Platform/Sgi: Add SMBIOS Type16 Table

2021-05-24 Thread Pranav Madhu
-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 4 + Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.h | 19 Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c | 1

[edk2-devel] [edk2-platforms][PATCH V4 07/11] Platform/Sgi: Add SMBIOS Type7 Table

2021-05-24 Thread Pranav Madhu
Add the SMBIOS type 7 table (Cache Information) that includes information about cache levels implemented, cache configuration, ways of associativity and other information related to cache memory installed. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V4 02/11] Platform/Sgi: Add GetProductId API for SGI/RD Platforms

2021-05-24 Thread Pranav Madhu
Add GetProductId API for SGI/RD Platform. The API returns a product id in integer format based on the platform description data. The product id is required for other drivers such as SMBIOS. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Include/SgiPlatform.h

[edk2-devel] [edk2-platforms][PATCH V4 04/11] Platform/Sgi: Add SMBIOS Type1 Table

2021-05-24 Thread Pranav Madhu
Add the SMBIOS type 1 table (System Information) that includes information about manufacturer, product name, version, serial number and other information related to the system identification. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V4 00/11] Add SMBIOS tables for Arm's Reference Design platforms

2021-05-24 Thread Pranav Madhu
specification. Link to github branch with the patches in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rd_smbios Pranav Madhu (11): Platform/Sgi: Define RD-N2 platform id values Platform/Sgi: Add GetProductId API for SGI/RD Platforms Platform/Sgi: Add Initial SMBIOS

[edk2-devel] [edk2-platforms][PATCH V4 03/11] Platform/Sgi: Add Initial SMBIOS support

2021-05-24 Thread Pranav Madhu
, version, SMBIOS version and other information related to BIOS. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 10 ++ Platform/ARM/SgiPkg/SgiPlatform.fdf | 8 +- Platform/ARM

[edk2-devel] [edk2-platforms][PATCH V4 01/11] Platform/Sgi: Define RD-N2 platform id values

2021-05-24 Thread Pranav Madhu
Add RD-N2 platform identification values including the part number and configuration number. This information will be used in populating the SMBIOS tables. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Include/SgiPlatform.h | 6 +- 1 file changed, 5

[edk2-devel] [edk2-platforms][PATCH V1 6/6] Platform/Sgi: Extend SMBIOS support for RD-N2-Cfg1

2021-05-19 Thread Pranav Madhu
Extend the SMBIOS support for RD-N2-Cfg1 platform. RD-N2-Cfg1 platform is a derivative of the RD-N2 platform and so most of the table values for RD-N2 platform is reused. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/Type1SystemInformation.c| 7

[edk2-devel] [edk2-platforms][PATCH V1 5/6] Platform/Sgi: Define RD-N2-Cfg1 platform id values

2021-05-19 Thread Pranav Madhu
Add the RD-N2-Cfg1 platform identification values including the part number and configuration number. This information will be used in populating the SMBIOS tables. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiPlatform.h | 7 ++- Platform/ARM/SgiPkg/Library

[edk2-devel] [edk2-platforms][PATCH V1 1/6] Platform/Sgi: Add initial support for RD-N2-Cfg1 platform

2021-05-19 Thread Pranav Madhu
tables, platform and flash description files. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/RdN2Cfg1/RdN2Cfg1.dsc | 57 ++ Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1AcpiTables.inf | 68 Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1/Dsdt.asl | 110

[edk2-devel] [edk2-platforms][PATCH V1 4/6] Platform/Sgi: ACPI CPPC support for RD-N2-Cfg1

2021-05-19 Thread Pranav Madhu
-Cfg1 platform does not support CPPC revision 1 and below. So update the _OSC method to let OSPM know about this fact. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1/Dsdt.asl | 78 1 file changed, 78 insertions(+) diff --git a/Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V1 3/6] Platform/Sgi: Low Power Idle states for RD-N2-Cfg1

2021-05-19 Thread Pranav Madhu
RD-N2-Cfg1 platform supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down) and the cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN2Cfg1/Dsdt.asl

[edk2-devel] [edk2-platforms][PATCH V1 2/6] Platform/Sgi: ACPI PPTT table for RD-N2-Cfg1 platform

2021-05-19 Thread Pranav Madhu
The RD-N2-Cfg1 platform includes eight single-thread CPUS. Each of the CPUs include 64KB L1 Data cache, 64KB L1 Instruction cache and 1MB L2 cache. The platform also includes a system level cache of 8MB. Add PPTT table for RD-N2-Cfg1 platform with this information. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V1 0/6] Platform/Sgi: Add initial support for RD-N2-Cfg1 platform

2021-05-19 Thread Pranav Madhu
-Madhu/edk2-platforms/tree/topics/rdn2cfg1-initial-support Aditya Angadi (1): Platform/Sgi: Add initial support for RD-N2-Cfg1 platform Pranav Madhu (5): Platform/Sgi: ACPI PPTT table for RD-N2-Cfg1 platform Platform/Sgi: Low Power Idle states for RD-N2-Cfg1 Platform/Sgi: ACPI CPPC support

[edk2-devel] [edk2-platforms][PATCH V3 05/11] Platform/Sgi: Add SMBIOS Type3 Table

2021-05-18 Thread Pranav Madhu
Add the SMBIOS type 3 table (System Enclosure) that includes information about manufacturer, type, serial number and other information related to system enclosure. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf

[edk2-devel] [edk2-platforms][PATCH V3 01/11] Platform/Sgi: Define RD-N2 platform id values

2021-05-18 Thread Pranav Madhu
Add RD-N2 platform identification values including the part number and configuration number. This information will be used in populating the SMBIOS tables. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Include/SgiPlatform.h | 6 +- 1 file changed, 5

[edk2-devel] [edk2-platforms][PATCH V3 02/11] Platform/Sgi: Add GetProductId API for SGI/RD Platforms

2021-05-18 Thread Pranav Madhu
Add GetProductId API for SGI/RD Platform. The API returns a product id in integer format based on the platform description data. The product id is required for other drivers such as SMBIOS. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Include/SgiPlatform.h

[edk2-devel] [edk2-platforms][PATCH V3 09/11] Platform/Sgi: Add SMBIOS Type17 Table

2021-05-18 Thread Pranav Madhu
Add the SMBIOS type 17 table (Memory Device) that includes the specification of each installed memory device such as size of each device, bank locator, memory device type, and other related information. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V3 00/11] Add SMBIOS tables for Arm's Reference Design platforms

2021-05-18 Thread Pranav Madhu
in this series adds SMBIOS driver support that allows for installation of multiple SMBIOS tables. And subsequent patches in this series add SMBIOS tables, which are mandatory as per Arm serverready SBBR specification. Link to github branch with the patches in this series - https://github.com/Pranav-Madhu

[edk2-devel] [edk2-platforms][PATCH V3 07/11] Platform/Sgi: Add SMBIOS Type7 Table

2021-05-18 Thread Pranav Madhu
Add the SMBIOS type 7 table (Cache Information) that includes information about cache levels implemented, cache configuration, ways of associativity and other information related to cache memory installed. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V3 04/11] Platform/Sgi: Add SMBIOS Type1 Table

2021-05-18 Thread Pranav Madhu
Add the SMBIOS type 1 table (System Information) that includes information about manufacturer, product name, version, serial number and other information related to the system identification. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V3 11/11] Platform/Sgi: Add SMBIOS Type32 Table

2021-05-18 Thread Pranav Madhu
Add the SMBIOS type 32 table (System Boot Information) that includes information about the System Boot Status. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 1 + Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V3 10/11] Platform/Sgi: Add SMBIOS Type19 Table

2021-05-18 Thread Pranav Madhu
Add the SMBIOS type 19 table (Memory Array Mapped Addr) that includes information about the address mapping for a Physical Memory Array. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 1 + Platform

[edk2-devel] [edk2-platforms][PATCH V3 08/11] Platform/Sgi: Add SMBIOS Type16 Table

2021-05-18 Thread Pranav Madhu
-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 4 + Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.h | 19 Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c | 1

[edk2-devel] [edk2-platforms][PATCH V3 06/11] Platform/Sgi: Add SMBIOS Type4 Table

2021-05-18 Thread Pranav Madhu
Add the SMBIOS type 4 table (Processor Information) that includes information about manufacture, family, processor id, maximum operating frequency, and other information related to the processor. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc

[edk2-devel] [edk2-platforms][PATCH V3 03/11] Platform/Sgi: Add Initial SMBIOS support

2021-05-18 Thread Pranav Madhu
, version, SMBIOS version and other information related to BIOS. Signed-off-by: Pranav Madhu Reviewed-by: Sami Mujawar --- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 10 ++ Platform/ARM/SgiPkg/SgiPlatform.fdf | 8 +- Platform/ARM

[edk2-devel] [edk2-platforms][PATCH V2 08/11] Platform/Sgi: Add SMBIOS Type16 Table

2021-05-16 Thread Pranav Madhu
-by: Pranav Madhu --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 4 + Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.h | 7 ++ Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c | 1 + Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V2 10/11] Platform/Sgi: Add SMBIOS Type19 Table

2021-05-16 Thread Pranav Madhu
Add the SMBIOS type 19 table (Memory Array Mapped Addr) that includes information about the address mapping for a Physical Memory Array. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 1 + Platform/ARM/SgiPkg/Drivers

[edk2-devel] [edk2-platforms][PATCH V2 11/11] Platform/Sgi: Add SMBIOS Type32 Table

2021-05-16 Thread Pranav Madhu
Add the SMBIOS type 32 table (System Boot Information) that includes information about the System Boot Status. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 1 + Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.h

[edk2-devel] [edk2-platforms][PATCH V2 09/11] Platform/Sgi: Add SMBIOS Type17 Table

2021-05-16 Thread Pranav Madhu
Add the SMBIOS type 17 table (Memory Device) that includes the specification of each installed memory device such as size of each device, bank locator, memory device type, and other related information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe

[edk2-devel] [edk2-platforms][PATCH V2 00/11] Add SMBIOS tables for Arm's Reference Design platforms

2021-05-16 Thread Pranav Madhu
are mandatory as per Arm serverready SBBR specification. Link to github branch with the patches in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rd_smbios Pranav Madhu (11): Platform/Sgi: Define RD-N2 platform id values Platform/Sgi: Add GetProductId API for SGI/RD

[edk2-devel] [edk2-platforms][PATCH V2 02/11] Platform/Sgi: Add GetProductId API for SGI/RD Platforms

2021-05-16 Thread Pranav Madhu
Add GetProductId API for SGI/RD Platform. The API returns a product id in integer format based on the platform description data. The product id is required for other drivers such as SMBIOS. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiPlatform.h | 21

[edk2-devel] [edk2-platforms][PATCH V2 05/11] Platform/Sgi: Add SMBIOS Type3 Table

2021-05-16 Thread Pranav Madhu
Add the SMBIOS type 3 table (System Enclosure) that includes information about manufacturer, type, serial number and other information related to system enclosure. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf | 1 + Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V2 04/11] Platform/Sgi: Add SMBIOS Type1 Table

2021-05-16 Thread Pranav Madhu
Add the SMBIOS type 1 table (System Information) that includes information about manufacturer, product name, version, serial number and other information related to the system identification. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.inf

[edk2-devel] [edk2-platforms][PATCH V2 01/11] Platform/Sgi: Define RD-N2 platform id values

2021-05-16 Thread Pranav Madhu
Add RD-N2 platform identification values including the part number and configuration number. This information will be used in populating the SMBIOS tables. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiPlatform.h | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff

[edk2-devel] [edk2-platforms][PATCH V2 07/11] Platform/Sgi: Add SMBIOS Type7 Table

2021-05-16 Thread Pranav Madhu
Add the SMBIOS type 7 table (Cache Information) that includes information about cache levels implemented, cache configuration, ways of associativity and other information related to cache memory installed. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe

[edk2-devel] [edk2-platforms][PATCH V2 06/11] Platform/Sgi: Add SMBIOS Type4 Table

2021-05-16 Thread Pranav Madhu
Add the SMBIOS type 4 table (Processor Information) that includes information about manufacture, family, processor id, maximum operating frequency, and other information related to the processor. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc

[edk2-devel] [edk2-platforms][PATCH V2 03/11] Platform/Sgi: Add Initial SMBIOS support

2021-05-16 Thread Pranav Madhu
, version, SMBIOS version and other information related to BIOS. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/SgiPlatform.dsc.inc | 10 ++ Platform/ARM/SgiPkg/SgiPlatform.fdf | 8 +- Platform/ARM/SgiPkg/Drivers/SmbiosPlatformDxe

Re: [edk2-devel] [edk2-platforms][PATCH V3 08/14] Platform/Sgi: ACPI PPTT table for RD-E1-Edge platform

2021-05-11 Thread Pranav Madhu
Hi Sami, Please find my response: > > Hi Pranav, > > Please find my response inline marked [SAMI]. > > Regards, > > Sami Mujawar > > > On 10/05/2021 09:06 PM, Pranav Madhu wrote: > > The RD-E1-Edge platform includes two clusters with eight multi-thread >

Re: [edk2-devel] [edk2-platforms][PATCH V3 00/14] Platform/Sgi: Add PPTT table for Neoverse Reference Design platforms

2021-05-11 Thread Pranav Madhu
RdN2: https://edk2.groups.io/g/devel/message/74924 RdV1Mc: https://edk2.groups.io/g/devel/message/74922 > > Regards, > > Sami Mujawar > > On 10/05/2021 09:06 PM, Pranav Madhu wrote: > > Changes since V2: > > - Introduced CPU container object into DSD

[edk2-devel] [edk2-platforms][PATCH V2 11/11] Platform/Sgi: ACPI CPPC support for RD-N2

2021-05-11 Thread Pranav Madhu
platform does not support CPPC revision 1 and below. So update the _OSC method to let OSPM know about this fact. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN2/Dsdt.asl | 150 1 file changed, 150 insertions(+) diff --git a/Platform/ARM/SgiPkg/AcpiTables/RdN2

[edk2-devel] [edk2-platforms][PATCH V2 10/11] Platform/Sgi: Low Power Idle States for RD-N2

2021-05-11 Thread Pranav Madhu
RD-N2 platform supports two LPI states, LPI1 (Standby WFI) and LPI3 (Power-down). The cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN2/Dsdt.asl | 214

[edk2-devel] [edk2-platforms][PATCH V2 09/11] Platform/Sgi: ACPI CPPC support for RD-V1 quad-chip platform

2021-05-11 Thread Pranav Madhu
performance. RD-V1 quad-chip platform does not support CPPC revision 1 and below. So update the _OSC method to let OSPM know about this fact. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl | 162 1 file changed, 162 insertions(+) diff --git

[edk2-devel] [edk2-platforms][PATCH V2 08/11] Platform/Sgi: Low Power Idle States for RD-V1 quad-chip platform

2021-05-11 Thread Pranav Madhu
RD-V1 quad-chip platform supports two LPI states, LPI1 (Standby WFI) and LPI3 (Power-down). Add idle support for RD-V1 quad-chip platform. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl | 144 1 file changed, 144 insertions(+) diff --git

[edk2-devel] [edk2-platforms][PATCH V2 07/11] Platform/Sgi: ACPI CPPC support for RD-V1

2021-05-11 Thread Pranav Madhu
platform does not support CPPC revision 1 and below. So update the _OSC method to let OSPM know about this fact. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1/Dsdt.asl | 166 1 file changed, 166 insertions(+) diff --git a/Platform/ARM/SgiPkg/AcpiTables

[edk2-devel] [edk2-platforms][PATCH V2 05/11] Platform/Sgi: Low Power Idle states for RD-V1 platform

2021-05-11 Thread Pranav Madhu
RD-V1 platform supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down). Add idle support for RD-V1 platform. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1/Dsdt.asl | 128 1 file changed, 128 insertions(+) diff --git a/Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V2 04/11] Platform/Sgi: Low Power Idle States for RD-N1-Edge dual-chip

2021-05-11 Thread Pranav Madhu
RD-N1-Edge platform in multi chip configuration supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down). The cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V2 06/11] Platform/Sgi: Macro definitions for ACPI CPPC

2021-05-11 Thread Pranav Madhu
respectively. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 74 1 file changed, 74 insertions(+) diff --git a/Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h b/Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h index c23938fe3d4f..7b8c16b172c0 100644

[edk2-devel] [edk2-platforms][PATCH V2 02/11] Platform/Sgi: Low Power Idle states for SGI-575

2021-05-11 Thread Pranav Madhu
SGI-575 platform supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down) and the cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 132

[edk2-devel] [edk2-platforms][PATCH V2 00/11] Enable idle state and CPPC support for RD platform

2021-05-11 Thread Pranav Madhu
support is added for RD-V1, RD-V1-MC and RD-N2 platforms. This patch series should be applied on top of the patch series https://edk2.groups.io/g/devel/message/74924 Link to github branch with the patches in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rd_power_management

[edk2-devel] [edk2-platforms][PATCH V2 01/11] Platform/Sgi: Macro definitions for ACPI _OSC

2021-05-11 Thread Pranav Madhu
Add helper macros required for use with ACPI Operating System Capabilities (_OSC) control method. The macros for capability DWORD and return status value DWORD are defined. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 16 1 file changed, 16

[edk2-devel] [edk2-platforms][PATCH V2 03/11] Platform/Sgi: Low Power Idle states for RD-N1-Edge

2021-05-11 Thread Pranav Madhu
RD-N1-Edge platform supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down) and the cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN1Edge/Dsdt.asl

[edk2-devel] [edk2-platforms][PATCH V3 14/14] Platform/Sgi: ACPI PPTT table for RD-N2 platform

2021-05-10 Thread Pranav Madhu
The RD-N2 platform includes sixteen single-thread CPUS. Each of the CPUs include 64KB L1 Data cache, 64KB L1 Instruction cache and 1MB L2 cache. The platform also includes a system level cache of 32MB. Add PPTT table for RD-N2 platform with this information. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V3 12/14] Platform/Sgi: ACPI PPTT Table for RD-V1 quad-chip platform

2021-05-10 Thread Pranav Madhu
of 16MB per chip. Add PPTT table for RD-V1 quad-chip platform with this information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 1 + Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Pptt.aslc | 184 2 files changed, 185 insertions(+) diff

[edk2-devel] [edk2-platforms][PATCH V3 11/14] Platform/Sgi: Add CPU container for RD-V1 quad-chip platform

2021-05-10 Thread Pranav Madhu
into a separate processor container devices. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl | 177 ++-- 1 file changed, 128 insertions(+), 49 deletions(-) diff --git a/Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl b/Platform/ARM/SgiPkg/AcpiTables

[edk2-devel] [edk2-platforms][PATCH V3 13/14] Platform/Sgi: Add CPU container for RD-N2 platform

2021-05-10 Thread Pranav Madhu
The RD-N2 platform is a sixteen core platform with each core contained in a minimal cluster logic. Update the processor device entries accordingly in the DSDT ACPI table by moving each of the processor device entries into a separate processor container devices. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V3 10/14] Platform/Sgi: ACPI PPTT Table for RD-V1 platform

2021-05-10 Thread Pranav Madhu
The RD-V1 platform includes sixteen single-thread CPUs. Each of the CPUs include 64KB L1 Data cache, 64KB L1 Instruction cache and 1MB L2 cache. The platform also includes a system level cache of 16MB. Add PPTT table for RD-V1 platform with this information. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V3 09/14] Platform/Sgi: Add CPU container for RD-V1 platform

2021-05-10 Thread Pranav Madhu
The RD-V1 platform is a sixteen core platform with each core contained in a minimal cluster logic. Update the processor device entries accordingly in the DSDT ACPI table by moving each of the processor device entries into a separate processor container device. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V3 08/14] Platform/Sgi: ACPI PPTT table for RD-E1-Edge platform

2021-05-10 Thread Pranav Madhu
platform with this information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf | 3 +- Platform/ARM/SgiPkg/AcpiTables/RdE1Edge/Pptt.aslc | 252 2 files changed, 254 insertions(+), 1 deletion(-) diff --git a/Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V3 07/14] Platform/Sgi: ACPI PPTT table for RD-N1-Edge dual-chip

2021-05-10 Thread Pranav Madhu
and 512KB L2 cache. Each cluster includes a 2MB L3 cache. The platform also includes a system level cache of 8MB per chip. Add PPTT table for RD-N1-Edge dual-chip platform with this information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf | 1 + Platform/ARM

[edk2-devel] [edk2-platforms][PATCH V3 05/14] Platform/Sgi: ACPI PPTT table for RD-N1-Edge platform

2021-05-10 Thread Pranav Madhu
platform with this information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf | 3 +- Platform/ARM/SgiPkg/AcpiTables/RdN1Edge/Pptt.aslc | 186 2 files changed, 188 insertions(+), 1 deletion(-) diff --git a/Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V3 03/14] Platform/Sgi: ACPI PPTT table for SGI-575 platform

2021-05-10 Thread Pranav Madhu
The SGI-575 platform includes two clusters with four single-thread CPUs. Each of the CPUs include 64KB L1 Data cache, 64KB L1 Instruction cache and 512KB L2 cache. Each cluster includes a 2MB L3 cache. Add PPTT table for SGI-575 platform with this information. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V3 06/14] Platform/Sgi: Add DSDT ACPI table for RD-N1-Edge dual-chip platform

2021-05-10 Thread Pranav Madhu
containing the corresponding processor devices. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf | 2 +- Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2/Dsdt.asl | 136 2 files changed, 137 insertions(+), 1 deletion(-) diff --git a/Platform

[edk2-devel] [edk2-platforms][PATCH V3 02/14] Platform/Sgi: Add CPU container for SGI-575

2021-05-10 Thread Pranav Madhu
The SGI-575 platform includes two clusters with four single-thread CPUs. Add processor container devices for the two clusters on the SGI-575 platform and move the existing processor devices into respective processor containers. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables

[edk2-devel] [edk2-platforms][PATCH V3 04/14] Platform/Sgi: Add CPU container for RD-N1-Edge

2021-05-10 Thread Pranav Madhu
The RD-N1-Edge platform includes two clusters with four single-thread CPUs. Add processor container devices for the two clusters on the RD-N1-Edge platform and move the existing processor devices into respective processor containers. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V3 01/14] Platform/Sgi: Helper macros for PPTT Table

2021-05-10 Thread Pranav Madhu
Add helper macros for the creation for PPTT table. These macros help with initializing processor hierarchy node structure, cache type structure and ID structure. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 170 1 file changed, 170

[edk2-devel] [edk2-platforms][PATCH V3 00/14] Platform/Sgi: Add PPTT table for Neoverse Reference Design platforms

2021-05-10 Thread Pranav Madhu
is mandatory as per Arm SystemReady SR specification. Link to github branch with the patches in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rd_pptt Pranav Madhu (14): Platform/Sgi: Helper macros for PPTT Table Platform/Sgi: Add CPU container for SGI-575 Platform/Sgi: ACPI

[edk2-devel] [edk2-platforms][PATCH V1 17/17] Platform/Sgi: ACPI CPPC support for RD-N2

2021-04-28 Thread Pranav Madhu
platform does not support CPPC revision 1 and below. So update the _OSC method to let OSPM know about this fact. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN2/Dsdt.asl | 150 1 file changed, 150 insertions(+) diff --git a/Platform/ARM/SgiPkg/AcpiTables/RdN2

[edk2-devel] [edk2-platforms][PATCH V1 16/17] Platform/Sgi: Low Power Idle States for RD-N2

2021-04-28 Thread Pranav Madhu
RD-N2 platform supports two LPI states, LPI1 (Standby WFI) and LPI3 (Power-down). The cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN2/Dsdt.asl | 214

[edk2-devel] [edk2-platforms][PATCH V1 14/17] Platform/Sgi: ACPI CPPC support for RD-V1 quad-chip platform

2021-04-28 Thread Pranav Madhu
performance. RD-V1 quad-chip platform does not support CPPC revision 1 and below. So update the _OSC method to let OSPM know about this fact. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl | 162 1 file changed, 162 insertions(+) diff --git

[edk2-devel] [edk2-platforms][PATCH V1 13/17] Platform/Sgi: Low Power Idle States for RD-V1 quad-chip platform

2021-04-28 Thread Pranav Madhu
RD-V1 quad-chip platform supports two LPI states, LPI1 (Standby WFI) and LPI3 (Power-down). Add idle support for RD-V1 quad-chip platform. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl | 144 1 file changed, 144 insertions(+) diff --git

[edk2-devel] [edk2-platforms][PATCH V1 15/17] Platform/Sgi: Add CPU container for RD-N2 platform

2021-04-28 Thread Pranav Madhu
The RD-N2 platform is a sixteen core platform with each core contained in a minimal cluster logic. Update the processor device entries accordingly in the DSDT ACPI table by moving each of the processor device entries into a separate processor container devices. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V1 11/17] Platform/Sgi: ACPI CPPC support for RD-V1

2021-04-28 Thread Pranav Madhu
platform does not support CPPC revision 1 and below. So update the _OSC method to let OSPM know about this fact. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1/Dsdt.asl | 166 1 file changed, 166 insertions(+) diff --git a/Platform/ARM/SgiPkg/AcpiTables

[edk2-devel] [edk2-platforms][PATCH V1 10/17] Platform/Sgi: Macro definitions for ACPI CPPC

2021-04-28 Thread Pranav Madhu
respectively. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 53 1 file changed, 53 insertions(+) diff --git a/Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h b/Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h index 4977d4d898aa..1b5305f15fb8 100644

[edk2-devel] [edk2-platforms][PATCH V1 12/17] Platform/Sgi: Add CPU container for RD-V1 quad-chip platform

2021-04-28 Thread Pranav Madhu
into a separate processor container devices. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl | 177 ++-- 1 file changed, 128 insertions(+), 49 deletions(-) diff --git a/Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Dsdt.asl b/Platform/ARM/SgiPkg/AcpiTables

[edk2-devel] [edk2-platforms][PATCH V1 09/17] Platform/Sgi: Low Power Idle states for RD-V1 platform

2021-04-28 Thread Pranav Madhu
RD-V1 platform supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down). Add idle support for RD-V1 platform. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1/Dsdt.asl | 128 1 file changed, 128 insertions(+) diff --git a/Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V1 08/17] Platform/Sgi: Add CPU container for RD-V1 platform

2021-04-28 Thread Pranav Madhu
The RD-V1 platform is a sixteen core platform with each core contained in a minimal cluster logic. Update the processor device entries accordingly in the DSDT ACPI table by moving each of the processor device entries into a separate processor container device. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V1 04/17] Platform/Sgi: Add CPU container for RD-N1-Edge

2021-04-28 Thread Pranav Madhu
The RD-N1-Edge platform includes two clusters with four single-thread CPUs. Add processor container devices for the two clusters on the RD-N1-Edge platform and move the existing processor devices into respective processor containers. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V1 07/17] Platform/Sgi: Low Power Idle States for RD-N1-Edge dual-chip

2021-04-28 Thread Pranav Madhu
RD-N1-Edge platform in multi chip configuration supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down). The cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V1 06/17] Platform/Sgi: Add DSDT ACPI table for RD-N1-Edge dual-chip platform

2021-04-28 Thread Pranav Madhu
containing the corresponding processor devices. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf | 2 +- Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2/Dsdt.asl | 136 2 files changed, 137 insertions(+), 1 deletion(-) diff --git a/Platform

[edk2-devel] [edk2-platforms][PATCH V1 05/17] Platform/Sgi: Low Power Idle states for RD-N1-Edge

2021-04-28 Thread Pranav Madhu
RD-N1-Edge platform supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down) and the cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN1Edge/Dsdt.asl

[edk2-devel] [edk2-platforms][PATCH V1 03/17] Platform/Sgi: Low Power Idle states for SGI-575

2021-04-28 Thread Pranav Madhu
SGI-575 platform supports 2 LPI states, LPI1 (Standby WFI) and LPI3 (Power-down) and the cluster supports LPI2 (Power-down) state. The LPI implementation also supports combined power state for core and cluster. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/Sgi575/Dsdt.asl | 132

[edk2-devel] [edk2-platforms][PATCH V1 02/17] Platform/Sgi: Add CPU container for SGI-575

2021-04-28 Thread Pranav Madhu
The SGI-575 platform includes two clusters with four single-thread CPUs. Add processor container devices for the two clusters on the SGI-575 platform and move the existing processor devices into respective processor containers. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables

[edk2-devel] [edk2-platforms][PATCH V1 00/17] Enable idle state and CPPC support for RD platform

2021-04-28 Thread Pranav Madhu
of the patch series https://edk2.groups.io/g/devel/message/74539 Link to github branch with the patches in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rd_power_management Pranav Madhu (17): Platform/Sgi: Macro definitions for ACPI _OSC Platform/Sgi: Add CPU container

[edk2-devel] [edk2-platforms][PATCH V1 01/17] Platform/Sgi: Macro definitions for ACPI _OSC

2021-04-28 Thread Pranav Madhu
Add helper macros required for use with ACPI Operating System Capabilities (_OSC) control method. The macros for capability DWORD and return status value DWORD are defined. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 16 1 file changed, 16

[edk2-devel] [edk2-platforms][PATCH V2 6/8] Platform/Sgi: ACPI PPTT Table for RD-V1 platform

2021-04-28 Thread Pranav Madhu
The RD-V1 platform includes sixteen single-thread CPUs. Each of the CPUs include 64KB L1 Data cache, 64KB L1 Instruction cache and 1MB L2 cache. The platform also includes a system level cache of 16MB. Add PPTT table for RD-V1 platform with this information. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V2 8/8] Platform/Sgi: ACPI PPTT table for RD-N2 platform

2021-04-28 Thread Pranav Madhu
The RD-N2 platform includes sixteen single-thread CPUS. Each of the CPUs include 64KB L1 Data cache, 64KB L1 Instruction cache and 1MB L2 cache. The platform also includes a system level cache of 32MB. Add PPTT table for RD-N2 platform with this information. Signed-off-by: Pranav Madhu

[edk2-devel] [edk2-platforms][PATCH V2 7/8] Platform/Sgi: ACPI PPTT Table for RD-V1 quad-chip platform

2021-04-28 Thread Pranav Madhu
of 16MB per chip. Add PPTT table for RD-V1 quad-chip platform with this information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdV1McAcpiTables.inf | 1 + Platform/ARM/SgiPkg/AcpiTables/RdV1Mc/Pptt.aslc | 169 2 files changed, 170 insertions(+) diff

[edk2-devel] [edk2-platforms][PATCH V2 1/8] Platform/Sgi: Helper macros for PPTT Table

2021-04-28 Thread Pranav Madhu
Add helper macros for the creation for PPTT table. These macros help with initializing processor hierarchy node structure, cache type structure and ID structure. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/Include/SgiAcpiHeader.h | 160 1 file changed, 160

[edk2-devel] [edk2-platforms][PATCH V2 0/8] Platform/Sgi: Add PPTT table for Neoverse Reference Design platforms

2021-04-28 Thread Pranav Madhu
in this series - https://github.com/Pranav-Madhu/edk2-platforms/tree/topics/rd_pptt Pranav Madhu (8): Platform/Sgi: Helper macros for PPTT Table Platform/Sgi: ACPI PPTT table for SGI-575 platform Platform/Sgi: ACPI PPTT table for RD-N1-Edge platform Platform/Sgi: ACPI PPTT table for RD-N1-Edge dual

[edk2-devel] [edk2-platforms][PATCH V2 4/8] Platform/Sgi: ACPI PPTT table for RD-N1-Edge dual-chip

2021-04-28 Thread Pranav Madhu
and 512KB L2 cache. Each cluster includes a 2MB L3 cache. The platform also includes a system level cache of 8MB per chip. Add PPTT table for RD-N1-Edge dual-chip platform with this information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeX2AcpiTables.inf | 1 + Platform/ARM

[edk2-devel] [edk2-platforms][PATCH V2 5/8] Platform/Sgi: ACPI PPTT table for RD-E1-Edge platform

2021-04-28 Thread Pranav Madhu
platform with this information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdE1EdgeAcpiTables.inf | 3 +- Platform/ARM/SgiPkg/AcpiTables/RdE1Edge/Pptt.aslc | 230 2 files changed, 232 insertions(+), 1 deletion(-) diff --git a/Platform/ARM/SgiPkg

[edk2-devel] [edk2-platforms][PATCH V2 3/8] Platform/Sgi: ACPI PPTT table for RD-N1-Edge platform

2021-04-28 Thread Pranav Madhu
platform with this information. Signed-off-by: Pranav Madhu --- Platform/ARM/SgiPkg/AcpiTables/RdN1EdgeAcpiTables.inf | 3 +- Platform/ARM/SgiPkg/AcpiTables/RdN1Edge/Pptt.aslc | 175 2 files changed, 177 insertions(+), 1 deletion(-) diff --git a/Platform/ARM/SgiPkg

<    1   2   3   >