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