nyan: Enable the cbmem console on nyan and allocate space for it in SRAM.

Hardware / Coreboot - Gabe Black [google.com] - 15 December 2014 13:15 UTC

This change takes about 8K of space away from the cbfs cache and repurposes it for the cbmem console buffer. This is a little more than twice the space we currently need for the bootblock and ROM stage to give us some room to grow and for extra debug output if needed.

BUG=None TEST=Built and booted on nyan. Checked the cbmem output. BRANCH=None

Original-Change-Id: I6543bf5efddcf2377528a273f846b8090cd8be55

46e0975 nyan: Enable the cbmem console on nyan and allocate space for it in SRAM.
src/mainboard/google/nyan/romstage.c | 4 ++++
src/mainboard/google/nyan_big/romstage.c | 4 ++++
src/mainboard/google/nyan_blaze/romstage.c | 4 ++++
src/soc/nvidia/tegra124/Kconfig | 13 +++++++++----
4 files changed, 21 insertions(+), 4 deletions(-)

Upstream: review.coreboot.org


  • Share