Port-arm archive

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

Re: marvell relation support 20100413



Hi! all,


From: KIYOHARA Takashi <kiyohara%kk.iij4u.or.jp@localhost>
Date: Wed, 09 Jun 2010 14:16:16 +0900 (JST)

> Next, I want to be porting Kirkwood and Discovery Innovation with
> several developers.

I put newer patch and tar-file.

ftp://ftp.netbsd.org/pub/NetBSD/misc/kiyohara/marvell/marvell-20100801.diff
ftp://ftp.netbsd.org/pub/NetBSD/misc/kiyohara/marvell/marvell-20100801.tar.gz


+ This doesn't support L2 cache. We should implement L2 cache support
  of NetBSD/arm.

+ SheevaPlug is not supporting gtidmac now.

+ My SheevaPlug doesn't support SATA.  It doesn't permit the access to
  the PHY register.  Therefore, SHEEVAPLUG prohibits mvsata.  ;-)

+ GbE(mvgbe) doesn't work correctly.  I am debugging it now.
  For instance, it responds to ping(1) from the NFS server.  However,
  the NFS server reports on 'bad cksum' for ICMP echo reply.
  (By tcpdump(8))


Marvell>> tftp 2000000 netbsd.gz.ub
Using egiga0 device
TFTP from server 192.168.3.1; our IP address is 192.168.3.100
Filename 'netbsd.gz.ub'.
Load address: 0x2000000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ################################################################
done
Bytes transferred = 1988976 (1e5970 hex)
Marvell>> bootm 2000000
## Booting image at 02000000 ...
   Image Name:   NetBSD/sheevaplug 5.99.38
   Created:      2010-08-01  10:48:40 UTC
   Image Type:   ARM NetBSD Kernel Image (gzip compressed)
   Data Size:    1988634 Bytes =  1.9 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
## Transferring control to NetBSD stage-2 loader (at address 00008000) ...

NetBSD/evbarm (sheevaplug) booting ...
Loaded initial symtab at 0xc0358d00, strtab at 0xc038c6ac, # entries 13123
pmap_postinit: Allocated 35 static L1 descriptor tables
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 5.99.38 (SHEEVAPLUG) #2: Sun Aug  1 19:48:27 JST 2010
        
lance%greed.sins.soum.co.jp@localhost:/usr/src/sys/arch/evbarm/compile/SHEEVAPLUG
total memory = 512 MB
avail memory = 497 MB
mainbus0 (root)
cpu0 at mainbus0: Sheeva 88SV131 rev 1 (ARM9E-S core)
cpu0: DC enabled IC enabled WB enabled EABT branch prediction enabled
cpu0: 16KB/32B 4-way Instruction cache
cpu0: 16KB/32B 4-way write-back-locking-C Data cache
mvsoc0 at mainbus0: Marvell 88F6281 Rev. A0  Kirkwood
mvsoc0: CPU Clock 1200.000 MHz  SysClock 400.000 MHz  TClock 200.000 MHz
mvsoctmr0 at mvsoc0 unit 0 offset 0x20300-0x203ff: Marvell SoC Timer
mvsocgpp at mvsoc0 unit 0 not configured
com0 at mvsoc0 unit 0 offset 0x12000 irq 33: ns16550a, working fifo
com0: console
com1 at mvsoc0 unit 1 offset 0x12100-0x1211f irq 34: ns16550a, working fifo
ehci0 at mvsoc0 unit 0 offset 0x50000-0x51fff irq 19: Marvell USB 2.0 Interface
usb0 at ehci0: USB revision 2.0
gttwsi0 at mvsoc0 unit 0 offset 0x11000-0x11fff irq 29: Marvell TWSI controller
iic0 at gttwsi0: I2C bus
mvcesa0 at mvsoc0 unit 0 offset 0x30000-0x3ffff irq 22: Marvell Cryptographic 
Engines and Security Accelerator
mvgbec0 at mvsoc0 unit 0 offset 0x70000-0x73fff: Marvell Gigabit Ethernet 
Controller
mvgbe0 at mvgbec0 port 0 irq 11
mvgbe0: Ethernet address 00:50:43:01:c3:fe
makphy0 at mvgbe0 phy 0: Marvell 88E1116R Gigabit PHY, rev. 0
makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 
1000baseT-FDX, auto
mvgbec1 at mvsoc0 unit 1 offset 0x74000-0x77fff: Marvell Gigabit Ethernet 
Controller
mvgbe at mvgbec1 port 0 not configured
mvpex at mvsoc0 unit 0 not configured
mvsata at mvsoc0 unit 0 not configured
uhub0 at usb0: Marvell EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
boot device: <unknown>
root device: mvgbe0
dump device: 
file system (default generic): 
root on mvgbe0
mountroot: trying nfs...
nfs_boot: trying DHCP/BOOTP
nfs_boot: DHCP next-server: 192.168.3.1
nfs_boot: my_addr=192.168.3.247
nfs_boot: my_mask=255.255.255.0
nfs_boot: gateway=0.0.0.0
root on 192.168.3.1:/home/lance/obj/arm/destdir.evbarm
root time: 0x4c555f11
root file system type: nfs
WARNING: no TOD clock present
WARNING: using filesystem time
WARNING: CHECK AND RESET THE DATE!
WARNING: negative runtime; monotonic clock has gone backwards
warning: no /dev/console
init path (default /sbin/init):
init: copying out path `/sbin/init' 11

  (hangup...  only responding ping)


Thanks,
--
kiyohara


Home | Main Index | Thread Index | Old Index