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

UefiPayloadPkg in EDK2 repo was added SMM variable support for Intel platform with SPI flash. But some of the modules for SMM variable are Intel PCH specific (e.g. SPI library,...

- [ ] The U7SeriesPkg is basically adapted from the U5SeriesPkg, small modifications are maded for unmatched, code are not fully cleaned up - [ ] PCIe RC driver for...

Otherwise someone who is carefully copying and pasting their exact steps might get somewhat confused. Signed-off-by: Alex Bennée

This patch enables build with -DSECURE_BOOT_ENABLE=TRUE flag. However, some library included are null libraries here, and during boot, there's some unsupported function during SecureBootConfigDxe, specifically InvalidateInstructionCacheRange that needs to be...

The old path of "toolchain/binaries/latest" does not resolve to an active page for download. Linaro has broken the "toolchain/binaries/latest" path into the latest per version of GCC (i.e. "toolchain/binaries/latest-4" and...

Implemented Capsule Update features to Whiskey Lake. Changes to OpenBoardPkg.dsc, OpenBoardPkg.fdf, FmpCertificate.dsc, FmpWhiskeyLakeSystem.dsc, FmpDeviceLib.c, FmpDeviceLib.inf, GenCapsuleAll.py, PlatformFlashAccessLibNull.uni, PlatformFlashAccessLibDxe.inf, PlatformFlashAccessLibDxe.c, and OpenBoardPkg.dec. All changes were done collectively. Signed-off-by: meag04 [email protected] Reviewed-by:...

Implemented Network Boot options (with a focus on HTTP) for Whiskey Lake. Note: BDS menu is not working at the moment. Changes to OpenBoardPkg.dsc, OpenBoardPkg.fdf, and OpenBoardPkgPcd.dsc were done collectively...