soc/amd/glinda/Kconfig: Increase APOB NV size
A glinda based platform reports: [WARN] RAM APOB data is too large (3b3b0 + 8) > 1e000 APOB NV size is not enough on recent platforms to cache memory training, which causes the same amount of boot time on subsequent boots as on the first boot. Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Change-Id: I8cc1f1e4f8d6f99c8e2b717926b66a5a683bffdc Reviewed-on: https://review.coreboot.org/c/coreboot/+/86624 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
e90fc546e7
commit
362232d236
5 changed files with 5 additions and 5 deletions
|
|
@ -4,6 +4,6 @@ FLASH@0xFF000000 16M {
|
|||
FMAP 4K
|
||||
COREBOOT(CBFS)
|
||||
EC_BODY@15872K 256K
|
||||
RW_MRC_CACHE 120K
|
||||
RW_MRC_CACHE 256K
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@ FLASH@0xFF000000 16M {
|
|||
SMMSTORE(PRESERVE) 256K
|
||||
RW_LEGACY(CBFS)
|
||||
EC_BODY@15872K 256K
|
||||
RW_MRC_CACHE(PRESERVE) 120K
|
||||
RW_MRC_CACHE(PRESERVE) 256K
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ FLASH 64M {
|
|||
COREBOOT(CBFS)
|
||||
SMMSTORE(PRESERVE) 256K
|
||||
EC_BODY@15872K 256K
|
||||
RW_MRC_CACHE 120K
|
||||
RW_MRC_CACHE 256K
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@ FLASH@0xFF000000 16M {
|
|||
SMMSTORE(PRESERVE) 256K
|
||||
RW_LEGACY(CBFS)
|
||||
EC_BODY@15872K 256K
|
||||
RW_MRC_CACHE(PRESERVE) 120K
|
||||
RW_MRC_CACHE(PRESERVE) 256K
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ config PSP_APOB_DRAM_ADDRESS
|
|||
|
||||
config PSP_APOB_DRAM_SIZE
|
||||
hex
|
||||
default 0x1E000
|
||||
default 0x40000
|
||||
|
||||
config PSP_SHAREDMEM_BASE
|
||||
hex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue