summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/bilby
diff options
context:
space:
mode:
authorRitul Guru <ritul.bits@gmail.com>2022-06-23 14:58:17 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-07-04 14:01:48 +0000
commit50786cc2c8ecc48252d82ac96843278a9fc0ab81 (patch)
tree4be49317afd42f8e000209f1d21acf2f3a6c610e /src/mainboard/amd/bilby
parentd3dae3deb6d391b3bac76177e16fdf74a7260324 (diff)
downloadcoreboot-50786cc2c8ecc48252d82ac96843278a9fc0ab81.tar.gz
coreboot-50786cc2c8ecc48252d82ac96843278a9fc0ab81.tar.bz2
coreboot-50786cc2c8ecc48252d82ac96843278a9fc0ab81.zip
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>
Diffstat (limited to 'src/mainboard/amd/bilby')
-rw-r--r--src/mainboard/amd/bilby/board.fmd4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/amd/bilby/board.fmd b/src/mainboard/amd/bilby/board.fmd
index c7ba3eeac706..b27d9d3bae69 100644
--- a/src/mainboard/amd/bilby/board.fmd
+++ b/src/mainboard/amd/bilby/board.fmd
@@ -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
}
}