CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/05/12 04:43:45
Modified files:
sys/arch/mvme88k/stand: Makefile
sys/arch/mvme88k/stand/bugcrt: Makefile Makefile.inc crt0.S
sys/arch/mvme88k/stand/libsa: Makefile libsa.h
sys/arch/mvme88k/stand/netboot: Makefile boot.c conf.c config.h
dev_net.c if_ie.c if_le.c
if_lereg.h version.c
sys/arch/mvme88k/stand/sboot: Makefile sboot.c
Added files:
sys/arch/mvme88k/stand/libsa: fault.c setjmp.S
sys/arch/mvme88k/stand/netboot: devices.c netif.c
sys/arch/mvme88k/stand/sboot: devices.c devopen.c version.c
Removed files:
sys/arch/mvme88k/stand/libsa: config.h
sys/arch/mvme88k/stand/netboot: if_iereg.h
sys/arch/mvme88k/stand/sboot: TODO XBUG.S XSRT0.S clock.c
clockreg.h etherfun.c etherfun.h
if_le.c if_lereg.h oc_cksum.S
sboot.h srec.c
Log message:
S-Records boot code for mvme88k, finally. Allows a kernel to be loaded from
network, using either the on-board interface (on MVME187 and MVME197) or
any MVME376.
While there, add MVME376 support to netboot.