binaryPI: Switch to agesa/heapmanager.c
Essentially squashes following commits from AGESA side.45ff9cb
AGESA: Reduce typecasting in heapmanager callsbceccec
AGESA: Handle HEAP_CALLOUT_RUNTIME allocation more cleanly4240277
AGESA: Adjust heap location for S3 resume path424c639
AGESA: Refactor S3 support functions50e6daf
AGESA: Log heap initialisationda74041
AGESA: Move heap allocator declarationsc74b53f
AGESA: Reduce SPI use by 24kB for S3 supportb1fcbf3
AGESA: Separate HeapManager declarations from BiosCallOutsf728408
AGESA: Split S3 backup in CBMEM82fbda7
AGESA: Use same HeapManager for all BiosCallOuts Change-Id: I537bd05a3e06ff6896f1ac8be93eed5321ca472b Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/19271 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
@@ -38,9 +38,6 @@ static AGESA_STATUS board_ReadSpd(UINT32 Func, UINTN Data, VOID *ConfigPtr);
|
||||
|
||||
const BIOS_CALLOUT_STRUCT BiosCallouts[] =
|
||||
{
|
||||
{AGESA_ALLOCATE_BUFFER, agesa_AllocateBuffer },
|
||||
{AGESA_DEALLOCATE_BUFFER, agesa_DeallocateBuffer },
|
||||
{AGESA_LOCATE_BUFFER, agesa_LocateBuffer },
|
||||
{AGESA_READ_SPD, board_ReadSpd },
|
||||
{AGESA_DO_RESET, agesa_Reset },
|
||||
{AGESA_READ_SPD_RECOVERY, agesa_NoopUnsupported },
|
||||
|
Reference in New Issue
Block a user