public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances
@ 2023-12-01  0:34 Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance Taylor Beebe
                   ` (17 more replies)
  0 siblings, 18 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Taylor Beebe (17):
  Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance
  Platform/ARM/Morello: Add ImagePropertiesRecordLib Instance
  Platform/BeagleBoard/BeagleBoardPkg: Add ImagePropertiesRecordLib
    Instance
  Platform/Intel/Vlv2TbltDevicePkg: Add ImagePropertiesRecordLib
    Instance
  Platform/LeMaker/CelloBoard: Add ImagePropertiesRecordLib Instance
  Platform/RaspberryPi: Add ImagePropertiesRecordLib Instance
  Platform/Loongson/LoongArchQemuPkg: Add ImagePropertiesRecordLib
    Instance
  Platform/Qemu/SbsaQemu: Add ImagePropertiesRecordLib Instance
  Platform/SiFive/U5SeriesPkg: Add ImagePropertiesRecordLib Instance
  Platform/Socionext: Add ImagePropertiesRecordLib Instance
  Platform/SoftIron/Overdrive1000Board: Add ImagePropertiesRecordLib
    Instance
  Silicon/NXP: Add ImagePropertiesRecordLib Instance
  Silicon/Hisilicon: Add ImagePropertiesRecordLib Instance
  Silicon/Marvell/Armada7k8k: Add ImagePropertiesRecordLib Instance
  Platform/Sophgo/SG2042_EVB_Board: Add ImagePropertiesRecordLib
    Instance
  Silicon/Ampere/AmpereAltraPkg: Add ImagePropertiesRecordLib Instance
  Silicon/Phytium/PhytiumCommonPkg: Add ImagePropertiesRecordLib
    Instance

 Platform/AMD/OverdriveBoard/OverdriveBoard.dsc                       | 1 +
 Platform/ARM/Morello/MorelloPlatform.dsc.inc                         | 1 +
 Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc               | 1 +
 Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc                 | 1 +
 Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc                  | 1 +
 Platform/LeMaker/CelloBoard/CelloBoard.dsc                           | 1 +
 Platform/Loongson/LoongArchQemuPkg/Loongson.dsc                      | 1 +
 Platform/Qemu/SbsaQemu/SbsaQemu.dsc                                  | 1 +
 Platform/RaspberryPi/RPi3/RPi3.dsc                                   | 1 +
 Platform/RaspberryPi/RPi4/RPi4.dsc                                   | 1 +
 Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc           | 1 +
 Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 1 +
 Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc                 | 1 +
 Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc         | 1 +
 Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc          | 1 +
 Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc                          | 1 +
 Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc                 | 1 +
 Silicon/Hisilicon/Hisilicon.dsc.inc                                  | 1 +
 Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc                        | 1 +
 Silicon/NXP/NxpQoriqLs.dsc.inc                                       | 1 +
 Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc            | 1 +
 21 files changed, 21 insertions(+)

-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111935): https://edk2.groups.io/g/devel/message/111935
Mute This Topic: https://groups.io/mt/102906504/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  1:24   ` Chang, Abner via groups.io
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 02/17] Platform/ARM/Morello: " Taylor Beebe
                   ` (16 subsequent siblings)
  17 siblings, 1 reply; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang, Abdul Lateef Attar, Ard Biesheuvel, Leif Lindholm

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Abdul Lateef Attar <abdattar@amd.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
---
 Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
index 27ae2a86b82d..5a1ecfa43857 100644
--- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
+++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
@@ -52,6 +52,7 @@ DEFINE X64EMU_ENABLE  = FALSE
   PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
   UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
   CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
   UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111936): https://edk2.groups.io/g/devel/message/111936
Mute This Topic: https://groups.io/mt/102906505/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 02/17] Platform/ARM/Morello: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 03/17] Platform/BeagleBoard/BeagleBoardPkg: " Taylor Beebe
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Thomas Abraham, Sami Mujawar

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Thomas Abraham <thomas.abraham@arm.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
---
 Platform/ARM/Morello/MorelloPlatform.dsc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/ARM/Morello/MorelloPlatform.dsc.inc b/Platform/ARM/Morello/MorelloPlatform.dsc.inc
index b8210c87ad18..e7f4b6d0dde8 100644
--- a/Platform/ARM/Morello/MorelloPlatform.dsc.inc
+++ b/Platform/ARM/Morello/MorelloPlatform.dsc.inc
@@ -13,6 +13,7 @@
   BasePathLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
   HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
   TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   # Ramdisk Support
   FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111937): https://edk2.groups.io/g/devel/message/111937
Mute This Topic: https://groups.io/mt/102906506/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 03/17] Platform/BeagleBoard/BeagleBoardPkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 02/17] Platform/ARM/Morello: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 04/17] Platform/Intel/Vlv2TbltDevicePkg: " Taylor Beebe
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Leif Lindholm

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
---
 Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc
index 0834770a6292..a114c9b633d0 100644
--- a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc
+++ b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc
@@ -93,6 +93,7 @@
   UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
   DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
   UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
   UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111938): https://edk2.groups.io/g/devel/message/111938
Mute This Topic: https://groups.io/mt/102906507/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 04/17] Platform/Intel/Vlv2TbltDevicePkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (2 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 03/17] Platform/BeagleBoard/BeagleBoardPkg: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 05/17] Platform/LeMaker/CelloBoard: " Taylor Beebe
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Zailiang Sun, Yi Qian, Nate DeSimone, Sai Chaganty

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Sai Chaganty <rangasai.v.chaganty@intel.com>
---
 Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 +
 Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc
index 4adbaa69666f..938795d6c982 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc
+++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc
@@ -154,6 +154,7 @@
   SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
   IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
   DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   #
   # CPU
diff --git a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc
index c7d9733dad76..384394e31c51 100644
--- a/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc
+++ b/Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc
@@ -156,6 +156,7 @@
   SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
   IoApicLib|PcAtChipsetPkg/Library/BaseIoApicLib/BaseIoApicLib.inf
   DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   #
   # CPU
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111939): https://edk2.groups.io/g/devel/message/111939
Mute This Topic: https://groups.io/mt/102906509/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 05/17] Platform/LeMaker/CelloBoard: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (3 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 04/17] Platform/Intel/Vlv2TbltDevicePkg: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 06/17] Platform/RaspberryPi: " Taylor Beebe
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Leif Lindholm

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
---
 Platform/LeMaker/CelloBoard/CelloBoard.dsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.dsc b/Platform/LeMaker/CelloBoard/CelloBoard.dsc
index b46295a1648a..bf1f2bab52bc 100644
--- a/Platform/LeMaker/CelloBoard/CelloBoard.dsc
+++ b/Platform/LeMaker/CelloBoard/CelloBoard.dsc
@@ -70,6 +70,7 @@ DEFINE NUM_CORES    = 4
   UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
   HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
   UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
 
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111940): https://edk2.groups.io/g/devel/message/111940
Mute This Topic: https://groups.io/mt/102906510/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 06/17] Platform/RaspberryPi: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (4 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 05/17] Platform/LeMaker/CelloBoard: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: " Taylor Beebe
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Leif Lindholm, Jeremy Linton

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Jeremy Linton <jeremy.linton@arm.com>
---
 Platform/RaspberryPi/RPi3/RPi3.dsc | 1 +
 Platform/RaspberryPi/RPi4/RPi4.dsc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc
index 4e7377a00036..86a8b8101cfa 100644
--- a/Platform/RaspberryPi/RPi3/RPi3.dsc
+++ b/Platform/RaspberryPi/RPi3/RPi3.dsc
@@ -90,6 +90,7 @@
   HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
   UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
   SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
   OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4/RPi4.dsc
index e04c76443d5b..9ebe90e5974a 100644
--- a/Platform/RaspberryPi/RPi4/RPi4.dsc
+++ b/Platform/RaspberryPi/RPi4/RPi4.dsc
@@ -88,6 +88,7 @@
   HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
   UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
   SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
   OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111941): https://edk2.groups.io/g/devel/message/111941
Mute This Topic: https://groups.io/mt/102906511/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (5 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 06/17] Platform/RaspberryPi: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  6:28   ` Chao Li
  2023-12-01  8:08   ` xianglai
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 08/17] Platform/Qemu/SbsaQemu: " Taylor Beebe
                   ` (10 subsequent siblings)
  17 siblings, 2 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Bibo Mao, Xianglai li, Chao Li

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Bibo Mao <maobibo@loongson.cn>
Cc: Xianglai li <lixianglai@loongson.cn>
Cc: Chao Li <lichao@loongson.cn>
---
 Platform/Loongson/LoongArchQemuPkg/Loongson.dsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
index 00b28cfa500f..d547d86824b7 100644
--- a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
+++ b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
@@ -155,6 +155,7 @@
   PciHostBridgeUtilityLib          | OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
   MmuLib                           | Platform/Loongson/LoongArchQemuPkg/Library/MmuLib/MmuBaseLib.inf
   FileExplorerLib                  | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
+  ImagePropertiesRecordLib         | MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
 !if $(HTTP_BOOT_ENABLE) == TRUE
   HttpLib                          | MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111942): https://edk2.groups.io/g/devel/message/111942
Mute This Topic: https://groups.io/mt/102906512/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 08/17] Platform/Qemu/SbsaQemu: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (6 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 09/17] Platform/SiFive/U5SeriesPkg: " Taylor Beebe
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Leif Lindholm, Graeme Gregory, Marcin Juszkiewicz

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Graeme Gregory <graeme@xora.org.uk>
Cc: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc
index fa85bd8dab89..de43bfb6528d 100644
--- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc
+++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc
@@ -78,6 +78,7 @@ DEFINE NETWORK_HTTP_BOOT_ENABLE       = FALSE
   SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
   ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
   FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
   UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111943): https://edk2.groups.io/g/devel/message/111943
Mute This Topic: https://groups.io/mt/102906513/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 09/17] Platform/SiFive/U5SeriesPkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (7 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 08/17] Platform/Qemu/SbsaQemu: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 10/17] Platform/Socionext: " Taylor Beebe
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Daniel Schaefer

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Daniel Schaefer <git@danielschaefer.me>
---
 Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc           | 1 +
 Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc
index 4dc243867f40..0479d8f3b0ae 100644
--- a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc
+++ b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc
@@ -103,6 +103,7 @@
   FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
   VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
   VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
 # RISC-V Platform Library
   TimeBaseLib|EmbeddedPkg//Library/TimeBaseLib/TimeBaseLib.inf
diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc
index 9dff112d0016..a297702952a0 100644
--- a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc
+++ b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc
@@ -103,6 +103,7 @@
   FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
   VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
   VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
 # RISC-V Platform Library
   TimeBaseLib|EmbeddedPkg//Library/TimeBaseLib/TimeBaseLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111944): https://edk2.groups.io/g/devel/message/111944
Mute This Topic: https://groups.io/mt/102906514/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 10/17] Platform/Socionext: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (8 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 09/17] Platform/SiFive/U5SeriesPkg: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 11/17] Platform/SoftIron/Overdrive1000Board: " Taylor Beebe
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Leif Lindholm

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
---
 Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc         | 1 +
 Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
index 048226050c38..650c83d0e196 100644
--- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
+++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
@@ -83,6 +83,7 @@
   SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
   UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
   UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   # BDS Libraries
   UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc
index 237288086c2f..81c1210ee690 100644
--- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc
+++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc
@@ -104,6 +104,7 @@
   SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
   UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
   UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   # BDS Libraries
   UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111945): https://edk2.groups.io/g/devel/message/111945
Mute This Topic: https://groups.io/mt/102906515/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 11/17] Platform/SoftIron/Overdrive1000Board: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (9 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 10/17] Platform/Socionext: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 12/17] Silicon/NXP: " Taylor Beebe
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Leif Lindholm

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
---
 Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
index 37ce04f6a9e3..1f63997df963 100644
--- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
+++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc
@@ -71,6 +71,7 @@ DEFINE NUM_CORES    = 4
   UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
   HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
   UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
 
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111946): https://edk2.groups.io/g/devel/message/111946
Mute This Topic: https://groups.io/mt/102906516/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 12/17] Silicon/NXP: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (10 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 11/17] Platform/SoftIron/Overdrive1000Board: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 13/17] Silicon/Hisilicon: " Taylor Beebe
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Leif Lindholm, Meenakshi Aggarwal

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
---
 Silicon/NXP/NxpQoriqLs.dsc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Silicon/NXP/NxpQoriqLs.dsc.inc b/Silicon/NXP/NxpQoriqLs.dsc.inc
index 80b26fc643c4..920d2f6c4ddf 100644
--- a/Silicon/NXP/NxpQoriqLs.dsc.inc
+++ b/Silicon/NXP/NxpQoriqLs.dsc.inc
@@ -98,6 +98,7 @@
   NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
   ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
   UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   I2cLib|Silicon/NXP/Library/I2cLib/I2cLib.inf
   ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111947): https://edk2.groups.io/g/devel/message/111947
Mute This Topic: https://groups.io/mt/102906517/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 13/17] Silicon/Hisilicon: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (11 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 12/17] Silicon/NXP: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: " Taylor Beebe
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Leif Lindholm, Ard Biesheuvel, Wenyi Xie

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Wenyi Xie <xiewenyi2@huawei.com>
---
 Silicon/Hisilicon/Hisilicon.dsc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisilicon.dsc.inc
index 85dca9ab8d0d..609c006648a3 100644
--- a/Silicon/Hisilicon/Hisilicon.dsc.inc
+++ b/Silicon/Hisilicon/Hisilicon.dsc.inc
@@ -26,6 +26,7 @@
   IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
   UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
   CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
   HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111948): https://edk2.groups.io/g/devel/message/111948
Mute This Topic: https://groups.io/mt/102906518/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (12 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 13/17] Silicon/Hisilicon: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-08 16:22   ` Marcin Wojtas via groups.io
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 15/17] Platform/Sophgo/SG2042_EVB_Board: " Taylor Beebe
                   ` (3 subsequent siblings)
  17 siblings, 1 reply; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Marcin Wojtas, Leif Lindholm

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Marcin Wojtas <mw@semihalf.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
---
 Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc
index 9711a8d6a707..ab719f360eda 100644
--- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc
+++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc
@@ -71,6 +71,7 @@
   UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
   VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
   VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
 
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111949): https://edk2.groups.io/g/devel/message/111949
Mute This Topic: https://groups.io/mt/102906519/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 15/17] Platform/Sophgo/SG2042_EVB_Board: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (13 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 16/17] Silicon/Ampere/AmpereAltraPkg: " Taylor Beebe
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Sunil V L, dahogn, meng-cz, caiyuqing379, USER0FISH

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Sunil V L <sunilvl@ventanamicro.com>
Cc: dahogn <dahogn@hotmail.com>
Cc: meng-cz <mengcz1126@gmail.com>
Cc: caiyuqing379 <caiyuqing_hz@outlook.com>
Cc: USER0FISH <libing1202@outlook.com>
---
 Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc b/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc
index ae6e7261221e..3bbaeca16970 100644
--- a/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc
+++ b/Platform/Sophgo/SG2042_EVB_Board/SG2042.dsc
@@ -102,6 +102,7 @@
   FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
   VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
   VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
 !ifdef $(SOURCE_DEBUG_ENABLE)
   PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111950): https://edk2.groups.io/g/devel/message/111950
Mute This Topic: https://groups.io/mt/102906520/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 16/17] Silicon/Ampere/AmpereAltraPkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (14 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 15/17] Platform/Sophgo/SG2042_EVB_Board: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  2:39   ` Nhi Pham via groups.io
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 17/17] Silicon/Phytium/PhytiumCommonPkg: " Taylor Beebe
  2023-12-01  8:18 ` [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Ard Biesheuvel
  17 siblings, 1 reply; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Nhi Pham, Chuong Tran, Leif Lindholm, Rebecca Cran

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Nhi Pham <nhi@os.amperecomputing.com>
Cc: Chuong Tran <chuong@os.amperecomputing.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Rebecca Cran <rebecca@os.amperecomputing.com>
---
 Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc b/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc
index 8cb2a3fe6422..eb6caf37a3c5 100644
--- a/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc
+++ b/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc
@@ -46,6 +46,7 @@
   HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
   UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
   UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   #
   # Allow dynamic PCDs
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111951): https://edk2.groups.io/g/devel/message/111951
Mute This Topic: https://groups.io/mt/102906521/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* [edk2-devel] [PATCH v1 17/17] Silicon/Phytium/PhytiumCommonPkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (15 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 16/17] Silicon/Ampere/AmpereAltraPkg: " Taylor Beebe
@ 2023-12-01  0:34 ` Taylor Beebe
  2023-12-01  8:18 ` [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Ard Biesheuvel
  17 siblings, 0 replies; 24+ messages in thread
From: Taylor Beebe @ 2023-12-01  0:34 UTC (permalink / raw)
  To: devel; +Cc: Leif Lindholm, Peng Xie, Ling Jia, Yiqi Shu

ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
needs to be added to most platforms.

Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Peng Xie <xiepeng@phytium.com.cn>
Cc: Ling Jia <jialing@phytium.com.cn>
Cc: Yiqi Shu <shuyiqi@phytium.com.cn>
---
 Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc
index 7166212875ec..1ca2bc1b8d46 100644
--- a/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc
+++ b/Silicon/Phytium/PhytiumCommonPkg/PhytiumCommonPkg.dsc.inc
@@ -59,6 +59,7 @@
 
   IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
   IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
+  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
 
   OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
 
-- 
2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111952): https://edk2.groups.io/g/devel/message/111952
Mute This Topic: https://groups.io/mt/102906522/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply related	[flat|nested] 24+ messages in thread

* Re: [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance Taylor Beebe
@ 2023-12-01  1:24   ` Chang, Abner via groups.io
  0 siblings, 0 replies; 24+ messages in thread
From: Chang, Abner via groups.io @ 2023-12-01  1:24 UTC (permalink / raw)
  To: Taylor Beebe, devel@edk2.groups.io
  Cc: Attar, AbdulLateef (Abdul Lateef), Ard Biesheuvel, Leif Lindholm

[AMD Official Use Only - General]

Reviewed-by: Abner Chang <abner.chang@amd.com>

I am good with this change if Ard and Leif has no additional comments on this.
Abner

> -----Original Message-----
> From: Taylor Beebe <taylor.d.beebe@gmail.com>
> Sent: Friday, December 1, 2023 8:34 AM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Attar, AbdulLateef (Abdul
> Lateef) <AbdulLateef.Attar@amd.com>; Ard Biesheuvel
> <ardb+tianocore@kernel.org>; Leif Lindholm <quic_llindhol@quicinc.com>
> Subject: [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add
> ImagePropertiesRecordLib Instance
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
> needs to be added to most platforms.
>
> Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
> Cc: Abner Chang <abner.chang@amd.com>
> Cc: Abdul Lateef Attar <abdattar@amd.com>
> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> ---
>  Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> index 27ae2a86b82d..5a1ecfa43857 100644
> --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc
> @@ -52,6 +52,7 @@ DEFINE X64EMU_ENABLE  = FALSE
>    PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
>
> UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDeco
> mpressLib.inf
>    CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
> +
> ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLi
> b/ImagePropertiesRecordLib.inf
>
>    UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
>    UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
> --
> 2.43.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111957): https://edk2.groups.io/g/devel/message/111957
Mute This Topic: https://groups.io/mt/102906505/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [edk2-devel] [PATCH v1 16/17] Silicon/Ampere/AmpereAltraPkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 16/17] Silicon/Ampere/AmpereAltraPkg: " Taylor Beebe
@ 2023-12-01  2:39   ` Nhi Pham via groups.io
  0 siblings, 0 replies; 24+ messages in thread
From: Nhi Pham via groups.io @ 2023-12-01  2:39 UTC (permalink / raw)
  To: Taylor Beebe, devel; +Cc: Chuong Tran, Leif Lindholm, Rebecca Cran

Thanks for update.

Reviewed-by: Nhi Pham <nhi@os.amperecomputing.com>

On 12/1/2023 7:34 AM, Taylor Beebe wrote:
> ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
> needs to be added to most platforms.
> 
> Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
> Cc: Nhi Pham <nhi@os.amperecomputing.com>
> Cc: Chuong Tran <chuong@os.amperecomputing.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> Cc: Rebecca Cran <rebecca@os.amperecomputing.com>
> ---
>   Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc b/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc
> index 8cb2a3fe6422..eb6caf37a3c5 100644
> --- a/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc
> +++ b/Silicon/Ampere/AmpereAltraPkg/AmpereAltraPkg.dsc.inc
> @@ -46,6 +46,7 @@
>     HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
>     UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
>     UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
> +  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
>   
>     #
>     # Allow dynamic PCDs


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111963): https://edk2.groups.io/g/devel/message/111963
Mute This Topic: https://groups.io/mt/102906521/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: " Taylor Beebe
@ 2023-12-01  6:28   ` Chao Li
  2023-12-01  8:08   ` xianglai
  1 sibling, 0 replies; 24+ messages in thread
From: Chao Li @ 2023-12-01  6:28 UTC (permalink / raw)
  To: devel, taylor.d.beebe; +Cc: Bibo Mao, Xianglai li

[-- Attachment #1: Type: text/plain, Size: 1712 bytes --]

Acked-by: Chao Li <lichao@loongson.cn>


Thanks,
Chao
On 2023/12/1 08:34, Taylor Beebe wrote:
> ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
> needs to be added to most platforms.
>
> Signed-off-by: Taylor Beebe<taylor.d.beebe@gmail.com>
> Cc: Bibo Mao<maobibo@loongson.cn>
> Cc: Xianglai li<lixianglai@loongson.cn>
> Cc: Chao Li<lichao@loongson.cn>
> ---
>   Platform/Loongson/LoongArchQemuPkg/Loongson.dsc | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
> index 00b28cfa500f..d547d86824b7 100644
> --- a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
> +++ b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
> @@ -155,6 +155,7 @@
>     PciHostBridgeUtilityLib          | OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
>     MmuLib                           | Platform/Loongson/LoongArchQemuPkg/Library/MmuLib/MmuBaseLib.inf
>     FileExplorerLib                  | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
> +  ImagePropertiesRecordLib         | MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
>   
>   !if $(HTTP_BOOT_ENABLE) == TRUE
>     HttpLib                          | MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111972): https://edk2.groups.io/g/devel/message/111972
Mute This Topic: https://groups.io/mt/102906512/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



[-- Attachment #2: Type: text/html, Size: 3149 bytes --]

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: " Taylor Beebe
  2023-12-01  6:28   ` Chao Li
@ 2023-12-01  8:08   ` xianglai
  1 sibling, 0 replies; 24+ messages in thread
From: xianglai @ 2023-12-01  8:08 UTC (permalink / raw)
  To: Taylor Beebe, devel; +Cc: Bibo Mao, Chao Li

Reviewed-by:  Xianglai li <lixianglai@loongson.cn>


在 2023/12/1 上午8:34, Taylor Beebe 写道:
> ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
> needs to be added to most platforms.
>
> Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
> Cc: Bibo Mao <maobibo@loongson.cn>
> Cc: Xianglai li <lixianglai@loongson.cn>
> Cc: Chao Li <lichao@loongson.cn>
> ---
>   Platform/Loongson/LoongArchQemuPkg/Loongson.dsc | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
> index 00b28cfa500f..d547d86824b7 100644
> --- a/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
> +++ b/Platform/Loongson/LoongArchQemuPkg/Loongson.dsc
> @@ -155,6 +155,7 @@
>     PciHostBridgeUtilityLib          | OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
>     MmuLib                           | Platform/Loongson/LoongArchQemuPkg/Library/MmuLib/MmuBaseLib.inf
>     FileExplorerLib                  | MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
> +  ImagePropertiesRecordLib         | MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
>   
>   !if $(HTTP_BOOT_ENABLE) == TRUE
>     HttpLib                          | MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111973): https://edk2.groups.io/g/devel/message/111973
Mute This Topic: https://groups.io/mt/102906512/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances
  2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
                   ` (16 preceding siblings ...)
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 17/17] Silicon/Phytium/PhytiumCommonPkg: " Taylor Beebe
@ 2023-12-01  8:18 ` Ard Biesheuvel
  17 siblings, 0 replies; 24+ messages in thread
From: Ard Biesheuvel @ 2023-12-01  8:18 UTC (permalink / raw)
  To: devel, taylor.d.beebe

On Fri, 1 Dec 2023 at 01:34, Taylor Beebe <taylor.d.beebe@gmail.com> wrote:
>
> ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
> needs to be added to most platforms.
>
> Taylor Beebe (17):
>   Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance
>   Platform/ARM/Morello: Add ImagePropertiesRecordLib Instance
>   Platform/BeagleBoard/BeagleBoardPkg: Add ImagePropertiesRecordLib
>     Instance
>   Platform/Intel/Vlv2TbltDevicePkg: Add ImagePropertiesRecordLib
>     Instance
>   Platform/LeMaker/CelloBoard: Add ImagePropertiesRecordLib Instance
>   Platform/RaspberryPi: Add ImagePropertiesRecordLib Instance
>   Platform/Loongson/LoongArchQemuPkg: Add ImagePropertiesRecordLib
>     Instance
>   Platform/Qemu/SbsaQemu: Add ImagePropertiesRecordLib Instance
>   Platform/SiFive/U5SeriesPkg: Add ImagePropertiesRecordLib Instance
>   Platform/Socionext: Add ImagePropertiesRecordLib Instance
>   Platform/SoftIron/Overdrive1000Board: Add ImagePropertiesRecordLib
>     Instance
>   Silicon/NXP: Add ImagePropertiesRecordLib Instance
>   Silicon/Hisilicon: Add ImagePropertiesRecordLib Instance
>   Silicon/Marvell/Armada7k8k: Add ImagePropertiesRecordLib Instance
>   Platform/Sophgo/SG2042_EVB_Board: Add ImagePropertiesRecordLib
>     Instance
>   Silicon/Ampere/AmpereAltraPkg: Add ImagePropertiesRecordLib Instance
>   Silicon/Phytium/PhytiumCommonPkg: Add ImagePropertiesRecordLib
>     Instance
>

Thanks for following up.

Pushed as 10beadf30a3b..674d6cf4105e


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#111974): https://edk2.groups.io/g/devel/message/111974
Mute This Topic: https://groups.io/mt/102906504/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: Add ImagePropertiesRecordLib Instance
  2023-12-01  0:34 ` [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: " Taylor Beebe
@ 2023-12-08 16:22   ` Marcin Wojtas via groups.io
  0 siblings, 0 replies; 24+ messages in thread
From: Marcin Wojtas via groups.io @ 2023-12-08 16:22 UTC (permalink / raw)
  To: Taylor Beebe; +Cc: devel, Leif Lindholm

pt., 1 gru 2023 o 01:34 Taylor Beebe <taylor.d.beebe@gmail.com> napisał(a):
>
> ImagePropertiesRecordLib is used by DxeMain and PiSmmCore, so it
> needs to be added to most platforms.
>
> Signed-off-by: Taylor Beebe <taylor.d.beebe@gmail.com>
> Cc: Marcin Wojtas <mw@semihalf.com>
> Cc: Leif Lindholm <quic_llindhol@quicinc.com>
> ---
>  Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc
> index 9711a8d6a707..ab719f360eda 100644
> --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc
> +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc
> @@ -71,6 +71,7 @@
>    UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
>    VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
>    VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
> +  ImagePropertiesRecordLib|MdeModulePkg/Library/ImagePropertiesRecordLib/ImagePropertiesRecordLib.inf
>
>    PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
>

Reviewed-by: Marcin Wojtas <mw@semihalf.com>

Thanks,
Marcin


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#112236): https://edk2.groups.io/g/devel/message/112236
Mute This Topic: https://groups.io/mt/102906519/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2023-12-08 16:22 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-01  0:34 [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 01/17] Platform/AMD/OverdriveBoard: Add ImagePropertiesRecordLib Instance Taylor Beebe
2023-12-01  1:24   ` Chang, Abner via groups.io
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 02/17] Platform/ARM/Morello: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 03/17] Platform/BeagleBoard/BeagleBoardPkg: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 04/17] Platform/Intel/Vlv2TbltDevicePkg: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 05/17] Platform/LeMaker/CelloBoard: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 06/17] Platform/RaspberryPi: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 07/17] Platform/Loongson/LoongArchQemuPkg: " Taylor Beebe
2023-12-01  6:28   ` Chao Li
2023-12-01  8:08   ` xianglai
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 08/17] Platform/Qemu/SbsaQemu: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 09/17] Platform/SiFive/U5SeriesPkg: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 10/17] Platform/Socionext: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 11/17] Platform/SoftIron/Overdrive1000Board: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 12/17] Silicon/NXP: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 13/17] Silicon/Hisilicon: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 14/17] Silicon/Marvell/Armada7k8k: " Taylor Beebe
2023-12-08 16:22   ` Marcin Wojtas via groups.io
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 15/17] Platform/Sophgo/SG2042_EVB_Board: " Taylor Beebe
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 16/17] Silicon/Ampere/AmpereAltraPkg: " Taylor Beebe
2023-12-01  2:39   ` Nhi Pham via groups.io
2023-12-01  0:34 ` [edk2-devel] [PATCH v1 17/17] Silicon/Phytium/PhytiumCommonPkg: " Taylor Beebe
2023-12-01  8:18 ` [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox