Module Name:    src
Committed By:   thorpej
Date:           Sun Jun 21 17:15:51 UTC 2020

Modified Files:
        src/distrib/sets/lists/base: mi
        src/share/installboot: Makefile
Added Files:
        src/share/installboot/evbmips: boards.plist

Log Message:
Add evbmips installboot board data.


To generate a diff of this commit:
cvs rdiff -u -r1.1251 -r1.1252 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1 -r1.2 src/share/installboot/Makefile
cvs rdiff -u -r0 -r1.1 src/share/installboot/evbmips/boards.plist

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/base/mi
diff -u src/distrib/sets/lists/base/mi:1.1251 src/distrib/sets/lists/base/mi:1.1252
--- src/distrib/sets/lists/base/mi:1.1251	Mon Jun 15 01:57:29 2020
+++ src/distrib/sets/lists/base/mi	Sun Jun 21 17:15:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1251 2020/06/15 01:57:29 christos Exp $
+# $NetBSD: mi,v 1.1252 2020/06/21 17:15:51 thorpej Exp $
 #
 # Note:	Don't delete entries from here - mark them as "obsolete" instead,
 #	unless otherwise stated below.
@@ -3132,6 +3132,8 @@
 ./usr/share/installboot				base-sysutil-share
 ./usr/share/installboot/evbarm			base-sysutil-share
 ./usr/share/installboot/evbarm/boards.plist	base-sysutil-share
+./usr/share/installboot/evbmips			base-sysutil-share
+./usr/share/installboot/evbmips/boards.plist	base-sysutil-share
 ./usr/share/keymaps				base-sys-share
 ./usr/share/keymaps/amiga			base-sys-share
 ./usr/share/keymaps/atari			base-sys-share

Index: src/share/installboot/Makefile
diff -u src/share/installboot/Makefile:1.1 src/share/installboot/Makefile:1.2
--- src/share/installboot/Makefile:1.1	Tue May  7 05:02:42 2019
+++ src/share/installboot/Makefile	Sun Jun 21 17:15:51 2020
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.1 2019/05/07 05:02:42 thorpej Exp $
+#	$NetBSD: Makefile,v 1.2 2020/06/21 17:15:51 thorpej Exp $
 
 .include <bsd.own.mk>
 
 .if ${MKSHARE} != "no"
-SUBDIR=	evbarm
+SUBDIR=	evbarm evbmips
 .endif
 
 .include <bsd.subdir.mk>

Added files:

Index: src/share/installboot/evbmips/boards.plist
diff -u /dev/null src/share/installboot/evbmips/boards.plist:1.1
--- /dev/null	Sun Jun 21 17:15:51 2020
+++ src/share/installboot/evbmips/boards.plist	Sun Jun 21 17:15:51 2020
@@ -0,0 +1,43 @@
+<!-- $NetBSD: boards.plist,v 1.1 2020/06/21 17:15:51 thorpej Exp $ -->
+<!--
+  Copyright (c) 2020 The NetBSD Foundation, Inc.
+  All rights reserved.
+ 
+  This code is derived from software contributed to The NetBSD Foundation
+  by Jason R. Thorpe.
+ 
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+ 
+  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+  POSSIBILITY OF SUCH DAMAGE.
+-->
+<plist>
+<dict>
+	<!--
+	  -- ingenic boards
+	  -->
+	<key>img,ci20</key>
+	<dict>
+		<key>description</key>
+		<string>MIPS Creator CI20</string>
+		<key>u-boot-pkg</key>
+		<string>ci20</string>
+	</dict>
+</dict>
+</plist>

Reply via email to