2003-06-24 05:45:36 +02:00
|
|
|
# Sample config file for Motorola Sandpoint X3 Demo Board with
|
|
|
|
# the Arima HDAMA
|
|
|
|
# This will make a target directory of ./hdama
|
|
|
|
|
|
|
|
|
2003-07-11 16:51:29 +02:00
|
|
|
target hdama
|
2004-10-14 23:40:58 +02:00
|
|
|
mainboard arima/hdama
|
2003-06-24 05:45:36 +02:00
|
|
|
|
2005-07-06 19:16:03 +02:00
|
|
|
option ROM_SIZE=487424
|
|
|
|
|
2003-06-24 05:45:36 +02:00
|
|
|
# Arima hdama
|
2003-09-02 01:17:58 +02:00
|
|
|
romimage "normal"
|
|
|
|
option USE_FALLBACK_IMAGE=0
|
2005-07-06 19:16:03 +02:00
|
|
|
option ROM_IMAGE_SIZE=0x16000
|
2003-09-02 01:17:58 +02:00
|
|
|
option LINUXBIOS_EXTRA_VERSION=".0Normal"
|
2005-07-06 19:16:03 +02:00
|
|
|
payload /home/ollie/work/filo-0.4.1/filo.elf
|
|
|
|
# payload /etc/hosts
|
2003-09-02 01:17:58 +02:00
|
|
|
end
|
2003-07-18 19:17:52 +02:00
|
|
|
|
|
|
|
romimage "fallback"
|
|
|
|
option USE_FALLBACK_IMAGE=1
|
2005-07-06 19:16:03 +02:00
|
|
|
option ROM_IMAGE_SIZE=0x16000
|
2003-09-02 01:17:58 +02:00
|
|
|
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
|
2005-07-06 19:16:03 +02:00
|
|
|
payload /home/ollie/work/filo-0.4.1/filo.elf
|
2003-09-26 06:45:52 +02:00
|
|
|
# payload /etc/hosts
|
2003-07-18 19:17:52 +02:00
|
|
|
end
|
|
|
|
|
2003-09-17 13:05:29 +02:00
|
|
|
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
|