Home | History | Annotate | Download | only in mboot
History log of /src/sys/arch/x68k/stand/mboot/Makefile
RevisionDateAuthorComments
 1.20  07-Jan-2024  isaki TAB/space/indent cleanup.
 1.19  10-Aug-2020  rin Make x68k/stand compile with GCC8. Tested with XEiJ.
 1.18  01-Feb-2020  isaki Make it output 68000 binary.
CFLAGS already has -m68000 but AFLAGS didn't.

This change makes it proceed to next stage1 even if MPU is 68000.
All stage1 bootloader displays an error message if MPU is 68000.
 1.17  08-Aug-2014  isaki branches: 1.17.28; 1.17.34;
Remove STRIP?=strip.
Falling back to the hosttool is not a good way now.
 1.16  05-Apr-2012  isaki branches: 1.16.2; 1.16.12;
Use common library libiocs.a. suggested by tsutsui@.
o Originally, mboot had an IOCS_S_READEXT() inline function but
its expansion corrupted (from somewhere after branching netbsd-5).
This solves PR#46293 by using the common library.
This problem was reported by Y.Sugahara at NetBSD booth at
Open Source Conference (OSC) 2012 Ehime in March.
o As a side effect, it also correct the different problem that
IOCS_S_READ() calls _S_READEXT not _S_READ.
Should be pulled up to netbsd-6.
 1.15  12-Jan-2009  tsutsui branches: 1.15.14; 1.15.18; 1.15.20;
- WARNSfy
- make sure machine and ${MACHIN_ARCH} symlinks are always created
- several tweaks to allow build without installed DESTDIR
 1.14  29-Jun-2006  lukem branches: 1.14.58; 1.14.62; 1.14.70;
Support MAKEVERBOSE
 1.13  29-Jun-2006  lukem Rename LDFLAGS to LINKFLAGS, as the former is for CC not LD.
 1.12  11-Dec-2005  christos branches: 1.12.4; 1.12.8; 1.12.16;
merge ktrace-lwp.
 1.11  08-Oct-2003  simonb branches: 1.11.16;
Add -D_STANDALONE to CPPFLAGS.
 1.10  05-May-2002  isaki branches: 1.10.10;
libsa/Makefile: Fix rules to create symlinks on read-only source tree.
{boot,libsa,mboot}/Makefile, Makefile.booters:
move that common rule to Makefile.booters
 1.9  12-Dec-2001  tv MKfoo=no -> NOfoo
 1.8  22-Sep-2001  tv branches: 1.8.4;
objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it is
now in bsd.own.mk).
 1.7  12-Jun-2001  minoura branches: 1.7.2; 1.7.4;
Another steps for ELF.
- register prefix
- machine/asm.h
- deprecated -T option for ld(1)
 1.6  26-Jan-2001  minoura branches: 1.6.2;
Use IOCS_S_READEXT only when reading the partition boot from
higher part of the disk than 0x200000.
 1.5  01-Feb-2000  tsutsui Revert STRIPPROG -> STRIP
 1.4  23-Jan-2000  mycroft Clean up the machine symlink stuff ever so slightly. Needs to be
standardized between files.
 1.3  19-Jan-2000  tsutsui STRIP -> STRIPPROG
 1.2  24-Dec-1999  minoura Replace shell script version of newdisk utility with C version.
Add the man page newdisk(8).
 1.1  04-Jul-1999  minoura branches: 1.1.2;
SCSI primary boot program and its installer.
 1.1.2.2  11-Feb-2001  bouyer Sync with HEAD.
 1.1.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.6.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.7.4.1  01-Oct-2001  fvdl Catch up with -current.
 1.7.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.7.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.8.4.3  20-Jun-2002  nathanw Catch up to -current.
 1.8.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.8.4.1  22-Sep-2001  nathanw file Makefile was added on branch nathanw_sa on 2002-01-08 00:28:49 +0000
 1.10.10.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.10.10.2  18-Sep-2004  skrll Sync with HEAD.
 1.10.10.1  03-Aug-2004  skrll Sync with HEAD
 1.11.16.1  30-Dec-2006  yamt sync with head.
 1.12.16.1  13-Jul-2006  gdamore Merge from HEAD.
 1.12.8.1  11-Aug-2006  yamt sync with head
 1.12.4.1  09-Sep-2006  rpaulo sync with head
 1.14.70.1  19-Jan-2009  skrll Sync with HEAD.
 1.14.62.1  04-May-2009  yamt sync with head.
 1.14.58.1  17-Jan-2009  mjf Sync with HEAD.
 1.15.20.1  09-Apr-2012  riz Pull up following revision(s) (requested by isaki in ticket #171):
sys/arch/x68k/stand/mboot/mboot.c: revision 1.10
sys/arch/x68k/stand/mboot/Makefile: revision 1.16
sys/arch/x68k/stand/Makefile: revision 1.9
Use common library libiocs.a. suggested by tsutsui@.
o Originally, mboot had an IOCS_S_READEXT() inline function but
its expansion corrupted (from somewhere after branching netbsd-5).
This solves PR#46293 by using the common library.
This problem was reported by Y.Sugahara at NetBSD booth at
Open Source Conference (OSC) 2012 Ehime in March.
o As a side effect, it also correct the different problem that
IOCS_S_READ() calls _S_READEXT not _S_READ.
Should be pulled up to netbsd-6.
mboot now depends on libiocs. noticed by tsutsui@.
 1.15.18.1  05-Apr-2012  mrg sync to latest -current.
 1.15.14.1  17-Apr-2012  yamt sync with head
 1.16.12.1  10-Aug-2014  tls Rebase.
 1.16.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.17.34.1  29-Feb-2020  ad Sync with head.
 1.17.28.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed