summaryrefslogtreecommitdiffstats
path: root/sys/arch/arm/cortex (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove an #endif I forgot in there.patrick2013-05-021-2/+1
|
* Add a driver for the secondary cache controller on the PandaBoard andpatrick2013-05-022-1/+302
| | | | | | | other ARM Cortex based boards. Disabled for now, until proper secondary cache flushing is done where it's needed. ok miod@
* Add a secure monitor call function, so that a secondary cache controllerpatrick2013-05-011-0/+29
| | | | | | | | driver can talk to its controller properly. From drahn at dalerahn.com. ok bmercer@
* Add a cortex bus which represents the ARM MPCore Complex.patrick2013-05-015-0/+1177
It will attach only to ARM Cortex A9 and A15 SoCs. The generic interrupt controller and timer will attach to this bus, later a secondary cache controller can be added. The base address for those controllers are figured out using the periphbase register. ok bmercer@