Re: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT PCD categories

2022-07-12 Thread Oram, Isaac W
Pushed as 7447b92647..1e89913a47
Note that I fixed the author field.

-Original Message-
From: devel@edk2.groups.io  On Behalf Of Oram, Isaac W
Sent: Tuesday, July 12, 2022 9:18 AM
To: devel@edk2.groups.io; Sinha, Ankit 
Subject: Re: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT 
PCD categories

Series Reviewed-by: Isaac Oram 

-Original Message-
From: devel@edk2.groups.io  On Behalf Of Sinha, Ankit
Sent: Thursday, July 7, 2022 10:33 AM
To: devel@edk2.groups.io
Subject: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT PCD 
categories

Some ACPI FADT fields need to be update during boot time. This requires a few 
PCDs to be defined as Dynamic and not Fixed at build.
This patch series also removes duplicate definition of some PCDs between 
MinPlatformPkg and respective board packages.

Reference: https://github.com/ankit13s/edk2-platforms/tree/acpi_pcds

  Platform/Intel: Modifying PCD class for some ACPI related PCDs
  Platform/Intel: Removing ACPI FADT PCDs that are redefined
  Platform/Intel: Modifying PCD category based on MinPlatformPkg
  Platform/Intel: Updating PCD category based on MinPlatformPkg
  Platform/Intel: Removing ACPI FADT PCDs that are redefined
  Platform/Intel: Remove and re-categorize ACPI FADT PCDs

 Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c| 29 
++-
 Platform/Intel/CometlakeOpenBoardPkg/OpenBoardPkg.dec   |  2 --
 Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf  | 24 
+---
 Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec| 30 
++--
 Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgPcd.dsc |  8 
+++---  Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/PlatformPkgPcd.dsc |  
8 +++---  Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkgPcd.dsc | 
10 +--
 Platform/Intel/WhiskeylakeOpenBoardPkg/OpenBoardPkg.dec |  2 --
 Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dec  | 16 
---
 Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc  |  7 +++--
 10 files changed, 63 insertions(+), 73 deletions(-)

--
2.27.0.windows.1













-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91283): https://edk2.groups.io/g/devel/message/91283
Mute This Topic: https://groups.io/mt/92233702/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




Re: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT PCD categories

2022-07-12 Thread Oram, Isaac W
Series Reviewed-by: Isaac Oram 

-Original Message-
From: devel@edk2.groups.io  On Behalf Of Sinha, Ankit
Sent: Thursday, July 7, 2022 10:33 AM
To: devel@edk2.groups.io
Subject: [edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT PCD 
categories

Some ACPI FADT fields need to be update during boot time. This requires a few 
PCDs to be defined as Dynamic and not Fixed at build.
This patch series also removes duplicate definition of some PCDs between 
MinPlatformPkg and respective board packages.

Reference: https://github.com/ankit13s/edk2-platforms/tree/acpi_pcds

  Platform/Intel: Modifying PCD class for some ACPI related PCDs
  Platform/Intel: Removing ACPI FADT PCDs that are redefined
  Platform/Intel: Modifying PCD category based on MinPlatformPkg
  Platform/Intel: Updating PCD category based on MinPlatformPkg
  Platform/Intel: Removing ACPI FADT PCDs that are redefined
  Platform/Intel: Remove and re-categorize ACPI FADT PCDs

 Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c| 29 
++-
 Platform/Intel/CometlakeOpenBoardPkg/OpenBoardPkg.dec   |  2 --
 Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf  | 24 
+---
 Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec| 30 
++--
 Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgPcd.dsc |  8 
+++---  Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/PlatformPkgPcd.dsc |  
8 +++---  Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkgPcd.dsc | 
10 +--
 Platform/Intel/WhiskeylakeOpenBoardPkg/OpenBoardPkg.dec |  2 --
 Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dec  | 16 
---
 Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc  |  7 +++--
 10 files changed, 63 insertions(+), 73 deletions(-)

--
2.27.0.windows.1








-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91282): https://edk2.groups.io/g/devel/message/91282
Mute This Topic: https://groups.io/mt/92233702/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




[edk2-devel] [edk2-platforms PATCH V1 0/6] Re-organizing ACPI FADT PCD categories

2022-07-07 Thread Sinha, Ankit
Some ACPI FADT fields need to be update during boot time. This
requires a few PCDs to be defined as Dynamic and not Fixed at build.
This patch series also removes duplicate definition of some PCDs between
MinPlatformPkg and respective board packages.

Reference: https://github.com/ankit13s/edk2-platforms/tree/acpi_pcds

  Platform/Intel: Modifying PCD class for some ACPI related PCDs
  Platform/Intel: Removing ACPI FADT PCDs that are redefined
  Platform/Intel: Modifying PCD category based on MinPlatformPkg
  Platform/Intel: Updating PCD category based on MinPlatformPkg
  Platform/Intel: Removing ACPI FADT PCDs that are redefined
  Platform/Intel: Remove and re-categorize ACPI FADT PCDs

 Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.c| 29 
++-
 Platform/Intel/CometlakeOpenBoardPkg/OpenBoardPkg.dec   |  2 --
 Platform/Intel/MinPlatformPkg/Acpi/AcpiTables/AcpiPlatform.inf  | 24 
+---
 Platform/Intel/MinPlatformPkg/MinPlatformPkg.dec| 30 
++--
 Platform/Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgPcd.dsc |  8 +++---
 Platform/Intel/PurleyOpenBoardPkg/BoardTiogaPass/PlatformPkgPcd.dsc |  8 +++---
 Platform/Intel/SimicsOpenBoardPkg/BoardX58Ich10/OpenBoardPkgPcd.dsc | 10 
+--
 Platform/Intel/WhiskeylakeOpenBoardPkg/OpenBoardPkg.dec |  2 --
 Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dec  | 16 
---
 Platform/Intel/WhitleyOpenBoardPkg/PlatformPkg.dsc  |  7 +++--
 10 files changed, 63 insertions(+), 73 deletions(-)

-- 
2.27.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#91148): https://edk2.groups.io/g/devel/message/91148
Mute This Topic: https://groups.io/mt/92233702/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-