Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/luna68k/stand/boot/parse.c
RevisionDateAuthorComments
 1.8  25-Nov-2016  tsutsui Add a missing newline in help message.
 1.7  14-Feb-2015  tsutsui branches: 1.7.2;
Make local readonly arrays static const.
 1.6  11-Jan-2014  tsutsui branches: 1.6.6;
Misc KNF and cosmetics.
 1.5  11-Jan-2014  tsutsui Add support to pass boothowto and bootdev info from bootloader to kernel.

Bootloader side changes:
- make boot command parse boothowto flags (-ads etc.)
- pass boothowto and bootdev info to the kernel via %d7 and %d6
as the old 4.4BSD/luna68k kernel expected
- remove unused and now unnecessary "howto" (how_to_boot) command
- export and tweak make_device() in devopen.c to prepare bootdev info
- remove unused and commented out get_boot_device()
 1.4  22-Jan-2013  tsutsui branches: 1.4.2; 1.4.4; 1.4.6;
Whitespace cleanup.
 1.3  21-Jan-2013  tsutsui Add support for "await key" to abort autoboot and get boot menu.
Also add command help. Bump version.
 1.2  16-Jan-2013  tsutsui Enable and add ls command for ufs.
 1.1  05-Jan-2013  tsutsui First cut at NetBSD/luna68k native bootloader.

Based on 4.4BSD-Lite2/luna68k "Stinger" loader revision "Phase-31"
http://svnweb.freebsd.org/csrg/sys/luna68k/stand/
and MI libsa glue stuff are taken from hp300 etc.

Tested on LUNA-I and old DK315C SCSI disk drive.

LUNA's monitor PROM can load only an a.out binary in 4.3BSD FFS partition
(i.e. created by "newfs -O 0") on disks with OMRON's UniOS disklabel,
but now we can load an ELF kernel in root partition via this bootloader.
(See luna68k/disksubr.c for details of UniOS label)

TODO:
- LUNA-II support (check 68040 to adjust cpuspeed for DELAY())
- secondary SCSI support for LUNA-II
- netboot via le(4) (should be trivial)
- support boot options on bootloader prompt
- bootinfo (passing info about booted device and kernel symbols)
- support "press return to boot now, any other key for boot menu" method
like x86 bootloader (needs cnscan() like functions)
- tapeboot (anyone wants it?)
 1.4.6.4  03-Dec-2017  jdolecek update from HEAD
 1.4.6.3  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.6.2  25-Feb-2013  tls resync with head
 1.4.6.1  22-Jan-2013  tls file parse.c was added on branch tls-maxphys on 2013-02-25 00:28:49 +0000
 1.4.4.1  18-May-2014  rmind sync with head
 1.4.2.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.2.2  23-Jan-2013  yamt sync with head
 1.4.2.1  22-Jan-2013  yamt file parse.c was added on branch yamt-pagecache on 2013-01-23 00:05:54 +0000
 1.6.6.2  05-Dec-2016  skrll Sync with HEAD
 1.6.6.1  06-Apr-2015  skrll Sync with HEAD
 1.7.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)

RSS XML Feed