Home | History | Annotate | only in /src/sys/arch/mvme68k/stand/wrtvid
History log of /src/sys/arch/mvme68k/stand/wrtvid
RevisionDateAuthorComments
 1.13 06-May-2021  rin PR port-mvme68k/56146

Build wrtvid as tools.
 1.12 01-May-2018  christos branches: 1.12.18;
Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
 1.11 23-Jan-2002  scw branches: 1.11.28;
Completely re-write wrtvid.c to make it usable during a cross-build.
Instead of parsing the 1st stage booter in wrtvid, use objcopy to
generate a binary image, leaving wrtvid to create the VID/CFG block.
 1.10 12-Dec-2001  tv MKfoo=no -> NOfoo
 1.9 31-Oct-2001  thorpej branches: 1.9.2;
Need byteorder.c for loadfile_elf*.c
 1.8 31-Oct-2001  thorpej Build the loadfile() a.out, ECOFF, and ELF back-ends as separate
objects.
 1.7 05-Aug-2001  matt branches: 1.7.4;
This is a HOST program, so make compile as one.
 1.6 21-Jan-2001  scw branches: 1.6.4;
Create machine/m68k symlinks before trying to build the program.
 1.5 04-Dec-2000  scw Make this work with the ELF tape bootloader.
 1.4 09-Jul-2000  jdolecek Make buildable on NetBSD/mvme68k 1.4.1.
 1.3 13-Feb-1999  lukem branches: 1.3.8;
convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
 1.2 07-May-1997  mycroft Use proginstall:: to disable installing PROG.
 1.1 17-May-1996  chuck wrtvid by Dale Rahn.
 1.3.8.3 11-Feb-2001  bouyer Sync with HEAD.
 1.3.8.2 08-Dec-2000  bouyer Sync with HEAD.
 1.3.8.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.4.3 11-Feb-2002  jdolecek Sync w/ -current.
 1.6.4.2 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.6.4.1 25-Aug-2001  thorpej Merge Aug 24 -current into the kqueue branch.
 1.7.4.1 12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.9.2.3 28-Feb-2002  nathanw Catch up to -current.
 1.9.2.2 08-Jan-2002  nathanw Catch up to -current.
 1.9.2.1 31-Oct-2001  nathanw file Makefile was added on branch nathanw_sa on 2002-01-08 00:26:39 +0000
 1.11.28.1 02-May-2018  pgoyette Synch with HEAD
 1.12.18.1 13-May-2021  thorpej Sync with HEAD.
 1.4 24-Jul-2000  jdolecek cleanup Makefiles, put common stuff to Makefile.booters, ditch unnecessary
stuff
make this all compile with -Wall -Wno-main -Wmissing-prototypes
-Wstrict-prototypes -Werror , also compilable on 1.4.1
label itself as NetBSD/mvme68k instead of "BSD" in bootblock message
move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built
and used separately to rest of libbug)
convert sboot to use ordinary mvme68 libsa, instead of copying needed
stuff in libc_sa.c
convert to use version info generated by sys/conf/newvers_stand.sh
instead of previous version.c files, add necessary 'version' files
put chiptotime() to separate libsa file (used also by sboot/clock.c)

Thanks to Steve Woodford for help with this. Note that -current build
might be hosed by this change, will be addressed by Steve shortly.
 1.3 12-Jun-1998  cgd branches: 1.3.16;
replace ${MACHINE} with mvme68k, so that these Makefiles can safely
be run when MACHINE != mvme68k.
 1.2 07-May-1997  mycroft Add .MAKE to the .OBJDIR hacks, so they work with `make -n'.
 1.1 17-May-1996  chuck wrtvid by Dale Rahn.
 1.3.16.1 20-Nov-2000  bouyer Remove files that are no longer on the trunck
 1.10 06-May-2021  rin PR port-mvme68k/56146

Build wrtvid as tools.
 1.9 08-Jan-2019  rin branches: 1.9.16;
Include unistd.h for write(2) and close(2).
 1.8 28-Apr-2008  martin branches: 1.8.86; 1.8.88;
Remove clause 3 and 4 from TNF licenses
 1.7 12-Jan-2008  tsutsui branches: 1.7.6; 1.7.8; 1.7.10;
Misc cleanup:
- KNF, ANSIfy, remove __P()
- use __func__ to print function names
- use __arraycount()
- include "ioconf.h" for struct cfdriver
- u_intNN_t -> uintNN_t
- wrap long lines
etc.
 1.6 24-Mar-2002  scw branches: 1.6.26; 1.6.88; 1.6.94; 1.6.102;
Round VID_OSL to be a multiple of 32 * 256byte blocks.
 1.5 23-Jan-2002  scw Completely re-write wrtvid.c to make it usable during a cross-build.
Instead of parsing the 1st stage booter in wrtvid, use objcopy to
generate a binary image, leaving wrtvid to create the VID/CFG block.
 1.4 19-Oct-2001  scw branches: 1.4.4;
Use the entry-point returned from the first call to loadfile()
instead of the one from the second call (which has a non-zero
offset included in it).

Fixes port-mvme68k/14292 from Ken Seefried.
 1.3 07-Jul-2001  scw branches: 1.3.2;
bcopy -> memcpy
bzero -> memset
bcmp -> memcmp (note that the MI libsa's memcmp() still calls bcmp()...)
 1.2 04-Dec-2000  scw Make this work with the ELF tape bootloader.
 1.1 17-May-1996  chuck branches: 1.1.32;
wrtvid by Dale Rahn.
 1.1.32.1 08-Dec-2000  bouyer Sync with HEAD.
 1.3.2.3 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.2.2 11-Feb-2002  jdolecek Sync w/ -current.
 1.3.2.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.4.3 01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.4.4.2 28-Feb-2002  nathanw Catch up to -current.
 1.4.4.1 19-Oct-2001  nathanw file wrtvid.c was added on branch nathanw_sa on 2002-02-28 04:10:55 +0000
 1.6.102.1 19-Jan-2008  bouyer Sync with HEAD
 1.6.94.1 18-Feb-2008  mjf Sync with HEAD.
 1.6.88.1 23-Mar-2008  matt sync with HEAD
 1.6.26.1 21-Jan-2008  yamt sync with head
 1.7.10.1 16-May-2008  yamt sync with head.
 1.7.8.1 18-May-2008  yamt sync with head.
 1.7.6.1 02-Jun-2008  mjf Sync with HEAD.
 1.8.88.1 10-Jun-2019  christos Sync with HEAD
 1.8.86.1 18-Jan-2019  pgoyette Synch with HEAD
 1.9.16.1 13-May-2021  thorpej Sync with HEAD.

RSS XML Feed