3e15652a10
Luis Correia <luis.f.correia@gmail.com>). The code is loosely based on the Eaglelion 5bcm mainboard. Warning: this is work in progress! As of now, it does boot with serial console only (no vga), and two ethernet cards work sometimes. This has to do with the IRQ assignments, which are a complete mess. USB is now apparently working, but I can't make any device to be recognized. The PCI slot is still unusable due to the IRQ thing. Audio, other serial ports, irda, floppy and paralell port support is unknown aka untested yet. (closes #32) Signed-off-by: Luis Correia <luis.f.correia@gmail.com> Acked-by: Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2508 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
27 lines
737 B
Text
27 lines
737 B
Text
# Config file for the IEI nova4899r motherboard
|
|
# This will make a target directory of nova4899r
|
|
|
|
target nova4899r
|
|
mainboard iei/nova4899r
|
|
|
|
#option ROM_SIZE=256*1024
|
|
|
|
#from OLPC definitions
|
|
option CONFIG_COMPRESSED_ROM_STREAM_NRV2B=1
|
|
#option CONFIG_COMPRESSED_ROM_STREAM_LZMA=1
|
|
#option CONFIG_PRECOMPRESSED_ROM_STREAM=0
|
|
# leave 128k for vsa and 32k for VGA code
|
|
option ROM_SIZE=(256*1024)-(128*1024)-(32*1024)
|
|
option FALLBACK_SIZE=ROM_SIZE
|
|
|
|
option DEFAULT_CONSOLE_LOGLEVEL = 8
|
|
option MAXIMUM_CONSOLE_LOGLEVEL = 8
|
|
romimage "fallback"
|
|
option USE_FALLBACK_IMAGE=1
|
|
option ROM_IMAGE_SIZE=64*1024
|
|
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
|
|
payload /opt/linuxbios-SVN/filo.elf
|
|
end
|
|
|
|
buildrom ./linuxbios.rom ROM_SIZE "fallback"
|
|
#"normal"
|