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:
Maurice Ma
2019-11-19 08:42:52 -08:00
parent ae9068e80c
commit 3b457679ec
11 changed files with 11 additions and 72 deletions
@@ -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.