453dfdfdaf
timer (or just failed otherwise due to missing udelay) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2131 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
18 lines
254 B
Text
18 lines
254 B
Text
uses CONFIG_IDE
|
|
uses CONFIG_CONSOLE_VGA
|
|
uses CONFIG_UDELAY_IO
|
|
|
|
object mc146818rtc.o
|
|
object isa-dma.o
|
|
object i8259.o
|
|
#object udelay_timer2.o CONFIG_UDELAY_TIMER2
|
|
|
|
if CONFIG_UDELAY_IO
|
|
object udelay_io.o
|
|
end
|
|
|
|
if CONFIG_IDE
|
|
dir ide
|
|
end
|
|
|
|
object keyboard.o
|