storm: need larger CBFS cache
With VPD blob of certain format, CBFS cache on storm proves to be not large enough. This patch makes it bigger, it is still well above the area preserved for the NSS. BUG=chrome-os-partner:32152 TEST=the system now boots with the VPD it used to fail booting. Change-Id: Iee1214b218ee3f8aca28797841501c227549affb Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 6f19ca8cb9a2efa1d295f038730ed06ec9ceb8c4 Original-Change-Id: Ia88b598ad5e4b6adcbd87d865e43be57fbf0ea98 Original-Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/219572 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9122 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
f32ef133dd
commit
b7cf11573d
|
@ -65,11 +65,11 @@ config STACK_BOTTOM
|
||||||
|
|
||||||
config CBFS_CACHE_ADDRESS
|
config CBFS_CACHE_ADDRESS
|
||||||
hex "memory address to put CBFS cache data"
|
hex "memory address to put CBFS cache data"
|
||||||
default 0x405e6000
|
default 0x405cc000
|
||||||
|
|
||||||
config CBFS_CACHE_SIZE
|
config CBFS_CACHE_SIZE
|
||||||
hex "size of CBFS cache data"
|
hex "size of CBFS cache data"
|
||||||
default 0x00016000
|
default 0x00030000
|
||||||
|
|
||||||
config TTB_BUFFER
|
config TTB_BUFFER
|
||||||
hex "memory address for page tables"
|
hex "memory address for page tables"
|
||||||
|
|
Loading…
Reference in New Issue