2006-01-09 17:05:41 +00:00
|
|
|
# Note: the following conditions must always be true:
|
|
|
|
# ZRELADDR == virt_to_phys(TEXTADDR)
|
|
|
|
# PARAMS_PHYS must be within 4MB of ZRELADDR
|
|
|
|
# INITRD_PHYS must be in RAM
|
|
|
|
|
2012-01-26 13:07:09 +00:00
|
|
|
ifeq ($(CONFIG_ARCH_AT91SAM9G45),y)
|
2011-08-17 13:24:52 +00:00
|
|
|
zreladdr-y += 0x70008000
|
2009-06-26 14:36:58 +00:00
|
|
|
params_phys-y := 0x70000100
|
|
|
|
initrd_phys-y := 0x70410000
|
2008-01-24 14:10:39 +00:00
|
|
|
else
|
2011-08-17 13:24:52 +00:00
|
|
|
zreladdr-y += 0x20008000
|
2006-01-09 17:05:41 +00:00
|
|
|
params_phys-y := 0x20000100
|
|
|
|
initrd_phys-y := 0x20410000
|
2008-01-24 14:10:39 +00:00
|
|
|
endif
|
2011-10-10 16:29:24 +00:00
|
|
|
|
2012-02-22 16:04:04 +00:00
|
|
|
# Keep dtb files sorted alphabetically for each SoC
|
2012-04-09 11:26:33 +00:00
|
|
|
# sam9260
|
2012-07-09 08:05:18 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += aks-cdu.dtb
|
2012-04-24 16:47:59 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += ethernut5.dtb
|
2012-06-27 09:08:19 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += evk-pro3.dtb
|
2012-01-30 15:45:52 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9260.dtb
|
2012-04-09 06:43:34 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9260.dtb
|
2012-02-26 11:12:43 +00:00
|
|
|
# sam9263
|
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9263ek.dtb
|
2012-04-12 10:47:32 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9263.dtb
|
2012-04-12 10:01:33 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9263.dtb
|
2012-02-22 16:04:04 +00:00
|
|
|
# sam9g20
|
2012-02-12 16:54:47 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek.dtb
|
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek_2mmc.dtb
|
2012-04-20 12:37:50 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += kizbox.dtb
|
2012-01-30 15:45:52 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9g20.dtb
|
2012-02-22 16:04:04 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9g20.dtb
|
|
|
|
# sam9g45
|
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb
|
2012-04-17 06:26:31 +00:00
|
|
|
# sam9n12
|
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9n12ek.dtb
|
2012-02-22 16:04:04 +00:00
|
|
|
# sam9x5
|
2012-02-22 11:17:36 +00:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g25ek.dtb
|