QingPei Wang ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/441
-gerrit commit 8bb17510476ea1abaf941d443771fc95a2e849e3 Author: QingPei Wang <[email protected]> Date: Tue Nov 22 15:24:12 2011 +0800 Mirror Fix coreinfo usage of cb_info fix cb_info.serial.ioport to cb_info.serial.baseaddr Change-Id: I32f261e4be927555979eb833d0251fce2c6a5c47 Signed-off-by: QingPei Wang <[email protected]> --- payloads/coreinfo/coreboot_module.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/payloads/coreinfo/coreboot_module.c b/payloads/coreinfo/coreboot_module.c index c8694f4..dd589ac 100644 --- a/payloads/coreinfo/coreboot_module.c +++ b/payloads/coreinfo/coreboot_module.c @@ -68,7 +68,7 @@ int coreboot_module_redraw(WINDOW *win) if (cb_info.serial.tag != 0x0) { mvwprintw(win, row++, 1, "Serial Port I/O base: 0x%x", - cb_info.serial.ioport); + cb_info.serial.baseaddr); } if (cb_info.console.tag != 0x0) { -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

