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

By following https://github.com/riscv-admin/riscv-uefi-edk2-docs to build edk2 for riscv qemu(u540). `build -a RISCV64 -p Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc -t GCC5` it will occur build error like : ![image](https://github.com/tianocore/edk2-platforms/assets/9338816/10135905-4c20-4c3e-b33d-db8b5f8e4c2a) It will build success after add...

This change implements the blob transfer protocol used in OpenBmc documented here: https://github.com/openbmc/phosphor-ipmi-blobs Cc: Abner Chang Cc: Isaac Oram Cc: Abdul Lateef Attar Cc: Nickle Wang

…folder inside edk2-non-osi repository that should contain following files: - FlashDescriptor.bin - License.txt - Me.bin So, add step 12 in Readme.md

Looks like a small typo in Platform/Intel/SimicsOpenBoardPkg/AcpiTables/Dsdt.asl.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4501 1 Change the way of processing input arguments in RebaseFspBinBaseAddress script. 2 Add an option to skip FSP rebase.

Create MmPlatformHobProducerLib instance for QSP boot

This patch is to add SmmRelocationLib for SMM CPU driver usage.