Hello build bot (Jenkins), Martin Roth, Patrick Georgi, Damien Zammit, Philipp Hug, Angel Pons, Alexander Couzens, Aaron Durbin, Patrick Rudolph, ron minnich,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38424
to look at the new patch set (#22).
Change subject: cbfs: Enable CBFS mcache on most chipsets ......................................................................
cbfs: Enable CBFS mcache on most chipsets
This patch flips the default of CONFIG_NO_CBFS_MCACHE so the feature is enabled by default. Some older chipsets with insufficient SRAM/CAR space still have it explicitly disabled. All others get the new section added to their memlayout... 8K seems like a sane default to start with.
Change-Id: I0abd1c813aece6e78fb883f292ce6c9319545c44 Signed-off-by: Julius Werner jwerner@chromium.org --- M src/arch/x86/Kconfig M src/arch/x86/car.ld M src/lib/Kconfig M src/mainboard/asus/p5gc-mx/Kconfig M src/mainboard/emulation/qemu-aarch64/memlayout.ld M src/mainboard/emulation/qemu-armv7/memlayout.ld M src/mainboard/emulation/qemu-power8/memlayout.ld M src/mainboard/emulation/qemu-riscv/memlayout.ld M src/mainboard/emulation/spike-riscv/memlayout.ld M src/mainboard/gigabyte/ga-945gcm-s2l/Kconfig M src/mainboard/google/octopus/Kconfig M src/mainboard/lenovo/t400/Kconfig M src/northbridge/intel/e7505/Kconfig M src/northbridge/intel/i440bx/Kconfig M src/northbridge/intel/pineview/Kconfig M src/northbridge/intel/x4x/Kconfig M src/soc/amd/picasso/memlayout_transfer_buffer.inc M src/soc/amd/picasso/memlayout_x86.ld M src/soc/cavium/cn81xx/memlayout.ld M src/soc/intel/braswell/Kconfig M src/soc/mediatek/mt8173/memlayout.ld M src/soc/mediatek/mt8183/memlayout.ld M src/soc/mediatek/mt8192/include/soc/memlayout.ld M src/soc/nvidia/tegra124/memlayout.ld M src/soc/nvidia/tegra210/memlayout.ld M src/soc/qualcomm/ipq40xx/memlayout.ld M src/soc/qualcomm/ipq806x/memlayout.ld M src/soc/qualcomm/qcs405/memlayout.ld M src/soc/qualcomm/sc7180/memlayout.ld M src/soc/rockchip/rk3288/Kconfig M src/soc/rockchip/rk3399/memlayout.ld M src/soc/samsung/exynos5250/memlayout.ld M src/soc/samsung/exynos5420/memlayout.ld M src/soc/sifive/fu540/memlayout.ld M src/soc/ti/am335x/memlayout.ld 35 files changed, 65 insertions(+), 23 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/38424/22