Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39891
to look at the new patch set (#2).
Change subject: mb/*/*{i440BX}: Move serial init to bootblock ......................................................................
mb/*/*{i440BX}: Move serial init to bootblock
This moves the serial init to the bootblock.
Since those boards generally don't have a large flash the console is disabled by default, but when optionally enabled the bootblock size needs to be increased.
Change-Id: Icf062c93d9bd7f7a77e3d343ac8aadab038db296 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/cpu/intel/slot_1/Kconfig A src/mainboard/asus/p2b-ds/Makefile.inc R src/mainboard/asus/p2b-ds/bootblock.c A src/mainboard/asus/p2b-ls/Makefile.inc R src/mainboard/asus/p2b-ls/bootblock.c A src/mainboard/asus/p2b/Makefile.inc R src/mainboard/asus/p2b/bootblock.c A src/mainboard/asus/p3b-f/Makefile.inc C src/mainboard/asus/p3b-f/bootblock.c M src/mainboard/asus/p3b-f/romstage.c M src/northbridge/intel/i440bx/Kconfig M src/northbridge/intel/i440bx/raminit.h M src/northbridge/intel/i440bx/romstage.c 13 files changed, 25 insertions(+), 25 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/39891/2