mb/amd/bilby: Add PSP NVRAM and RPMC NVRAM region to flash map

Create PSP NVRAM and RPMC NVRAM region with size 128K & 64K
respectively, which are supported region by the PSP.

moved CBFS up due to build error, CBFS need not to be at the end the flash for amd Zen cpu.

Change-Id: Ide778c61a755697c1bef1eaa87f2976d8ff12eb6
Signed-off-by: Ritul Guru <ritul.bits@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65341
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Ritul Guru 2022-06-23 14:58:17 +05:30 committed by Felix Held
parent d3dae3deb6
commit 50786cc2c8
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
FLASH@0xFF000000 16M {
BIOS {
RW_MRC_CACHE 64K
FMAP 4K
COREBOOT(CBFS)
PSP_NVRAM(PRESERVE) 128K
PSP_RPMC_NVRAM(PRESERVE) 64K
FMAP 4K
}
}