vc/intel/fsp/fsp2_0/cooperlake_sp: Update WW47 FSP Memory map HOB

Tested=On OCP Delta Lake, verify the memory map hob data are correct.

Change-Id: I7bb2e9f41daa4cbce49169535eadf7f0d4972716
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48228
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Johnny Lin 2020-12-02 13:22:20 +08:00 committed by Angel Pons
parent 290b434d64
commit 6ebfee848c
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ typedef struct SystemMemoryMapHob {
UINT8 NumChPerMC;
UINT8 numberEntries; // Number of Memory Map Elements
SYSTEM_MEMORY_MAP_ELEMENT Element[(MAX_SOCKET * MAX_DRAM_CLUSTERS * MAX_SAD_RULES) + MAX_FPGA_REMOTE_SAD_RULES];
UINT8 reserved5[2216];
UINT8 reserved5[2249];
MEMMAP_SOCKET Socket[MAX_SOCKET];
UINT8 reserved6[1603];