diff options
Diffstat (limited to 'targets/asus')
-rw-r--r-- | targets/asus/mew-vm/Config.lb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/targets/asus/mew-vm/Config.lb b/targets/asus/mew-vm/Config.lb new file mode 100644 index 0000000000..628311bf4e --- /dev/null +++ b/targets/asus/mew-vm/Config.lb @@ -0,0 +1,28 @@ +# 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" |