You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
53255d7c6d
This patch did some of the following clean up: - Rename *_HOB to *_PARAM for Stage1A/Stage1B/Stage2. This is to avoid confusion between real HOB and the parameter data block passed through stages. - Rename BistVal to CpuBist. This is to make it more clear. - Add BUF_INFO definition. BUF_INFO will be used as a general structure. - Remove CarBase/Top in Stage1B HOB They are not used at all. - Clean memory allocation in Stage1A Restructured the buffer allocations for Stage1A global data so that it is easier to read and maintain. Signed-off-by: Maurice Ma <maurice.ma@intel.com>