diff options
author | zbb <zbb@FreeBSD.org> | 2016-01-20 13:14:36 +0000 |
---|---|---|
committer | zbb <zbb@FreeBSD.org> | 2016-01-20 13:14:36 +0000 |
commit | 5c07389daed09120ac5cc01420fbc4a63a2a2a7a (patch) | |
tree | d5b6b6a486ff7e38e826342156df75a01b544718 /sys/conf/options.arm | |
parent | 10002c03d973729575ded427bb46dba3ac339368 (diff) | |
download | FreeBSD-src-5c07389daed09120ac5cc01420fbc4a63a2a2a7a.zip FreeBSD-src-5c07389daed09120ac5cc01420fbc4a63a2a2a7a.tar.gz |
Introduce initial support for Marvell Armada38x
This commit introduces initial support for Marvell Armada38x platform.
Changes:
- Add common DTS files for Armada38x SoCs and DTS file for A388-GP
- Add ARMADA38X kernel configuration
- Add option SOC_MV_ARMADA38X and set MV_PCI_PORTS
- Add list of files to compile
- Implement get_tclk(), get_sar_value(), cpu_reset() functions
- Add CPU ID and SoC numbers
- Correct ifdefs in arm/mv/timer.c
Reviewed by: ian, imp
Obtained from: Semihalf
Sponsored by: Stormshield
Submitted by: Michal Stanek <mst@semihalf.com>
Differential revision: https://reviews.freebsd.org/D4210
Diffstat (limited to 'sys/conf/options.arm')
-rw-r--r-- | sys/conf/options.arm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.arm b/sys/conf/options.arm index fdddecb..8720ac2 100644 --- a/sys/conf/options.arm +++ b/sys/conf/options.arm @@ -47,6 +47,7 @@ SOC_IMX51 opt_global.h SOC_IMX53 opt_global.h SOC_IMX6 opt_global.h SOC_MV_ARMADAXP opt_global.h +SOC_MV_ARMADA38X opt_global.h SOC_MV_DISCOVERY opt_global.h SOC_MV_DOVE opt_global.h SOC_MV_FREY opt_global.h |