Subject: Samsung S3C2800 CPU and SMDK2800 evaluation board.
To: None <port-arm@netbsd.org>
From: Hiroyuki Bessho <bsh@grotto.jp>
List: port-arm
Date: 11/21/2002 04:27:54
   Hi,

   Today I committed a port for Samsung SMDK2800 evaluation board.
It's CPU is Samsung S3C2800, whose core is ARM920T.

   The codes were written as a part of a project by Fujitsu Component
Limited.  FCL kindly allowed me to contribute codes to The NetBSD
project.


Here's the dmesg:

consinit done

NetBSD/evbarm (SMDK2800) booting ...
Reserve 4194304 bytes for memory disk
physmemory: 7168 pages at 0x08000000 -> 0x09bfffff
init subsystems: stacks vectors undefined page pmap irq done.
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002
    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 1.6K (SMDK2800) #1: Thu Nov 21 03:42:18 JST 2002
    bsh@nekozame.a.grotto.jp:/u1/proj/netbsd/netbsd.org/syssrc/sys/arch/evbarm/compile/SMDK2800
total memory = 28672 KB
avail memory = 21780 KB
using 384 buffers containing 1536 KB of memory
mainbus0 (root)
cpu0 at mainbus0: ARM920T rev 0 (ARM9TDMI core)
cpu0: DC enabled IC enabled WB enabled EABT
cpu0: 16KB/32B 64-way Instruction cache
cpu0: 16KB/32B 64-way write-back-locking-A Data cache
ssio0 at mainbus0
sscom0 at ssio0 unit 0: UART0 addr=10170000
sscom0: txfifo length = 16
sscom0: console (major=104)
sscom1 at ssio0 unit 1: UART1 addr=10180000
sscom1: txfifo length = 16
sspci0 at ssio0
sspci0: Samsung Electronics Co. Ltd. (3rd vendor ID) product 0x2800 (miscellaneous wireless, revision 0x01)
pci_configure_bus done
pci0 at sspci0 bus 0
pci0: i/o space, memory space enabled
sip0 at pci0 dev 13 function 0: NatSemi DP83815 10/100 Ethernet, rev 00
sip0: interrupting at pciint
sip0: Ethernet address 00:a0:cc:a2:69:a4
ukphy0 at sip0 phy 0: Generic IEEE 802.3u media interface
ukphy0: DP83815 10/100 media interface (OUI 0x1000e8, model 0x0002), rev. 1
ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
sspci0: PCI master detected fatal error
clock: hz=100 stathz = 64 PCLK=50000000 prescaler=2 tc=62500
stray interrupt 14
md0: internal 4096 KB image area
boot device: <unknown>
root device (default md0a): sip0
dump device: 
file system (default generic): nfs
root on sip0
nfs_boot: trying BOOTP
nfs_boot: BOOTP next-server: 172.18.xx.xx
nfs_boot: my_addr=172.18.xx.xx
nfs_boot: my_mask=255.255.255.0
nfs_boot: gateway=172.18.xx.xx
root on gtevb.genetec.local:/usr/exports/evbarm/root10
init path (default /sbin/init): 
init: trying /sbin/init
Enter pathname of shell or RETURN for sh: 
We recommend creating a non-root account and using su(1) for root access.
# mount /usr
# uname -a
NetBSD  1.6K NetBSD 1.6K (SMDK2800) #1: Thu Nov 21 03:42:18 JST 2002
    bsh@nekozame.a.grotto.jp:/u1/proj/netbsd/netbsd.org/syssrc/sys/arch/evbarm/compile/SMDK2800 evbarm
# time /usr/games/primes 1 100000 > /dev/null
        0.74 real         0.68 user         0.04 sys
# date
Wed Nov 20 18:48:21 UTC 2002
#