History log of /netbsd-src/sys/arch/luna68k/stand/boot/sio.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 3dd15d69 30-Jun-2019 tsutsui <tsutsui@NetBSD.org>

Pull OpenBSD/luna88k board.h to define SX9100 board device addresses.

Also replace magic addresses with macro where appropriate.


# 681c174a 03-Jan-2014 tsutsui <tsutsui@NetBSD.org>

Remove unused code (from OpenBSD/luna88k). Some KNF.


# bd88a8a6 21-Jan-2013 tsutsui <tsutsui@NetBSD.org>

Add support for "await key" to abort autoboot and get boot menu.
Also add command help. Bump version.


# 22214d94 12-Jan-2013 tsutsui <tsutsui@NetBSD.org>

Make sure to enable DTR and RTS on TX initialization for SIO console.


# df6945b8 05-Jan-2013 tsutsui <tsutsui@NetBSD.org>

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

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?)

show more ...