2006-01-09 10:05:41 -07: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 06:07:09 -07:00
|
|
|
ifeq ($(CONFIG_ARCH_AT91SAM9G45),y)
|
2011-08-17 07:24:52 -06:00
|
|
|
zreladdr-y += 0x70008000
|
2009-06-26 08:36:58 -06:00
|
|
|
params_phys-y := 0x70000100
|
|
|
|
initrd_phys-y := 0x70410000
|
2008-01-24 07:10:39 -07:00
|
|
|
else
|
2011-08-17 07:24:52 -06:00
|
|
|
zreladdr-y += 0x20008000
|
2006-01-09 10:05:41 -07:00
|
|
|
params_phys-y := 0x20000100
|
|
|
|
initrd_phys-y := 0x20410000
|
2008-01-24 07:10:39 -07:00
|
|
|
endif
|
2011-10-10 10:29:24 -06:00
|
|
|
|
2012-02-22 09:04:04 -07:00
|
|
|
# Keep dtb files sorted alphabetically for each SoC
|
2012-04-09 05:26:33 -06:00
|
|
|
# sam9260
|
2012-07-09 02:05:18 -06:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += aks-cdu.dtb
|
2012-04-24 10:47:59 -06:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += ethernut5.dtb
|
2012-06-27 03:08:19 -06:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += evk-pro3.dtb
|
2012-01-30 08:45:52 -07:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9260.dtb
|
2012-04-09 00:43:34 -06:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9260.dtb
|
2012-02-26 04:12:43 -07:00
|
|
|
# sam9263
|
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9263ek.dtb
|
2012-04-12 04:47:32 -06:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9263.dtb
|
2012-04-12 04:01:33 -06:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9263.dtb
|
2012-02-22 09:04:04 -07:00
|
|
|
# sam9g20
|
2012-02-12 09:54:47 -07:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek.dtb
|
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g20ek_2mmc.dtb
|
2012-04-20 06:37:50 -06:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += kizbox.dtb
|
2012-01-30 08:45:52 -07:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += tny_a9g20.dtb
|
2012-02-22 09:04:04 -07:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += usb_a9g20.dtb
|
|
|
|
# sam9g45
|
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9m10g45ek.dtb
|
2012-04-17 00:26:31 -06:00
|
|
|
# sam9n12
|
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9n12ek.dtb
|
2012-02-22 09:04:04 -07:00
|
|
|
# sam9x5
|
2012-02-22 04:17:36 -07:00
|
|
|
dtb-$(CONFIG_MACH_AT91SAM_DT) += at91sam9g25ek.dtb
|