edk2-platforms
edk2-platforms copied to clipboard
EDK II sample platform branches and tags
…ons by GUID https://bugzilla.tianocore.org/show_bug.cgi?id=4664 1. Updates references to the "PCH_SPI_PROTOCOL" to instead refer to "PCH_SPI2_PROTOCOL". 2. Updates the library to identify flash regions by GUID and internally map the GUID...
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4667 Add Readme.md to explain how to build AlderlakeOpenBoardPkg. Cc: Sai Chaganty Cc: Rosen Chuang Cc: Saloni Kasbekar Cc: Haoyu Tang Cc: Nate DeSimone
https://bugzilla.tianocore.org/show_bug.cgi?id=4665 Since installing windows does not meet the minimum system requirements, Added TPM related code to meet the requirements. Cc: Sai Chaganty Cc: Rosen Chuang Cc: Saloni Kasbekar Cc: Haoyu...
This patch series add Standalone MM support for ServerManagementLib, BmcAcpiSwChild, BmcElog and GenericElog.
CI check for StarFive platform
Refactor UserAuthenticationSmm to support Standalone MM. - Factor out variable lock code logic that references boot services. - UserAuthenticationStandaloneMmDxe is added to lock the variables. It is only used for...
Missing MemoryAllocationLib import causes undefined reference when building. Signed-off-by: Stefanie Dukovac
Add MM_STANDALONE type support for SmmIpmiBaseLib instance. Replace Smst with Mmst. Remove unused UefiBootServicesTableLib reference. Cc: Abner Chang Cc: Nate DeSimone Cc: Liming Gao
Add MM_STANDALONE type support for SmmIpmiBaseLib instance. Replace Smst with Mmst. Remove unused UefiBootServicesTableLib reference. Cc: Abner Chang Cc: Nate DeSimone Cc: Liming Gao
Add Standalone Mm Generic Impi driver. And add type 'PcdsFixedAtBuild' for PcdIpmiSmmIoBaseAddress to access in StandaloneMm driver Cc: Isaac Oram Cc: Nate DeSimone