mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
* Orion
- 88F5181
- 88F5182
- 88F5281
* Kirkwood
- 88F6281
* Discovery
- MV78100
The above families of SOCs are built around CPU cores compliant with ARMv5TE
instruction set architecture definition. They share a number of integrated
peripherals. This commit brings support for the following basic elements:
* GPIO
* Interrupt controller
* L1, L2 cache
* Timers, watchdog, RTC
* TWSI (I2C)
* UART
Other peripherals drivers will be introduced separately.
Reviewed by: imp, marcel, stass (Thanks guys!)
Obtained from: Marvell, Semihalf
5 lines
93 B
Text
5 lines
93 B
Text
# $FreeBSD$
|
|
|
|
files "../mv/files.mv"
|
|
cpu CPU_ARM9E
|
|
makeoptions CONF_CFLAGS="-march=armv5te"
|