Addressing v1 review feedback, and adding an early hello message for ARM. Changes are noted per patch.
Testing on Xen and/or physical ARM|AARCH64 platforms would be appreciated. (The patches should be easy to apply from the mailing list -- no new files are created, so just use "git am --keep-cr".) Thanks! Laszlo Cc: Ard Biesheuvel <[email protected]> Cc: Liming Gao <[email protected]> Cc: Drew Jones <[email protected]> Cc: Leif Lindholm <[email protected]> Cc: Yehuda Yitschak <[email protected]> Cc: Star Zeng <[email protected]> Laszlo Ersek (8): ArmPlatformPkg: NorFlashDxe: mellow DEBUG messages about flash reinit MdeModulePkg: FaultTolerantWriteDxe: mellow DEBUGs about workspace reinit MdeModulePkg: FaultTolerantWriteDxe: clean up some "success" messages MdeModulePkg: SmbiosDxe: soften DEBUG messages about table reallocation ArmPlatformPkg: introduce fixed PCD for early hello message ArmPlatformPkg: PrePeiCore: write early hello message to the serial port ArmPlatformPkg: PrePi: write early hello message to the serial port ArmVirtPkg: set early hello message ArmPlatformPkg/ArmPlatformPkg.dec | 7 +++++++ ArmVirtPkg/ArmVirt.dsc.inc | 1 + ArmPlatformPkg/PrePeiCore/PrePeiCoreMPCore.inf | 2 ++ ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf | 2 ++ ArmPlatformPkg/PrePi/PeiMPCore.inf | 2 ++ ArmPlatformPkg/PrePi/PeiUniCore.inf | 2 ++ ArmPlatformPkg/PrePeiCore/PrePeiCore.h | 1 + ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashFvbDxe.c | 19 +++++++++++++------ ArmPlatformPkg/PrePeiCore/MainMPCore.c | 5 +++++ ArmPlatformPkg/PrePeiCore/MainUniCore.c | 5 +++++ ArmPlatformPkg/PrePi/MainMPCore.c | 5 +++++ ArmPlatformPkg/PrePi/MainUniCore.c | 5 +++++ MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.c | 6 +++--- MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c | 6 ++++-- MdeModulePkg/Universal/FaultTolerantWriteDxe/UpdateWorkingBlock.c | 2 +- MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.c | 6 ++++-- 16 files changed, 62 insertions(+), 14 deletions(-) -- 1.8.3.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

