From 5d4f206377cd9667b5f571f9683598bf044cb81f Mon Sep 17 00:00:00 2001 From: Patrick Wildt Date: Thu, 2 May 2013 19:15:54 +0000 Subject: 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@ --- sys/arch/beagle/conf/GENERIC | 3 ++- sys/arch/beagle/conf/RAMDISK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch/beagle') 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 -- cgit v1.2.3