summaryrefslogtreecommitdiff
path: root/sys/arch/cobalt/stand/boot/Makefile
AgeCommit message (Expand)Author
2017-04-08centralize vers.c building for standalone programs.christos
2016-09-08Avoid the PIEchristos
2015-06-23Always build for mips3. Use -Os instead -O2 for smallest code size.matt
2014-08-05Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarlyapb
2014-01-27Pass the -n flag to gzip invocations.apb
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2011-07-10don't set MACHINE_ARCH. the CPUFLAGS/etc. is enough, and otherwise thismrg
2011-07-09Use TOOL_GZIPmatt
2011-02-20Merge forward from matt-nb5-mips64.matt
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2010-05-27Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.dholland
2010-01-19Use -DLIBSA_PRINTF_LONGLONG_SUPPORT -DLIBSA_PRINTF_WIDTH_SUPPORTtsutsui
2009-03-15Use <bsd.klinks.mk> for MD include dir symlinks.tsutsui
2008-05-28Print boot banner and a loading kernel name onto LCD,tsutsui
2008-03-23Use macro defined in <machine/cpu.h> for cobalt_id and device addresses etc.tsutsui
2008-03-16Add support for optional Z85C30 serial console on Cobalt Qube 2700.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
2006-08-12Link libkern last. It contains functions normally found in libgcc, souwe
2005-12-11merge ktrace-lwp.christos
2005-01-01Don't specify the object format to pick the right endianness - thesimonb
2004-06-21Ignore errors on some rm -rf's for platforms that aren't quitejmc
2004-04-10Add a prompt to specify a kernel filename to be loaded on bootloader.tsutsui
2004-01-27Load the boot program at 0x80F00000 to give the boxes with just 16Mb ofcdi
2004-01-07Pass some info from the boot loader to the kernel:cdi
2003-12-14Include <bsd.own.mk> at the top so that machine-links are also createdtsutsui
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-06-25Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting offcdi