README.evbmips revision 1.1
1$NetBSD: README.evbmips,v 1.1 2024/04/07 19:39:24 andvar Exp $
2
3The documentation is not final, more updates are coming.
4
5config		date		targets			boards
6-------------------------------------------------------------------------------------------------------------------------------------------------
7ADM5210		2007/03/20	evbmips-el		Infineon ADM5120 (MIPS32 4Kc) based boards and routers, 
8							including RouterBOARD 100 series.
9ADM5210-NB	2007/03/20	evbmips-el		ADM5120 netboot kernel.
10ADM5210-USB	2007/03/20	evbmips-el		ADM5120 netboot kernel with USB support.
11AP30		2006/06/06	evbmips-el,eb		Atheros AP30 development board (AR5312).
12CI20		2014/11/22	evbmips-eb		MIPS Creator CI20 (Ingenic JZ4780).
13CPMBR1400	2011/07/28	evbmips-el		CradlePoint MBR1400 Router (Ralink RT3883 MIPS74K).
14DB120		2011/07/07	evbmips-eb		Qualcomm Atheros AR9344 (MIPS74K) DB120 evaluation board.
15DBAU1500	2006/02/08	evbmips-el,eb		AMD Alchemy DBAu1500 evaluation board.
16DBAU1550	2006/02/08	evbmips-el,eb		AMD Alchemy DBAu1550 evaluation board.
17GDIUM		2009/08/06	evbmips-el		EMTEC Gdium netbook 32-bit kernel.
18GDIUM64		2011/08/24	evbmips(n)64-el		EMTEC Gdium netbook 64-bit kernel.
19LINKITSMART7688	2016/10/05	evbmips-el		Seeed Studio LinkIt Smart 7688 compact controller board (MediaTek MT7688).
20LOONGSON	2011/08/27	evbmips64-el		Loongson 2F/2E based devices (Lemote Fuloong, Yeelong).
21MALTA		2002/03/07	evbmips-el,eb		MIPS Malta evaluation board 4Kc (MIPS32) or 5Kc (MIPS64).
22MALTA32		2009/12/14	evbmips64-el,eb		MALTA N32 ABI kernel configuration.
23MALTA32.MP	2009/12/14	evbmips64-el,eb		MALTA N32 ABI MP kernel configuration.
24MALTA64		2009/12/14	evbmips(n)64-el,eb	MALTA 64-bit kernel configuration.
25MALTA64.MP	2009/12/14	evbmips(n)64-el,eb	MALTA MP 64-bit kernel configuration.
26MERAKI		2006/09/26	evbmips-eb		Meraki Mini (Atheros AR2315).
27MIPSSIM		2021/01/27	evbmips-el,eb		QEMU MIPS "mipssim" simulator.
28MIPSSIM64	2021/01/27	evbmips(n)64-el,eb	MIPSSIM 64-bit kernel.
29MTX-1		2006/02/23	evbmips-el		4G Systems MTX-1 (MeshCube / AccessCube, Alchemy Au1500).
30OCTEON		2015/04/29	evbmips(n)64-eb		Cavium Octeon and Octeon Plus SoC based devices like Ubiquiti Networks EdgeRouter Lite.
31OMSAL400	2006/02/23	evbmips-el		Plat'Home OpenMicroServer (OMS-AL400, Alchemy Au1550).
32P4032		2001/06/01	evbmips-el		Algorithmics MIPS P-4032  evaluation board (QED RM4xxx).
33P5064		2001/05/28	evbmips-el		Algorithmics MIPS P-5064 evaluation board (QED RM52xx).
34P5064-64	2009/12/14	evbmips(n)64-el		P5064 64-bit kernel configuration.
35P6032		2001/06/22	evbmips-el		Algorithmics MIPS P-6032 evaluation board.
36RB153		2007/03/20	evbmips-el		MikroTik RouterBOARD 153 (Infineon ADM5120).
37RB433UAH	2011/07/07	evbmips-eb		MikroTik RouterBOARD 433(UAH) AR71xx (MIPS24K core).
38SBMIPS		2002/03/06	evbmips-el,eb		Broadcom/SiByte SB1250 evaluation board.
39SBMIPS.MP	2011/02/20	evbmips-el,eb		SBMIPS MP kernel configuration.
40SBMIPS64	2009/12/14	evbmips(n)64-el,eb	SBMIPS 64-bit kernel configuration.
41SBMIPS64.MP	2011/02/20	evbmips(n)64-el,eb	SBMIPS 64-bit MP kernel configuration.
42WGT624V3	2007/02/18	evbmips-eb		Netgear WGT624 v3 wireless router (example config).
43XLSATX		2009/12/14				RMI (NetLogic) XLS/XLR models (base for other XLSATX* kernel configs).
44XLSATX32	2011/02/20	evbmips64-el,eb		XLSATX N32 kernel configuration.
45XLSATX64	2009/12/14	evbmips(n)64-el,eb	XLSATX 64-bit kernel configuration.
46XLSATX64.MP	2011/02/20	evbmips(n)64-el,eb	XLSATX 64-bit MP kernel configuration.
47ZYXELKX		2014/04/30	evbmips-el		Zyxel Keenetic Extra router (MediaTek MT7620A).
48
49Configuration file notes:
50* "INSALL_*"	installation kernel configuration files.
51		(typically enables hooks for initializing the root memory-disk).
52* "*.MP"	configuration files with the multiprocessor support enabled.
53* "*32"		N32 ABI kernel configuration files
54		(can be built using evbmips64-* targets).
55Building target notes:
56* "*-el"	represent targets for building little-endian kernels.
57* "*-eb"	represent targets for building big-endian kernels.
58* "evbmips64-*"	represent targets for building 64-bit (or N32 ABI) kernels and
59		mixed n32 (mostly)/n64 userland. 
60* "evbmipsn64*"	represent targets for building fully N64 ABI kernels and
61		userland.
62Other notes:
6364-bit kernels can be built using N32 or N64 ABIs; they will run with a 64-bit
64kernel address space regardless of the ABI.
65