Extend coreboot table entry for serial ports
authorStefan Reinauer <reinauer@chromium.org>
Wed, 22 Jun 2011 23:39:19 +0000 (16:39 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 21 Oct 2011 21:34:30 +0000 (23:34 +0200)
commitd1bc331855caab351a70676b5085787292a45fea
tree8d0ddcf777c4b7330e02495982f1f718f56d27fc
parentb6010b8e70c25f93773bc464457f69fd4bb8a82e
Extend coreboot table entry for serial ports

Add information about memory mapped/io mapped base addresses.

and fix up libpayload to use the same structures

Signed-off-by: Stefan Reinauer <reinauer@google.com>
Change-Id: I5f7b5eda6063261b9acb7a46310172d4a5471dfb
Reviewed-on: http://review.coreboot.org/261
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
payloads/libpayload/arch/i386/coreboot.c
payloads/libpayload/arch/powerpc/coreboot.c
payloads/libpayload/include/coreboot_tables.h
src/arch/x86/boot/coreboot_table.c
src/console/uart8250mem_console.c
src/include/boot/coreboot_tables.h
src/include/uart8250.h