summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/stand
AgeCommit message (Expand)Author
2023-01-11Add udivdi3/umoddi3 (and ashldi3) that were required by recent UFS change.isaki
2022-11-17Restore backward compatibility of UFS2 with previous NetBSD releases bychs
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-06-21x68k/stand: Correct blocksize in case of CD.isaki
2022-06-21x68k/stand: Correct a condition expression.isaki
2022-04-25libsa now needs ioctl to support media with large sectors. Providemlelstv
2022-02-04Add missing -m68020-60 option. This makes xxboot_ustarfs work even on 68060.isaki
2021-12-15-W === -Wextrachristos
2021-12-15remove naked -Wchristos
2021-04-15more -fcommon for boot programs.mrg
2020-08-22Minor improvement.isaki
2020-08-22typo in comment.isaki
2020-08-16Update and fix.isaki
2020-08-16Replace boot_ustar with xxboot_ustarfs.isaki
2020-08-16Overhaul xxboot. And merge floppy boot, taken from boot_ustar.isaki
2020-08-14Reduce binary size as possible. These reduce filesize about 20 words.isaki
2020-08-14Use DEV_OPEN() macro.isaki
2020-08-14Use fixed 'xx' instead of DEV and DEVDRV for simplicity.isaki
2020-08-14Add xxboot.h common header to share prototype definitions.isaki
2020-08-14Style fixes. One entry per line for some parts.isaki
2020-08-14- Restore display of first_kbyte. This is helpful for development.isaki
2020-08-14Make compilable even with XXBOOT_DEBUG.isaki
2020-08-10Make x68k/stand compile with GCC8. Tested with XEiJ.rin
2020-02-01Make it output 68000 binary.isaki
2020-01-28Set heap area explicitly.isaki
2020-01-28Revert placing .bss right after .data, and make .bss fixed at 0x5000.isaki
2020-01-28Use __bss_start rather than edata to point the beginning of .bss.isaki
2020-01-18Check whether the text+data+bss doesn't reach 0x6000 where secondaryisaki
2020-01-18Make .bss follows .data to detect size restriction easier.isaki
2020-01-18Use ASSERT() in ldscript to check first_kbyte (etc) restrictions,isaki
2020-01-18Change primary bootloader's load address from 0x0f0000 to 0x003000.isaki
2020-01-18Remove commented out ALIGN() operation.isaki
2020-01-18Check whether MPU >= 68020.isaki
2020-01-18Typo in comment. s/availble/available/isaki
2020-01-18Add comment and figure of address map.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-18Initialize the screen in all primary bootloaders.isaki
2020-01-18Add a document about this directory.isaki
2020-01-16Use .org directive to fix disklabel location instead of hand calculation.isaki
2020-01-16Rewrite limit check using cross-build tools.isaki
2020-01-16Remove .else part of .if OBJECT_FMT == ELF.isaki
2020-01-14Clean up.isaki
2020-01-14consio_init() should be done before printf().isaki
2020-01-13Typo in comment. s/LABELLOFFSET/LABELOFFSET/isaki
2020-01-12Fix broken RCS NetBSD tag.isaki
2019-09-23Consistently use ${RELEASEDIR}/${RELEASEMACHINE} instead ofchristos
2019-06-14Add missing newline.isaki
2019-06-14boot_ufs (primary bootloader) expects /boot OMAGIC a.out.isaki