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 Rock64 and Pinebook Pro to list...



details:   https://anonhg.NetBSD.org/src/rev/42a072cca5f7
branches:  trunk
changeset: 744201:42a072cca5f7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jan 27 07:48:59 2020 +0000

description:
Add Rock64 and Pinebook Pro to list of known boards.

diffstat:

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

diffs (37 lines):

diff -r b03677c34722 -r 42a072cca5f7 share/installboot/evbarm/boards.plist
--- a/share/installboot/evbarm/boards.plist     Mon Jan 27 02:56:15 2020 +0000
+++ b/share/installboot/evbarm/boards.plist     Mon Jan 27 07:48:59 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: boards.plist,v 1.4 2019/06/05 07:22:49 thorpej Exp $ -->
+<!-- $NetBSD: boards.plist,v 1.5 2020/01/27 07:48:59 thorpej Exp $ -->
 <!--
   Copyright (c) 2019 The NetBSD Foundation, Inc.
   All rights reserved.
@@ -61,6 +61,13 @@
        <!--
          -- rockchip boards
          -->
+       <key>pine64,rock64</key>
+       <dict>
+               <key>description</key>
+               <string>Pine64 Rock64</string>
+               <key>u-boot-pkg</key>
+               <string>rock64</string>
+       </dict>
        <key>pine64,rockpro64</key>
        <dict>
                <key>description</key>
@@ -68,6 +75,13 @@
                <key>u-boot-pkg</key>
                <string>rockpro64</string>
        </dict>
+       <key>pine64,pinebook-pro</key>
+       <dict>
+               <key>description</key>
+               <string>Pine64 Pinebook Pro</string>
+               <key>u-boot-pkg</key>
+               <string>pinebook-pro</string>
+       </dict>
 
        <!--
         -- mediatek boards



Home | Main Index | Thread Index | Old Index