aboutsummaryrefslogtreecommitdiff
path: root/targets/arima/hdama/Config.lb
blob: 1dce4fdc8b11cc39db5cc2f8ff56f61c31051cae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Sample config file for Motorola Sandpoint X3 Demo Board with
# the Arima HDAMA
# This will make a target directory of ./hdama


target hdama
mainboard arima/hdama

option ROM_SIZE=487424

# Arima hdama
romimage "normal"
	option USE_FALLBACK_IMAGE=0
	option ROM_IMAGE_SIZE=0x16000
	option LINUXBIOS_EXTRA_VERSION=".0Normal"
	payload /home/ollie/work/filo-0.4.1/filo.elf
#	payload /etc/hosts
end

romimage "fallback" 
	option USE_FALLBACK_IMAGE=1
	option ROM_IMAGE_SIZE=0x16000
	option LINUXBIOS_EXTRA_VERSION=".0Fallback"
	payload /home/ollie/work/filo-0.4.1/filo.elf
#	payload /etc/hosts
end

buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"