CONF=plug CONFLIST=plug # allegedly u-boot uses the bottom 8MB (up to 0x800000) # so avoid that loadaddr=0x60800000 objtype=arm $target $OBJ: $HFILES install:V: /$objtype/$p$CONF install-in-flash:V: /$objtype/$p$CONF paqdisk plug.flash.cfg echo erase all >/dev/flash/kernelctl cp /$objtype/$p$CONF /dev/flash/kernel echo erase all >/dev/flash/plan9ctl cp paqdisk /dev/flash/plan9 /$objtype/$p$CONF:D: $p$CONF s$p$CONF cp -x $p$CONF s$p$CONF /$objtype & { 9fs lookout && cp -x $p$CONF s$p$CONF /n/lookout/$objtype } & # { 9fs piestand && cp -x $p$CONF s$p$CONF /n/piestand/$objtype } & wait touch $target paqdisk: rm -fr armpaq mkdir armpaq cd armpaq disk/mkfs -d . /sys/lib/sysconfig/proto/armpaqproto mkpaqfs -o ../paqdisk cd .. <../boot/bootmkfile <../port/portmkfile <|../port/mkbootrules $CONF # CFLAGS= -I. -I../port $CFLAGS # hack to compile private sysproc.c (e.g.) arch.$O clock.$O fpiarm.$O main.$O mmu.$O screen.$O sdscsi.$O syscall.$O \ trap.$O: /$objtype/include/ureg.h arch.$O syscall.$O main.$O: /sys/include/tos.h archkw.$O devether.$O ether1116.$O ethermii.$O: \ ../port/ethermii.h ../port/etherif.h ../port/netif.h archkw.$O devflash.$O flashkw.$O: ../port/flashif.h fpi.$O fpiarm.$O fpimem.$O: fpi.h l.$O lexception.$O lproc.$O mmu.$O rebootcode.$O: arm.s arm.h mem.h main.$O: errstr.h rebootcode.i mouse.$O: screen.h devusb.$O: ../port/usb.h usbehci.$O usbohci.$O usbuhci.$O: ../port/usb.h usbehci.h init9.$O: ../omap/init9.s $AS ../omap/init9.s initcode.out: init9.$O initcode.$O /$objtype/lib/libc.a $LD -l -R1 -s -o $target $prereq rebootcode.out: rebootcode.$O $LD -l -R4 -T0x100 -s -o $target $prereq -lc plug.clean: rm -rf $p$CONF s$p$CONF armpaq paqdisk $CONF.c boot$CONF.c ../boot/libboot.a5