2012-07-26 08:01:25 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2012-07-30 21:19:19 +00:00
|
|
|
# Unlike other Atmel SoCs, which have their SDRAM at CS1, the
|
|
|
|
# at91sam9g45 family has it on CS6, so PHYSADDR must be adjusted
|
|
|
|
# accordingly. The at91sam9g45, at91sam9g46, at91sam9m10 and at91sam9m11
|
|
|
|
# SoCs are members of this family.
|
2012-07-26 08:01:25 +00:00
|
|
|
|
|
|
|
files "../at91/files.at91"
|
|
|
|
cpu CPU_ARM9
|
2012-08-18 05:48:19 +00:00
|
|
|
machine arm
|
2012-07-26 08:01:25 +00:00
|
|
|
makeoptions CONF_CFLAGS=-mcpu=arm9
|
|
|
|
options PHYSADDR=0x70000000
|
2012-08-15 18:33:58 +00:00
|
|
|
options NO_EVENTTIMERS
|
2012-07-26 08:01:25 +00:00
|
|
|
|
|
|
|
# bring in the sam specific timers and such
|
|
|
|
device at91sam9
|