CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/04/30 18:16:26
Modified files:
sys/arch/arm/conf: files.arm
sys/arch/beagle/conf: GENERIC RAMDISK files.beagle
sys/arch/beagle/dev: omap.c omap4.c
Added files:
sys/arch/arm/cortex: ampintc.c amptimer.c cortex.c cortex.h
files.cortex
Removed files:
sys/arch/beagle/dev: ampintc.c amptimer.c
Log message:
Add a cortex bus which represents the ARM MPCore Complex.
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@