drop one more version of doing serial uart output differently.
authorStefan Reinauer <stepan@coreboot.org>
Fri, 17 Dec 2010 00:08:21 +0000 (00:08 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 17 Dec 2010 00:08:21 +0000 (00:08 +0000)
commit85b0fa1ace685bfdb1f1febbbf5127710a314888
tree11fac9795931c6cdca6a785301d9294e4ba9dcae
parentefbfd501fee8decd0942808a47a3f9e93d30ae38
drop one more version of doing serial uart output differently.

coreboot made it kind of complicated to print a character on serial. Not quite
as complicated as UEFI, but too much for a good design. Fix it.

Signed-off-by: Stefan Reinauer <stepan@coreboot.org>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6191 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
17 files changed:
src/console/uart8250_console.c
src/include/console/console.h
src/include/lib.h
src/include/uart8250.h
src/lib/uart8250.c
src/mainboard/amd/serengeti_cheetah/ap_romstage.c
src/mainboard/gigabyte/ga_2761gxdk/ap_romstage.c
src/mainboard/gigabyte/m57sli/ap_romstage.c
src/mainboard/msi/ms7260/ap_romstage.c
src/mainboard/nvidia/l1_2pvv/ap_romstage.c
src/mainboard/supermicro/h8dme/ap_romstage.c
src/mainboard/supermicro/h8dmr/ap_romstage.c
src/mainboard/tyan/s2912/ap_romstage.c
src/northbridge/via/cx700/early_serial.c
src/northbridge/via/vx800/examples/romstage.c
src/pc80/Makefile.inc
src/pc80/serial.c [deleted file]