Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Make sure the L2 cache is enabled



details:   https://anonhg.NetBSD.org/src/rev/3a81e0aff2b4
branches:  trunk
changeset: 782135:3a81e0aff2b4
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Oct 17 20:22:23 2012 +0000

description:
Make sure the L2 cache is enabled
Restrict the PCIe interface to negotiate at Gen1 speeds.

diffstat:

 sys/arch/evbarm/conf/BCM5301X |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 417b51b68a0a -r 3a81e0aff2b4 sys/arch/evbarm/conf/BCM5301X
--- a/sys/arch/evbarm/conf/BCM5301X     Wed Oct 17 20:22:15 2012 +0000
+++ b/sys/arch/evbarm/conf/BCM5301X     Wed Oct 17 20:22:23 2012 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: BCM5301X,v 1.8 2012/10/17 14:48:11 apb Exp $
+#      $NetBSD: BCM5301X,v 1.9 2012/10/17 20:22:23 matt Exp $
 #
 #      BCM5301X -- Broadcom BCM5301X Eval Board Kernel
 #
@@ -186,7 +186,7 @@
 # The MPCore interrupt controller and global timer
 armperiph0     at mainbus?             # A9 On-Chip Peripherals
 armgic0                at armperiph?           # ARM Generic Interrupt Controller
-arml2cc0       at armperiph? flags 1   # ARM PL310 L2CC
+arml2cc0       at armperiph? flags 0   # ARM PL310 L2CC
 a9tmr0         at armperiph?           # A9 Global Timer
 a9wdt0         at armperiph? flags 1   # A9 Watchdog Timer
 
@@ -198,7 +198,7 @@
 
 # ChipCommonB Peripherals
 bcmccb0                at mainbus?             # ChipCommonB
-bcmpax*                at bcmccb? port ?
+bcmpax*                at bcmccb? port ? flags 1
 pci*           at bcmpax?
 ppb*           at pci? dev ? function ?
 pci*           at ppb?



Home | Main Index | Thread Index | Old Index