Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/installboot/evbarm Add Banana Pi BPI-M2 Zero and P2 Zero.



details:   https://anonhg.NetBSD.org/src/rev/cc16a699b098
branches:  trunk
changeset: 451805:cc16a699b098
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 05 07:22:49 2019 +0000

description:
Add Banana Pi BPI-M2 Zero and P2 Zero.

diffstat:

 share/installboot/evbarm/boards.plist |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r 9ea505eaa8cc -r cc16a699b098 share/installboot/evbarm/boards.plist
--- a/share/installboot/evbarm/boards.plist     Wed Jun 05 04:31:37 2019 +0000
+++ b/share/installboot/evbarm/boards.plist     Wed Jun 05 07:22:49 2019 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: boards.plist,v 1.3 2019/05/29 03:25:46 thorpej Exp $ -->
+<!-- $NetBSD: boards.plist,v 1.4 2019/06/05 07:22:49 thorpej Exp $ -->
 <!--
   Copyright (c) 2019 The NetBSD Foundation, Inc.
   All rights reserved.
@@ -156,6 +156,13 @@
                <key>u-boot-pkg</key>
                <string>bananapro</string>
        </dict>
+       <key>sinovoip,bpi-m2-zero</key>
+       <dict>
+               <key>description</key>
+               <string>Banana Pi BPI-M2 Zero</string>
+               <key>u-boot-pkg</key>
+               <string>bananapi-m2-zero</string>
+       </dict>
        <key>sinovoip,bpi-m3</key>
        <dict>
                <key>description</key>
@@ -163,6 +170,13 @@
                <key>u-boot-pkg</key>
                <string>bananapi-m3</string>
        </dict>
+       <key>sinovoip,bpi-p2-zero</key>
+       <dict>
+               <key>description</key>
+               <string>Banana Pi BPI-P2 Zero</string>
+               <key>u-boot-pkg</key>
+               <string>bananapi-p2-zero</string>
+       </dict>
 
        <key>cubietech,cubieboard2</key>
        <dict>



Home | Main Index | Thread Index | Old Index