Subject: CVS commit: src/sys/arch/evbarm
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 06/06/2005 20:24:11
Module Name:	src
Committed By:	pooka
Date:		Mon Jun  6 20:24:11 UTC 2005

Added Files:
	src/sys/arch/evbarm/conf: VIPER files.viper mk.viper std.viper
	src/sys/arch/evbarm/viper: if_sm_pxaip.c viper_machdep.c viper_reg.h
	    viper_start.S

Log Message:
Add initial support for the PXA255-based Arcom Viper ARM board.
The system can boot into multiuser, but most of the peripheral
driver attachments are still missing.

Thanks go to Jan Nyman for arranging access to the hardware and to
Steve Woodford for reviewing the code.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/evbarm/conf/VIPER \
    src/sys/arch/evbarm/conf/files.viper src/sys/arch/evbarm/conf/mk.viper \
    src/sys/arch/evbarm/conf/std.viper
cvs rdiff -r0 -r1.1 src/sys/arch/evbarm/viper/if_sm_pxaip.c \
    src/sys/arch/evbarm/viper/viper_machdep.c \
    src/sys/arch/evbarm/viper/viper_reg.h \
    src/sys/arch/evbarm/viper/viper_start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.