diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-05-02 19:15:54 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2013-05-02 19:15:54 +0000 |
commit | 5d4f206377cd9667b5f571f9683598bf044cb81f (patch) | |
tree | 322b577d659e5ba380936969252187c0c05b25f1 /sys/arch/beagle | |
parent | 16ac930ac5560c2b6825ef6ca26deeddd442806d (diff) |
Add a driver for the secondary cache controller on the PandaBoard and
other ARM Cortex based boards. Disabled for now, until proper
secondary cache flushing is done where it's needed.
ok miod@
Diffstat (limited to 'sys/arch/beagle')
-rw-r--r-- | sys/arch/beagle/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/beagle/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/beagle/conf/GENERIC b/sys/arch/beagle/conf/GENERIC index c71ef541ddf..6fb5c1dbcf0 100644 --- a/sys/arch/beagle/conf/GENERIC +++ b/sys/arch/beagle/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2013/05/01 00:16:26 patrick Exp $ +# $OpenBSD: GENERIC,v 1.16 2013/05/02 19:15:53 patrick Exp $ # # GENERIC machine description file # @@ -60,6 +60,7 @@ omap0 at mainbus? cortex0 at mainbus? ampintc* at cortex? amptimer* at cortex? +#armliicc* at cortex? # L2 cache controller # OMAP3 only intc* at soc? # interrupt controller diff --git a/sys/arch/beagle/conf/RAMDISK b/sys/arch/beagle/conf/RAMDISK index 3abc26e2133..a9e7e663545 100644 --- a/sys/arch/beagle/conf/RAMDISK +++ b/sys/arch/beagle/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.17 2013/05/01 00:16:26 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.18 2013/05/02 19:15:53 patrick Exp $ # # GENERIC machine description file # @@ -65,6 +65,7 @@ omap0 at mainbus? cortex0 at mainbus? ampintc* at cortex? amptimer* at cortex? +#armliicc* at cortex? # L2 cache controller # OMAP3 only intc* at soc? # interrupt controller |