You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
3b457679ec
Current SBL has platform specific GetBuiltInConfigData() implementation because the internal CFGDATA blob is embedded into Stage1B data section. Instead, it can be put into Stage1B FV FFS file, and then use a PCD to get the base. In this way, it can be handled directly in core code and remove platform specific implementation. Signed-off-by: Maurice Ma <maurice.ma@intel.com>