edk2-platforms icon indicating copy to clipboard operation
edk2-platforms copied to clipboard

EDK II sample platform branches and tags

Results 54 edk2-platforms issues
Sort by recently updated
recently updated
newest added

This patch fixes the following errors during compilation $ build -a RISCV64 -t GCC5 -p Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc build.py... /home/tianocore/edk2-platforms/Platform/RISC-V/PlatformPkg/RiscVPlatformPkg.dsc(...): error 4000: Instance of library class [RiscVSbiLib] is not found in [/home/tianocore/edk2-platforms/Platform/RISC-V/PlatformPkg/Universal/Sec/SecMain.inf...

This allows to initialize secure boot with the default factory keys embedded in firmware flash image. For example, to incorporate PK, KEK, and DB default keys, specify the corresponding key...

This patch fixes the following errors during compilation $ build -a RISCV64 -t GCC5 -p Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc build.py... /home/tianocore/edk2-platforms/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc(...): error 4000: Instance of library class [RiscVMmuLib] is not found in [/home/tianocore/edk2/UefiCpuPkg/CpuDxeRiscV64/CpuDxeRiscV64.inf]...

Refer to Uefi spec 2.10 section 12.3.3, Add a new retval EFI_UNSUPPORTED to EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.ReadKeyStrokeEx and EFI_SIMPLE_TEXT_INPUT_PROTOCOL.ReadKeyStroke(). Cc: Dandan Bi Cc: Liming Gao Liming Gao Reviewed-by: Liming Gao

Refer to Uefi spec 2.10 section 11.11.2, add a new retval EFI_NOT_FOUND to EFI_ADAPTER_INFORMATION_PROTOCOL.GetInformation(). Reference: [mantis #1866] - GetInfo() of Adapter Information Protocol should have a provision for IHV to...

# Description edk2 commit [ae83c6b7fd83a5906e016a32027c1bcd792a624e](https://github.com/tianocore/edk2/commit/ae83c6b7fd83a5906e016a32027c1bcd792a624e) updates the 'null' variants of the DebugLib macros (used when MDEPKG_NDEBUG is defined) so that they explicitly discard their parameters using `if (FALSE)` code blocks....

This new ComHpcAltPkg platform supports ADLINK's Ampere Altra Dev Kit, Ampere Altra Developer Platform, and AVA Developer Platform. They're all based on the COM-HPC-ALT module and carrier with an LGA...

This introduces * PlatformBootManagerDxe driver, which implements the EDKII_PLATFORM_BOOT_MANAGER_PROTOCOL to enhance the presentation of boot options for the platform. * IpmiBootDxe which enables users to override the UEFI boot option...

This patchset fixes build failure StandaloneMm on VExporessPkg and apply remove hob creation in StandaloneMm. When StandaloneMm running with SPM_MM, It passes Boot Hob list created in TF-A via transfer...