Hello Aaron Durbin,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/47585
to review the following change.
Change subject: intel/d945gclf: Disable bootblock console. ......................................................................
intel/d945gclf: Disable bootblock console.
This mainboard has less than 20 bytes of space left in its bootblock, hindering development. I don't know anything about it or if/how it could be optimized effectively, so according to our long-standing tradition of what to do when random boards run out of space, let's disable the bootblock console (this frees up over 4KB of the total 16).
Signed-off-by: Julius Werner jwerner@chromium.org Change-Id: I620c13eab53c3326a4f4660b63ed1dd0fc81f563 --- M src/mainboard/intel/d945gclf/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/47585/1
diff --git a/src/mainboard/intel/d945gclf/Kconfig b/src/mainboard/intel/d945gclf/Kconfig index 06e1a0c..8f5bd32 100644 --- a/src/mainboard/intel/d945gclf/Kconfig +++ b/src/mainboard/intel/d945gclf/Kconfig @@ -18,6 +18,7 @@ select BOARD_ROMSIZE_KB_512 select MAINBOARD_HAS_NATIVE_VGA_INIT select INTEL_GMA_HAVE_VBT + select NO_BOOTBLOCK_CONSOLE
config MAINBOARD_DIR string