CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/02/12 10:30:41
Added files: sys/stand/mkuboot: Makefile mkuboot.8 mkuboot.c Log message: Add mkuboot, a utility to build images for Das U-Boot. This code is basically sys/arch/socppc/stand/mkboot/ but fixed to work on little endian machines and extended slightly to allow specifying the image OS and platform. Input from drahn and kettenis. ok kettenis