coreboot/src
Karthikeyan Ramasubramanian 4763a5a470 soc/amd/mendocino: Increase CBFS_MCACHE size
CBFS_MCACHE is currently experiencing overflow with CBFS verification
enabled. Reduce the pre-x86 cbmem console size from ~5.5 KiB to 4 KiB.
This reduction along with the available free space in PSP shared buffer
(32 KiB) helps to increase the CBFS_MCACHE size from 8 KiB to required
14 KiB.

BUG=b:259342909
TEST=Build and boot to OS in Skyrim. Ensure that there are no CBFS
mcache overflows.
FMAP: area COREBOOT found @ 80a000 (8347648 bytes)
VB2:vb2_digest_init() 0 bytes, hash algo 2, HW acceleration unsupported
CBFS: mcache @0x00019a40 built for 67 files, used 0x19a0 of 0x1c00 bytes
CBFS: Found 'apu/amdfw_a' @0x0 size 0x3ff80 in mcache @0x0001b640
VB2:vb2_digest_init() 262016 bytes, hash algo 2, HW acceleration enabled
Ensure that firmware_CbfsMcache FAFT test is successful.

Change-Id: I35e1a8c6d73e0870b6a43aac604f83a0b6c3aabe
Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69827
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
2022-11-21 19:56:34 +00:00
..
acpi acpi: Add initial support for CEDT 2022-11-20 17:35:04 +00:00
arch arch/x86/smbios: Add SMBIOS Type 39 2022-11-17 21:17:49 +00:00
commonlib commonlib/storage/sdhci.c: Remove "ERROR: " from log message 2022-11-17 13:28:30 +00:00
console console/post.c: Sort includes 2022-10-27 15:46:39 +00:00
cpu cpu/intel/socket_*: Clean up Kconfig files 2022-11-21 18:42:17 +00:00
device device/pciexp: add pcie_find_dsn() 2022-11-20 17:37:09 +00:00
drivers drivers/i2c/rx6110sa/chip.h: Remove confusing bus speed comment 2022-11-20 02:05:53 +00:00
ec {ec/superio}/acpi: Remove _PRS if no _SRS is implemented 2022-11-17 21:20:50 +00:00
include include/memlayout.h: update comment about VBOOT2 work buffer size 2022-11-21 14:07:46 +00:00
lib lib/malloc.c: Fix log messages 2022-11-18 16:02:28 +00:00
mainboard mb/google/brya/var/marasov: update field STORAGE of fw_config 2022-11-21 01:14:59 +00:00
northbridge cbmem_top_chipset: Change the return value to uintptr_t 2022-11-18 16:00:45 +00:00
sbom
security security/tpm: make log format configurable via Kconfig 2022-11-19 15:11:09 +00:00
soc soc/amd/mendocino: Increase CBFS_MCACHE size 2022-11-21 19:56:34 +00:00
southbridge sb/intel/i82801dx/bootblock.c: Include "i82801dx.h" 2022-11-17 14:25:04 +00:00
superio src/superio: Remove unnecessary space after casts 2022-11-21 15:03:50 +00:00
vendorcode vc/amd/fsp/glinda/platform_descriptors.h: Update for glinda 2022-11-19 02:47:48 +00:00
Kconfig build: List all Kconfigs in CBFS config file, compress it 2022-11-18 17:19:44 +00:00