Kconfig!
Works on Kontron, qemu, and serengeti. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> tested on abuild only. Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4534 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Ronald G. Minnich
parent
38cd29ebd7
commit
0588d19abe
9
src/pc80/Makefile.inc
Normal file
9
src/pc80/Makefile.inc
Normal file
@@ -0,0 +1,9 @@
|
||||
obj-y += mc146818rtc.o
|
||||
obj-y += isa-dma.o
|
||||
obj-y += i8259.o
|
||||
#obj-y += udelay_timer2.o CONFIG_UDELAY_TIMER2
|
||||
obj-$(CONFIG_UDELAY_IO) += udelay_io.o
|
||||
obj-y += keyboard.o
|
||||
|
||||
#initobj-y += serial.o
|
||||
|
@@ -71,7 +71,7 @@ static void uart_tx_byte(unsigned char data)
|
||||
uart_wait_until_sent();
|
||||
}
|
||||
|
||||
static void uart_init(void)
|
||||
void uart_init(void)
|
||||
{
|
||||
/* disable interrupts */
|
||||
outb(0x0, CONFIG_TTYS0_BASE + UART_IER);
|
||||
|
Reference in New Issue
Block a user