diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-02-04 15:57:50 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-02-24 19:05:28 +0100 |
commit | e58cd453d58b20c6a6f34d3591640aa19aa14d25 (patch) | |
tree | a4fef5f5d79575a7a60b516482ee114c1dbc932e /target/linux/at91/sama7/target.mk | |
parent | 3ed992a99630457f660761ce199e3d2a00f06168 (diff) | |
download | upstream-e58cd453d58b20c6a6f34d3591640aa19aa14d25.tar.gz upstream-e58cd453d58b20c6a6f34d3591640aa19aa14d25.tar.bz2 upstream-e58cd453d58b20c6a6f34d3591640aa19aa14d25.zip |
at91: add kernel support for sama7g5 soc
Add kernel support for SAMA7G5 by back-porting mainline kernel patches.
Among SAMA7G5 features could be remembered:
- ARM Cortex-A7
- double data rate multi-port dynamic RAM controller supporting DDR2,
DDR3, DDR3L, LPDDR2, LPDDR3 up to 533MHz
- peripherals for audio, video processing
- 1 gigabit + 1 megabit Ethernet controllers
- 6 CAN controllers
- trust zone support
- DVFS for CPU
- criptography IPs
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'target/linux/at91/sama7/target.mk')
-rw-r--r-- | target/linux/at91/sama7/target.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/at91/sama7/target.mk b/target/linux/at91/sama7/target.mk new file mode 100644 index 0000000000..386c4b9d54 --- /dev/null +++ b/target/linux/at91/sama7/target.mk @@ -0,0 +1,9 @@ +BOARDNAME:=SAMA7 boards (Cortex-A7) +CPU_TYPE:=cortex-a7 +CPU_SUBTYPE:=vfpv4 +FEATURES+=fpu + +define Target/Description + Build generic firmware for Microchip SAMA7G5 MPUs using the + ARMv7 instruction set. +endef |