| History log of /src/sys/arch/evbmips/Makefile | 
    | Revision |  | Date | Author | Comments | 
| 1.9 |  | 15-Aug-2017 | mrg | merge the rest of sbmips into evbmips.  install the stand files in /usr/mdec/sbmips/ and document them in installboot(8) even though
 it isn't really ported yet.  also build the SBMIPS kernels.
 
 unfortunately, sbmips has been broken since mips64 merge, but the
 fix can happen in the evbmips version, which we might merge into
 the older trees anyway.
 
 XXX: releng can turn off sbmips* builds now for -current.
 
 | 
| 1.8 |  | 04-Apr-2011 | dyoung | branches:  1.8.14;  1.8.32;  1.8.48; Fix target 'tags'.
 
 | 
| 1.7 |  | 25-Oct-2008 | apb | branches:  1.7.16;  1.7.22; Use ${TOOL_SED} instead if plain sed in Makefiles.
 
 | 
| 1.6 |  | 17-Oct-2007 | garbled | branches:  1.6.16;  1.6.20;  1.6.26; Merge the ppcoea-renovation branch to HEAD.
 
 This branch was a major cleanup and rototill of many of the various OEA
 cpu based PPC ports that focused on sharing as much code as possible
 between the various ports to eliminate near-identical copies of files in
 every tree.  Additionally there is a new PIC system that unifies the
 interface to interrupt code for all different OEA ppc arches.  The work
 for this branch was done by a variety of people, too long to list here.
 
 TODO:
 bebox still needs work to complete the transition to -renovation.
 ofppc still needs a bunch of work, which I will be looking at.
 ev64260 still needs to be renovated
 amigappc was not attempted.
 
 NOTES:
 pmppc was removed as an arch, and moved to a evbppc target.
 
 | 
| 1.5 |  | 24-Jun-2007 | dyoung | branches:  1.5.10; In sys/kern/Make.tags.inc, create an intermediate variable FINDCOMM.
 FINDCOMM contains the find(1) command that produces the list of
 NetBSD sources that all architectures share, COMM.  For backwards
 compatibility, evaluate FINDCOMM to produce ${COMM}.
 
 In arch/evbmips/Makefile, use FINDCOMM directly, because the
 command-line 'echo $COMM ...' was too long.
 
 | 
| 1.4 |  | 14-Mar-2007 | dyoung | branches:  1.4.6; Remove the tags file before rebuilding it.
 
 | 
| 1.3 |  | 06-Aug-2006 | dyoung | branches:  1.3.10;  1.3.14;  1.3.16; Make the 'tags' target work better:  use ${SYSDIR}/arch/evbmips/
 instead of ../evbmips/, which was pretty fragile.  Cope with long
 argument lists using the echo ${args} | xargs ctags idiom used in
 other architectures' tags target.
 
 | 
| 1.2 |  | 06-Jan-2003 | lukem | branches:  1.2.18;  1.2.32;  1.2.36; Rework how KERNOBJDIR functions; now it's always determined with
 cd ${KERNSRCDIR}/${KERNARCHDIR}/compile && ${PRINTOBJDIR}
 This is far simpler than the previous system, and more robust with
 objdirs built via BSDOBJDIR.
 
 The previous method of finding KERNOBJDIR when using BSDOBJDIR by
 referencing _SRC_TOP_OBJ_ from another directory was extremely
 fragile due to the depth first tree walk by <bsd.subdir.mk>, and
 the caching of _SRC_TOP_OBJ_ (with MAKEOVERRIDES) which would be
 empty on the *first* pass to create fresh objdirs.
 
 This change requires adding sys/arch/*/compile/Makefile to create
 the objdir in that directory, and descending into arch/*/compile
 from arch/*/Makefile.  Remove the now-unnecessary .keep_me files
 whilst here.
 
 Per lengthy discussion with Andrew Brown.
 
 | 
| 1.1 |  | 07-Mar-2002 | simonb | branches:  1.1.10;  1.1.12; A port to the MIPS Malta evaluation board.  Currently supports the
 MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261
 CPU boards to follow.
 
 The cs4281 audio hasn't been tested, there are some interrupt problems
 with onboard the pciide, but all other on-board peripherals work.
 
 The evbmips port will support more MIPS evaluation boards in the future.
 
 | 
| 1.1.12.2 |  | 07-Jan-2003 | thorpej | Sync with HEAD. 
 | 
| 1.1.12.1 |  | 07-Mar-2002 | thorpej | file Makefile was added on branch nathanw_sa on 2003-01-07 21:05:59 +0000 
 | 
| 1.1.10.2 |  | 23-Jun-2002 | jdolecek | catch up with -current on kqueue branch 
 | 
| 1.1.10.1 |  | 07-Mar-2002 | jdolecek | file Makefile was added on branch kqueue on 2002-06-23 17:35:47 +0000 
 | 
| 1.2.36.1 |  | 11-Aug-2006 | yamt | sync with head 
 | 
| 1.2.32.1 |  | 09-Sep-2006 | rpaulo | sync with head 
 | 
| 1.2.18.2 |  | 03-Sep-2007 | yamt | sync with head. 
 | 
| 1.2.18.1 |  | 30-Dec-2006 | yamt | sync with head. 
 | 
| 1.3.16.1 |  | 11-Jul-2007 | mjf | Sync with head. 
 | 
| 1.3.14.2 |  | 15-Jul-2007 | ad | Sync with head. 
 | 
| 1.3.14.1 |  | 10-Apr-2007 | ad | Sync with head. 
 | 
| 1.3.10.1 |  | 24-Mar-2007 | yamt | sync with head. 
 | 
| 1.4.6.1 |  | 26-Jun-2007 | garbled | Sync with HEAD. 
 | 
| 1.5.10.1 |  | 06-Nov-2007 | matt | sync with HEAD 
 | 
| 1.6.26.1 |  | 13-Dec-2008 | haad | Update haad-dm branch to haad-dm-base2. 
 | 
| 1.6.20.1 |  | 04-May-2009 | yamt | sync with head. 
 | 
| 1.6.16.1 |  | 17-Jan-2009 | mjf | Sync with HEAD. 
 | 
| 1.7.22.1 |  | 06-Jun-2011 | jruoho | Sync with HEAD. 
 | 
| 1.7.16.1 |  | 21-Apr-2011 | rmind | sync with head 
 | 
| 1.8.48.1 |  | 30-Aug-2017 | martin | Pull up following revision(s) (requested by mrg in ticket #231): distrib/sets/lists/base/md.evbmips		1.3
 doc/CHANGES					1.2303-1.2304
 etc/etc.evbmips/MAKEDEV.conf			1.8
 etc/etc.evbmips/Makefile.inc			1.22
 etc/mtree/Makefile				1.37
 etc/mtree/NetBSD.dist.evbmips			1.1
 sys/arch/evbmips/Makefile			1.9
 sys/arch/evbmips/conf/SBMIPS			upto 1.2
 sys/arch/evbmips/conf/SBMIPS.MP			upto 1.2
 sys/arch/evbmips/conf/SBMIPS64			upto 1.2
 sys/arch/evbmips/conf/SBMIPS64.MP		upto 1.2
 sys/arch/evbmips/conf/files.sbmips		upto 1.2
 sys/arch/evbmips/conf/std.sbmips		upto 1.2
 sys/arch/evbmips/include/disklabel.h		1.6
 sys/arch/evbmips/include/loadfile_machdep.h
 sys/arch/evbmips/include/param.h		1.10
 sys/arch/evbmips/include/pci_machdep.h		1.3
 sys/arch/evbmips/sbmips/TODO
 sys/arch/evbmips/sbmips/autoconf.c
 sys/arch/evbmips/sbmips/autoconf.h
 sys/arch/evbmips/sbmips/console.c
 sys/arch/evbmips/sbmips/cpu.c			upto 1.3
 sys/arch/evbmips/sbmips/cpuvar.h
 sys/arch/evbmips/sbmips/disksubr.c
 sys/arch/evbmips/sbmips/leds.h
 sys/arch/evbmips/sbmips/locore_machdep.S
 sys/arch/evbmips/sbmips/machdep.c		upto 1.2
 sys/arch/evbmips/sbmips/rtc.c			upto 1.2
 sys/arch/evbmips/sbmips/sb1250_icu.c		upto 1.2
 sys/arch/evbmips/sbmips/swarm.h
 sys/arch/evbmips/sbmips/systemsw.c		upto 1.2
 sys/arch/evbmips/sbmips/systemsw.h
 sys/arch/evbmips/sbmips/zbbus.c			upto 1.2
 sys/arch/evbmips/stand/Makefile			1.1
 sys/arch/evbmips/stand/sbmips/Makefile
 sys/arch/evbmips/stand/sbmips/Makefile.bootprogs upto 1.2
 sys/arch/evbmips/stand/sbmips/Makefile.bootprogs 1.3
 sys/arch/evbmips/stand/sbmips/Makefile.bootxx
 sys/arch/evbmips/stand/sbmips/Makefile.inc	upto 1.3
 sys/arch/evbmips/stand/sbmips/boot/Makefile
 sys/arch/evbmips/stand/sbmips/boot/filesystem.c
 sys/arch/evbmips/stand/sbmips/boot/version
 sys/arch/evbmips/stand/sbmips/bootxx_cd9660/Makefile
 sys/arch/evbmips/stand/sbmips/bootxx_ffs/Makefile
 sys/arch/evbmips/stand/sbmips/bootxx_lfs/Makefile
 sys/arch/evbmips/stand/sbmips/common/bbinfo.h
 sys/arch/evbmips/stand/sbmips/common/blkdev.c	upto 1.2
 sys/arch/evbmips/stand/sbmips/common/blkdev.h
 sys/arch/evbmips/stand/sbmips/common/boot.c	upto 1.2
 sys/arch/evbmips/stand/sbmips/common/boot.ldscript
 sys/arch/evbmips/stand/sbmips/common/booted_dev.c upto 1.2
 sys/arch/evbmips/stand/sbmips/common/bootxx.c
 sys/arch/evbmips/stand/sbmips/common/cfe.c
 sys/arch/evbmips/stand/sbmips/common/cfe_api.c
 sys/arch/evbmips/stand/sbmips/common/cfe_api.h
 sys/arch/evbmips/stand/sbmips/common/cfe_api_int.h
 sys/arch/evbmips/stand/sbmips/common/cfe_error.h
 sys/arch/evbmips/stand/sbmips/common/cfe_ioctl.h
 sys/arch/evbmips/stand/sbmips/common/checksize.sh
 sys/arch/evbmips/stand/sbmips/common/common.h
 sys/arch/evbmips/stand/sbmips/common/panic_putstr.c
 sys/arch/evbmips/stand/sbmips/common/putstr.c
 sys/arch/evbmips/stand/sbmips/common/start.S
 sys/arch/evbmips/stand/sbmips/netboot/Makefile
 sys/arch/evbmips/stand/sbmips/netboot/conf.c
 sys/arch/evbmips/stand/sbmips/netboot/dev_net.c
 sys/arch/evbmips/stand/sbmips/netboot/devopen.c
 sys/arch/evbmips/stand/sbmips/netboot/getsecs.c	upto 1.2
 sys/arch/evbmips/stand/sbmips/netboot/if_cfe.c	upto 1.2
 sys/arch/evbmips/stand/sbmips/netboot/version
 sys/arch/mips/conf/files.sibyte			1.8
 sys/arch/mips/include/pmap.h			1.70
 sys/arch/mips/sibyte/dev/sbbuswatch.c		1.4
 sys/arch/mips/sibyte/dev/sbmac.c		1.49
 sys/arch/mips/sibyte/dev/sbscn.c		1.43
 sys/arch/mips/sibyte/dev/sbsmbus.c		1.17
 sys/arch/mips/sibyte/dev/sbtimer.c		1.21
 sys/arch/mips/sibyte/dev/sbwdog.c		1.15
 sys/arch/mips/sibyte/pci/sbbrz_pci.c		1.8
 usr.sbin/installboot/installboot.8		1.94
 
 Move sys/arch/sbmips/* into sys/arch/evbmips/*/sbmips.
 
 | 
| 1.8.32.1 |  | 28-Aug-2017 | skrll | Sync with HEAD 
 | 
| 1.8.14.1 |  | 03-Dec-2017 | jdolecek | update from HEAD 
 |