e99bd105af
southbridges, along with the Asus MEW-VM. With this, my machine attempts to boot linux, but does so very slowly and fails during the boot process, probably because of the irq tables. Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Joseph Smith <joe@smittys.pointclark.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2719 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
28 lines
668 B
Text
28 lines
668 B
Text
# Config file for asus mew-vm board
|
|
# This will make a target directory of ./mew-vm
|
|
|
|
target mew-vm
|
|
mainboard asus/mew-vm
|
|
|
|
## Without VGA BIOS
|
|
option ROM_SIZE = 512 * 1024
|
|
## With VGA BIOS (32k)
|
|
#option ROM_SIZE = (512 * 1024) - (32 * 1024)
|
|
|
|
romimage "normal"
|
|
option USE_FALLBACK_IMAGE=0
|
|
option ROM_IMAGE_SIZE=0x10000
|
|
option LINUXBIOS_EXTRA_VERSION=".0Normal"
|
|
# payload /etc/hosts
|
|
payload /home/amp/filo-0.5/filo.elf
|
|
end
|
|
|
|
romimage "fallback"
|
|
option USE_FALLBACK_IMAGE=1
|
|
option ROM_IMAGE_SIZE=0x10000
|
|
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
|
|
# payload /etc/hosts
|
|
payload /home/amp/filo-0.5/filo.elf
|
|
end
|
|
|
|
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
|