diff options
author | Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com> | 2017-09-13 11:51:13 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-09-20 09:00:14 +0200 |
commit | f8a5ac1a8835b9c826286469379a143ff9e532d5 (patch) | |
tree | de6365ffeb1cac09e5c69167b5813c238dfbb49d /target/linux/at91/sama5 | |
parent | 76ba01a39216b8460846808b2fc10d5ee230a324 (diff) | |
download | upstream-f8a5ac1a8835b9c826286469379a143ff9e532d5.tar.gz upstream-f8a5ac1a8835b9c826286469379a143ff9e532d5.tar.bz2 upstream-f8a5ac1a8835b9c826286469379a143ff9e532d5.zip |
at91: Renaming subtarget sama5d3 to sama5
Renaming at91 subtarget sama5d3 to sama5 and using at91-sama5d3_xplained
as a target device in sama5 subtarget.This will enable to add other
sama5d2 & sama5d4 target devices in sama5 subtraget.This will avoid
code duplication when sama5d2 & sama5d4 added as different subtarget.
Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
Diffstat (limited to 'target/linux/at91/sama5')
-rw-r--r-- | target/linux/at91/sama5/config-default | 20 | ||||
-rw-r--r-- | target/linux/at91/sama5/target.mk | 9 |
2 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/at91/sama5/config-default b/target/linux/at91/sama5/config-default new file mode 100644 index 0000000000..660e27e8aa --- /dev/null +++ b/target/linux/at91/sama5/config-default @@ -0,0 +1,20 @@ +# CONFIG_ARCH_MULTI_V4_V5 is not set +# CONFIG_ARCH_MULTI_V5 is not set +CONFIG_ARCH_MULTI_V7=y +# CONFIG_ARM_LPAE is not set +# CONFIG_ARM_THUMBEE is not set +# CONFIG_CPU_ICACHE_DISABLE is not set +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_SOC_SAMA5=y +# CONFIG_SOC_SAM_V4_V5 is not set +CONFIG_SOC_SAM_V7=y +CONFIG_SOC_SAMA5D2=y +CONFIG_SOC_SAMA5D3=y +CONFIG_SOC_SAMA5D4=y +CONFIG_MACH_SAMA5_DT=y +CONFIG_PL310_ERRATA_588369=y +CONFIG_PL310_ERRATA_727915=y +CONFIG_PL310_ERRATA_753970=y +CONFIG_PL310_ERRATA_769419=y +# CONFIG_SWP_EMULATE is not set +# CONFIG_THUMB2_KERNEL is not set diff --git a/target/linux/at91/sama5/target.mk b/target/linux/at91/sama5/target.mk new file mode 100644 index 0000000000..7ccf30b386 --- /dev/null +++ b/target/linux/at91/sama5/target.mk @@ -0,0 +1,9 @@ +BOARDNAME:=SAMA5 Xplained boards(Cortex-A5) +CPU_TYPE:=cortex-a5 + +DEFAULT_PACKAGES += kmod-usb2 + +define Target/Description + Build generic firmware for Microchip(Atmel AT91) SAMA5 MPU's + using the ARMv7 instruction set. +endef |