Init cirrus ourselves instead of calling videobios

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-06-21 01:02:48 +02:00
parent 8c0346515d
commit 4d88b9aec7
7 changed files with 172 additions and 4 deletions

View file

@ -60,11 +60,14 @@ serial_mod_SOURCES = term/serial.c
serial_mod_CFLAGS = $(COMMON_CFLAGS)
serial_mod_LDFLAGS = $(COMMON_LDFLAGS)
# On qemu it's compiled in
ifneq ($(platform), qemu)
# For pci.mod
pkglib_MODULES += pci.mod
pci_mod_SOURCES = bus/pci.c
pci_mod_CFLAGS = $(COMMON_CFLAGS)
pci_mod_LDFLAGS = $(COMMON_LDFLAGS)
endif
# For lspci.mod
pkglib_MODULES += lspci.mod