CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2014/07/12 14:36:52
Modified files: sys/arch/octeon/stand/boot: libsa.h machdep.c start.S Log message: - replace main() with mips_init() so we can save the arguments from uboot to pass it to the kernel later on. also use it to get the clock frequency. - implement getsecs() so the bootprompt timeout works input/ok miod@ pirofti@