Subject: CVS commit: [ppcoea-renovation] src/sys/arch/sandpoint/stand/netboot
To: None <source-changes@NetBSD.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 06/02/2007 08:44:39
Module Name: src
Committed By: nisimura
Date: Sat Jun 2 08:44:39 UTC 2007
Added Files:
src/sys/arch/sandpoint/stand/netboot [ppcoea-renovation]: Makefile
dev_net.c devopen.c entry.S fxp.c globals.h main.c newvers.sh
nif_fxp.c pci.c printf.c version
Log Message:
sandpoint DHCP/NFS netbootloader
- known useful for quick development cycle, good for SandpointX3 and EnCorePP1.
- launched by native bootloaders, DINK32 or PPCBoot.
- plays a functional bridge role to fulfill podpoles left un-initialized
by native bootloaders, making sure sane pre-boot runtime environment.
- prepares BOOTINFO for kernel, true ELF symbol table and other useful
stuffs for NetBSD kernel.
- works with Intel i82557, DEVID 1209 and 1229 in specific.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 src/sys/arch/sandpoint/stand/netboot/Makefile \
src/sys/arch/sandpoint/stand/netboot/dev_net.c \
src/sys/arch/sandpoint/stand/netboot/devopen.c \
src/sys/arch/sandpoint/stand/netboot/entry.S \
src/sys/arch/sandpoint/stand/netboot/fxp.c \
src/sys/arch/sandpoint/stand/netboot/globals.h \
src/sys/arch/sandpoint/stand/netboot/main.c \
src/sys/arch/sandpoint/stand/netboot/newvers.sh \
src/sys/arch/sandpoint/stand/netboot/nif_fxp.c \
src/sys/arch/sandpoint/stand/netboot/pci.c \
src/sys/arch/sandpoint/stand/netboot/printf.c \
src/sys/arch/sandpoint/stand/netboot/version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.