summaryrefslogtreecommitdiff
path: root/sys/arch/cobalt/stand/boot/boot.c
AgeCommit message (Expand)Author
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2010-01-10Make these compile with -D_DEBUG (use proper printf types).tsutsui
2009-12-16Make cobalt build again.matt
2008-05-29- also put a boot failure message to LCDtsutsui
2008-05-28Print boot banner and a loading kernel name onto LCD,tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-23Use macro defined in <machine/cpu.h> for cobalt_id and device addresses etc.tsutsui
2008-03-02WARNSfytsutsui
2008-03-01Split out a PCI configuration space read function into a separate filetsutsui
2008-03-01- print cobalt model names in boot bannertsutsui
2007-10-30Add support for netboot via tlp0 with standalone tlp(4) drivertsutsui
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-08-13Parse "root=/dev/hdXN" args passed from the firmware andtsutsui
2007-08-10Parse boot_flags specified on boot prompt andtsutsui
2007-08-03Misc KNF and cosmetics.tsutsui
2005-11-25No need to include <machine/vmparam.h> here.tsutsui
2004-04-10Add a prompt to specify a kernel filename to be loaded on bootloader.tsutsui
2004-01-07Pass some info from the boot loader to the kernel:cdi
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-25Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting offcdi