CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/09/07 15:16:57
Modified files: sys/arch/socppc/stand/boot: Makefile conf.c exec.c machdep.c ns16550.c pciide.c start.S wdc.c wdvar.h Added files: sys/arch/socppc/stand/boot: fdt.c fdt.h wdc_obio.c Log message: Bring support for booting RB600. Imported FDT parsing code, implemented wdc_obio driver to support booting of CF cards. If FDT is available initialize console and wdc_obio accordingly and pass it later to the kernel. Unified the code with Thecus boot code, so that we can use one boot image. The whole boot code is now compiled with -msoft-float. Bump version while there. tested on Thecus by maja@ and kettenis@ tested on RB600 by dlg@ and me ok by kettenis@