You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
Current implementation only supports the case that ELF file doesn't reload. If the ELF file has to be reload (e.g.: to meet alignment requirement), SBL need copy it to a different location and run. Recently EDKII updated universal payload ELF image link script, and the new ELF text alignment was changed to 0x1000 from 0x40. Mostly the default file load location could not meet this requirement. So enhancement SBL to copy it to a new location for this case. Signed-off-by: Guo Dong <guo.dong@intel.com>