You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
Remove platform specific GetBuiltInConfigData()
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>
This commit is contained in:
@@ -98,15 +98,6 @@ LoadExternalConfigData (
|
||||
IN UINT32 Len
|
||||
);
|
||||
|
||||
/**
|
||||
Get the pointer to the Built-In Config Data.
|
||||
|
||||
@retval UINT8* Pointer to the Built-In Config Data
|
||||
**/
|
||||
UINT8 *
|
||||
GetBuiltInConfigData (
|
||||
IN VOID
|
||||
);
|
||||
|
||||
/**
|
||||
Find configuration data header by its tag and platform ID.
|
||||
|
||||
Reference in New Issue
Block a user