16ce01b0d8
- actually hook up usbdebug in printk/print_ for romstage - make usbdebug.c more similar to the Linux kernel version it was originally derived from. - increase retries and timing for usbdebug init (at least one chipset seems to need this) - src/pc80/usbdebug_serial.c is not needed - some small console cleanups Signed-off-by: Stefan Reinauer <reinauer@google.com> Acked-by: Patrick Georgi <patrick.georgi@secunet.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6315 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
16 lines
499 B
Makefile
16 lines
499 B
Makefile
ramstage-y += mc146818rtc.c
|
|
ramstage-y += isa-dma.c
|
|
ramstage-y += i8259.c
|
|
ramstage-$(CONFIG_UDELAY_IO) += udelay_io.c
|
|
ramstage-y += keyboard.c
|
|
|
|
romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c
|
|
subdirs-y += vga
|
|
|
|
$(obj)/pc80/mc146818rtc.ramstage.o : $(OPTION_TABLE_H)
|
|
$(obj)/pc80/mc146818rtc_early.romstage.o : $(OPTION_TABLE_H)
|
|
|
|
cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += $(CONFIG_CMOS_DEFAULT_FILE)
|
|
$(CONFIG_CMOS_DEFAULT_FILE)-name := cmos.default
|
|
$(CONFIG_CMOS_DEFAULT_FILE)-type := 0xaa
|
|
|