public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms 00/15] arm platform fixes triggered by VariablePolicy
@ 2020-11-25 12:55 Leif Lindholm
  2020-11-25 12:55 ` [PATCH edk2-platforms 01/15] Silicon/AMD: update Styx to use PcdSet*S APIs Leif Lindholm
                   ` (16 more replies)
  0 siblings, 17 replies; 30+ messages in thread
From: Leif Lindholm @ 2020-11-25 12:55 UTC (permalink / raw)
  To: devel
  Cc: Abner Chang, Ard Biesheuvel, Bret Barkelew, Daniel Schaefer,
	Graeme Gregory, Marcin Wojtas, Meenakshi Aggarwal, Ming Huang,
	Radoslaw Biernacki, Tanmay Jagdale, Thomas Abraham

The recently merged VariablePolicy set in edk2,
d448574e7310..124b3f9289f1, broke everything[tm].
Fix up the ARM platforms I have any sort of history about,
including some unrelated things that popped up along the way.

Note: the hisilicon server platforms still don't build due to use
of now deleted (previously deprecated) string functions in
the SMBIOS code. Rebecca Cran has been sending out a genericised
set *based* on this code, but now fixed. If Hisilicon could look
into making use of that version instead, that might be less hassle
than fixing the current implementation:
https://edk2.groups.io/g/devel/message/67255

Cc: Abner Chang <abner.chang@hpe.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Bret Barkelew <brbarkel@microsoft.com>
Cc: Daniel Schaefer <daniel.schaefer@hpe.com>
Cc: Graeme Gregory <graeme@nuviainc.com>
Cc: Marcin Wojtas <mw@semihalf.com>
Cc: Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
Cc: Ming Huang <huangming23@huawei.com>
Cc: Radoslaw Biernacki <rad@semihalf.com>
Cc: Tanmay Jagdale <tanmay.jagdale@linaro.org>
Cc: Thomas Abraham <thomas.abraham@arm.com>

Leif Lindholm (15):
  Silicon/AMD: update Styx to use PcdSet*S APIs
  Platform/AMD: add RngLib for Overdriveboard
  Platform,Silicon: fix beagleboard tautological compares
  Silicon/Hisilicon: add RngLib for Hisilicon
  Platform/ARM: VExpressPkg fixes to work with new VariablePolicyLib
  Platform/AMD: add VariablePolicy library resolutions for Overdrive
  Platform/SoftIron: add VariablePolicy resolutions for Overdrive1000
  Platform/LeMaker: add VariablePolicy resolutions for cello
  Platform/SiFive: add VariablePolicy resolutions
  Platform/Qemu: add VariablePolicy resolutions
  Silicon/Marvell: add VariablePolicy resolutions
  Platform/BeagleBoard: add VariablePolicy resolutions
  Silicon/NXP: add VariablePolicy resolutions
  Platform/SocioNext: add VariablePolicy resolutions
  Silicon/Hisilicon: add VariablePolicy resolutions

 Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc  |  1 +
 Silicon/Hisilicon/Hisilicon.dsc.inc           |  4 ++++
 Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc |  5 ++++-
 Silicon/NXP/NxpQoriqLs.dsc.inc                |  4 ++++
 .../AMD/OverdriveBoard/OverdriveBoard.dsc     |  4 ++++
 .../BeagleBoardPkg/BeagleBoardPkg.dsc         |  4 ++++
 Platform/LeMaker/CelloBoard/CelloBoard.dsc    |  4 ++++
 Platform/Qemu/SbsaQemu/SbsaQemu.dsc           |  3 +++
 .../FreedomU500VC707Board/U500.dsc            |  4 ++++
 .../FreedomU540HiFiveUnleashedBoard/U540.dsc  |  4 ++++
 .../Socionext/DeveloperBox/DeveloperBox.dsc   |  3 +++
 .../Overdrive1000Board/Overdrive1000Board.dsc |  4 ++++
 .../Library/ResetSystemLib/ResetSystemLib.c   |  2 +-
 .../Styx/Drivers/PlatInitPei/PlatInitPei.c    | 11 ++++++----
 .../Library/MemoryInitPei/MemoryInitPeiLib.c  | 20 +++++++++++--------
 .../Omap35xxPkg/SmbusDxe/Smbus.c              |  2 +-
 16 files changed, 64 insertions(+), 15 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2020-11-26 13:42 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 12:55 [PATCH edk2-platforms 00/15] arm platform fixes triggered by VariablePolicy Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 01/15] Silicon/AMD: update Styx to use PcdSet*S APIs Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 02/15] Platform/AMD: add RngLib for Overdriveboard Leif Lindholm
2020-11-25 13:09   ` Ard Biesheuvel
2020-11-25 13:20     ` Leif Lindholm
2020-11-25 13:22       ` Ard Biesheuvel
2020-11-25 12:55 ` [PATCH edk2-platforms 03/15] Platform,Silicon: fix beagleboard tautological compares Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 04/15] Silicon/Hisilicon: add RngLib for Hisilicon Leif Lindholm
2020-11-25 13:12   ` Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 05/15] Platform/ARM: VExpressPkg fixes to work with new VariablePolicyLib Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 06/15] Platform/AMD: add VariablePolicy library resolutions for Overdrive Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 07/15] Platform/SoftIron: add VariablePolicy resolutions for Overdrive1000 Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 08/15] Platform/LeMaker: add VariablePolicy resolutions for cello Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 09/15] Platform/SiFive: add VariablePolicy resolutions Leif Lindholm
2020-11-26  0:39   ` Abner Chang
2020-11-25 12:55 ` [PATCH edk2-platforms 10/15] Platform/Qemu: " Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 11/15] Silicon/Marvell: " Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 12/15] Platform/BeagleBoard: " Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 13/15] Silicon/NXP: " Leif Lindholm
2020-11-25 12:55 ` [PATCH edk2-platforms 14/15] Platform/SocioNext: " Leif Lindholm
2020-11-25 13:11   ` Ard Biesheuvel
2020-11-25 13:16     ` Leif Lindholm
2020-11-25 13:27       ` Ard Biesheuvel
2020-11-25 12:55 ` [PATCH edk2-platforms 15/15] Silicon/Hisilicon: " Leif Lindholm
2020-11-25 13:13   ` Leif Lindholm
2020-11-25 13:11 ` [PATCH edk2-platforms 00/15] arm platform fixes triggered by VariablePolicy Leif Lindholm
2020-11-26 10:44   ` wenyi,xie
2020-11-26 13:31     ` Leif Lindholm
2020-11-26 13:42       ` wenyi,xie
2020-11-25 13:12 ` Ard Biesheuvel

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