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 add kernel config of if_mvxpe(new ether...
details: https://anonhg.NetBSD.org/src/rev/790b5f71ce75
branches: trunk
changeset: 338658:790b5f71ce75
user: hsuenaga <hsuenaga%NetBSD.org@localhost>
date: Wed Jun 03 04:31:46 2015 +0000
description:
add kernel config of if_mvxpe(new ethernet) and mvxpsec(new cryptographic).
still disabled by default. I need to do more test...
diffstat:
sys/arch/evbarm/conf/ARMADAXP | 16 +++++++++++++---
sys/arch/evbarm/conf/OPENBLOCKS_AX3 | 14 ++++++++++++--
2 files changed, 25 insertions(+), 5 deletions(-)
diffs (82 lines):
diff -r 1750a41c26a2 -r 790b5f71ce75 sys/arch/evbarm/conf/ARMADAXP
--- a/sys/arch/evbarm/conf/ARMADAXP Wed Jun 03 04:20:02 2015 +0000
+++ b/sys/arch/evbarm/conf/ARMADAXP Wed Jun 03 04:31:46 2015 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ARMADAXP,v 1.15 2014/08/30 13:45:56 kiyohara Exp $
+# $NetBSD: ARMADAXP,v 1.16 2015/06/03 04:31:46 hsuenaga Exp $
#
# ARMADA XP DEV BOARD
#
@@ -201,9 +201,13 @@
# TWSI SDRAM Serial Presence Detect
spdmem0 at iic? addr 0x56
-# On-chip Cryptographic Engines and Security Accelerator
+# On-chip Cryptographic Engines and Security Accelerator (S/W chaining)
mvcesa* at mvsoc? offset ? irq ?
+# On-chip Cryptographic Engines and Security Accelerator (H/W chaining)
+#mvxpsec* at mvsoc? offset ? irq ?
+#options MVXPSEC_DEBUG=MVXPSEC_DEBUG_ALL
+
# On-chip USB 2.0 Interface
ehci* at mvsoc? offset ? irq ?
@@ -250,10 +254,16 @@
sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
-# On-chip Gigabit Ethernet Controller Interface
+# On-chip Gigabit Ethernet Controller Interface (backward compatible mode)
mvgbec* at mvsoc? offset ?
mvgbe* at mvgbec? port ? irq ?
+# On-chip Gigabit Ethernet Controller Interface (counter mode)
+#mvxpbm* at mvsoc? offset ?
+#mvxpe* at mvsoc? irq ?
+#options MVXPE_EVENT_COUNTERS
+#options MVXPE_DEBUG=0
+
# On-chip RTC
mvsocrtc* at mvsoc? offset ? irq ?
diff -r 1750a41c26a2 -r 790b5f71ce75 sys/arch/evbarm/conf/OPENBLOCKS_AX3
--- a/sys/arch/evbarm/conf/OPENBLOCKS_AX3 Wed Jun 03 04:20:02 2015 +0000
+++ b/sys/arch/evbarm/conf/OPENBLOCKS_AX3 Wed Jun 03 04:31:46 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: OPENBLOCKS_AX3,v 1.13 2014/08/30 13:40:18 kiyohara Exp $
+# $NetBSD: OPENBLOCKS_AX3,v 1.14 2015/06/03 04:31:46 hsuenaga Exp $
#
# OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel
#
@@ -182,11 +182,17 @@
# On-chip Serial-ATA II Host Controller (SATAHC)
mvsata* at mvsoc? offset ? irq ?
-# On-chip Gigabit Ethernet Controller Interface
+# On-chip Gigabit Ethernet Controller Interface (backward compatible mode)
mvgbec* at mvsoc? offset ?
mvgbe* at mvgbec? port ? irq ?
makphy* at mii? phy ?
+# On-chip Gigabit Ethernet Controller Interface (counter mode)
+#mvxpbm* at mvsoc? offset ?
+#mvxpe* at mvsoc? irq ?
+#options MVXPE_EVENT_COUNTERS
+#options MVXPE_DEBUG=0
+
# On-chip USB 2.0 Interface
ehci* at mvsoc? offset ? irq ?
@@ -199,6 +205,10 @@
iic* at gttwsi?
s390rtc* at iic1 addr 0x30
+# On-chip Cryptographic Engines and Security Accelerator (DMA)
+#mvxpsec* at mvsoc? offset ? irq ?
+#options MVXPSEC_DEBUG=MVXPSEC_DEBUG_ALL
+
# On-chip UART Interface
com* at mvsoc? offset ? irq ?
options COM_16750 # XXXX: required
Home |
Main Index |
Thread Index |
Old Index