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

Return from FspsWrapperInitDispatchMode() if a buffer allocation fails instead of attempting to dereference the pointer. --- Note: This is bringing a change going into the original edk2 file [here](https://github.com/tianocore/edk2/pull/6250) into...

This PR needs to be merged after https://github.com/tianocore/edk2/pull/6248.

After the loongarch flash block size is changed from 128K to 256K, qemu requires that the UEFI firmware size be aligned with the flash block size(256K). Otherwise, the firmware cannot...

EndofAmdMemoryInfoHobPpiGuidCallBack() should only consume information from AmdMemoryInfoRange structure. Hence, the structure should not be modified Cc: Abdul Lateef Attar Cc: Abner Chang Cc: Paul Grimes