console code cleanup.
authorStefan Reinauer <stepan@openbios.org>
Fri, 28 May 2004 15:07:03 +0000 (15:07 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 28 May 2004 15:07:03 +0000 (15:07 +0000)
commit34e3a146a95bd917b99e2185a17690f467dab8fb
tree21ed857af2539ffae0a8285cc70f3cfe05ba939f
parent319d6730e9db850609f75be2b4fdef2a622e04ef
console code cleanup.
 - drop srm console code (not supported anyways)
 - make internal uart8250 console functions static
 - split vsprintf.c into vsprintf.c and vtxprintf.c

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1585 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/console/Config.lb
src/console/printk.c
src/console/uart8250_console.c
src/console/vsprintf.c
src/console/vtxprintf.c [new file with mode: 0644]