[edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances

Taylor Beebe posted 17 patches 5 months ago
Only 15 patches received!
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(+)
[edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances
Posted by Taylor Beebe 5 months ago
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v1 00/17] Add ImagePropertiesRecordLib Instances
Posted by Ard Biesheuvel 5 months ago
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-