Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/installboot/evbmips Add evbmips installboot board data.
details: https://anonhg.NetBSD.org/src/rev/d13b29c1436a
branches: trunk
changeset: 934982:d13b29c1436a
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Jun 21 17:15:51 2020 +0000
description:
Add evbmips installboot board data.
diffstat:
distrib/sets/lists/base/mi | 4 ++-
share/installboot/Makefile | 4 +-
share/installboot/evbmips/boards.plist | 43 ++++++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+), 3 deletions(-)
diffs (80 lines):
diff -r 91ac16c0ef60 -r d13b29c1436a distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi Sun Jun 21 16:57:18 2020 +0000
+++ b/distrib/sets/lists/base/mi Sun Jun 21 17:15:51 2020 +0000
@@ -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
diff -r 91ac16c0ef60 -r d13b29c1436a share/installboot/Makefile
--- a/share/installboot/Makefile Sun Jun 21 16:57:18 2020 +0000
+++ b/share/installboot/Makefile Sun Jun 21 17:15:51 2020 +0000
@@ -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>
diff -r 91ac16c0ef60 -r d13b29c1436a share/installboot/evbmips/boards.plist
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/installboot/evbmips/boards.plist Sun Jun 21 17:15:51 2020 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index