- replace main() with mips_init() so we can save the arguments from uboot to
authorjasper <jasper@openbsd.org>
Sat, 12 Jul 2014 20:36:52 +0000 (20:36 +0000)
committerjasper <jasper@openbsd.org>
Sat, 12 Jul 2014 20:36:52 +0000 (20:36 +0000)
commitcb7bb8ecebd186b6290cc0dfd24db62bb35789f3
tree654d3170257b9b1d46a02c3da8bceb6f6b615991
parente2c089e98696337290fae92c508517b8eebdaf30
- 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@
sys/arch/octeon/stand/boot/libsa.h
sys/arch/octeon/stand/boot/machdep.c
sys/arch/octeon/stand/boot/start.S