You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
7a325d18ea
Copying the MdePkg BaseMemoryLibSse2 library into SBL for faster CopyMem and other routines to improve boot performance every where except for Stage1A & Stage1B due to 'movntdq' usage limitation in earlier stages. Remove all of the X64 files since SBL is compiled as 32-bit. Also patch PCI enumeration code to perform manual memory copying (using SSE2 CopyMem gives some issue as tested on APL). The BaseMemoryLibSse2 folder was copied from EDK2 GitHub based on the following commit ID: 9344f0921518309295da89c221d10cbead8531aa Signed-off-by: James Gutbub <james.gutbub@intel.com>