summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/stand/boot
AgeCommit message (Expand)Author
2022-06-23x68k/stand: Merge {sd,cd}strategy and {sd,cd}close respectively.isaki
2022-06-21x68k/stand: Bump boot's version. Fix blocksize parameter passes to SCSI IOCS.isaki
2022-04-25libsa now needs ioctl to support media with large sectors. Providemlelstv
2020-08-10Make x68k/stand compile with GCC8. Tested with XEiJ.rin
2020-01-18Remove commented out ALIGN() operation.isaki
2020-01-18Add 0x prefix when defining variables, not when using it.isaki
2020-01-18Pass address constants from Makefile to ldscript.isaki
2020-01-14consio_init() should be done before printf().isaki
2019-06-14boot_ufs (primary bootloader) expects /boot OMAGIC a.out.isaki
2019-01-02use the right version of ELF2AOUTchristos
2018-12-31use elf2aout for boot.christos
2017-04-08centralize vers.c building for standalone programs.christos
2016-08-04gets -> kgets. the last part of PR/51200.isaki
2016-06-26Add SCSI host adaptor selector to "boot" command of /boot.isaki
2016-06-25Fix my mistake of previous commit.isaki
2016-06-25Unify netboot and boot (into boot).isaki
2016-06-19Display debug messages before loading the kernel.isaki
2016-06-19Split variable.isaki
2016-06-11Revert this one; I can't tell for sure if it's using libsa gets or itsdholland
2016-06-11PR 51200 gets in libsa considered harmful: use kgetsdholland
2016-01-17Enable LIBSA_CREAD_NOCRC. PR/50638tsutsui
2015-07-11Improve spelling: regsiter -> registerkamil
2014-08-10Unify all arch/*/stand's atoi() to MI libsa.isaki
2014-08-08Remove STRIP?=strip.isaki
2014-08-06Remove unused variable.isaki
2014-08-05Support a 'switch' command.isaki
2014-07-06Probe the actual memory size and warn if it's different from SRAM value.tsutsui
2014-07-06Merge and share boot.c between normal boot and netboot by dumb #ifdefs.tsutsui
2014-07-06Reduce diffs to prepare to merge these files.tsutsui
2014-03-02Discard .SUNW_ctf section just in case.isaki
2013-08-12Discard ELF unwind sections for the boot loader.joerg
2013-05-24discard debug sections that are not representable in the a.out object format.christos
2012-11-01Remove my local RCS IDs.isaki
2012-10-12First cut at x68k network bootloader via NE2000 on Neptune-X and Nereid.tsutsui
2012-10-12Bump version to denote check_getchar() bug fix.tsutsui
2012-03-20Add FFSv2 support.minoura
2012-03-20Comment fix.minoura
2012-03-20Be silent.minoura
2011-12-25Apply the following patch submitted by Evgeniy Ivanov:tsutsui
2011-10-13Bump version to denote 060turbo boot fix.tsutsui
2011-04-12Make x68k bootloader to use MI libsa, libkern, and libz Makefiles intsutsui
2011-04-11Bump version to denote serial console fix.tsutsui
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2010-08-25s/LOAD_NOTE/LOAD_BACKWARDS/christos
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2009-02-14Use relative paths so we can avoid using ${MACHINE} in a pathabs
2009-01-31Disable LOAD_NOTE on floppy boot.tsutsui
2009-01-12- WARNSfytsutsui
2008-10-19Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.apb
2007-11-11${PROG} depends on libsa and libiocs.isaki