Module Name: src
Committed By: nia
Date: Tue Sep 15 07:15:22 UTC 2020
Modified Files:
src/distrib/notes/evbarm: contents hardware upgrade
Log Message:
new dtb set needs reflecting in instructions
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/notes/evbarm/contents
cvs rdiff -u -r1.23 -r1.24 src/distrib/notes/evbarm/hardware
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/evbarm/upgrade
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/notes/evbarm/contents
diff -u src/distrib/notes/evbarm/contents:1.13 src/distrib/notes/evbarm/contents:1.14
--- src/distrib/notes/evbarm/contents:1.13 Fri Aug 7 00:43:48 2020
+++ src/distrib/notes/evbarm/contents Tue Sep 15 07:15:21 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.13 2020/08/07 00:43:48 snj Exp $
+.\" $NetBSD: contents,v 1.14 2020/09/15 07:15:21 nia Exp $
.\"
.\" Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -74,8 +74,6 @@ do not need board-specific kernels.
A gzipped Armv6 kernel which supports the Raspberry Pi 1 only.
. It Pa netbsd-RPI2.gz
A gzipped Armv6 kernel which supports the Raspberry Pi 2 only.
-. It Pa *.dtb.gz
-Gzipped board-specific device trees.
. tag) \" binary/kernel/
.
. It Pa sets/
@@ -155,6 +153,9 @@ It is useful when reporting issues with
development.
This set is huge, if the target disk is small, do not install it.
.
+.It Sy dtb
+Devicetree hardware descriptions for specific boards.
+.
.It Sy etc
This distribution set contains the system
configuration files that reside in
Index: src/distrib/notes/evbarm/hardware
diff -u src/distrib/notes/evbarm/hardware:1.23 src/distrib/notes/evbarm/hardware:1.24
--- src/distrib/notes/evbarm/hardware:1.23 Sun Jul 26 11:00:28 2020
+++ src/distrib/notes/evbarm/hardware Tue Sep 15 07:15:21 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: hardware,v 1.23 2020/07/26 11:00:28 jmcneill Exp $
+.\" $NetBSD: hardware,v 1.24 2020/09/15 07:15:21 nia Exp $
.\"
.\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -46,6 +46,11 @@ Xilinx Zynq (e.g. Zedboard, Parallella..
.It
NVIDIA Tegra K1
.El
+.Pp
+For a full list of supported devicetree-based boards, see the
+contents of the
+.Pa dtb.tgz
+set.
.Ss2 64-bit SoCs supported by GENERIC64 kernels
.Pp
Devices conforming to the Arm "ServerReady" (SBBR and SBSA) specifications,
@@ -66,3 +71,8 @@ Rockchip RK3328, RK3328 (e.g. Pinebook P
.It
NVIDIA Tegra X1
.El
+.Pp
+For a full list of supported devicetree-based boards, see the
+contents of the
+.Pa dtb.tar.xz
+set.
Index: src/distrib/notes/evbarm/upgrade
diff -u src/distrib/notes/evbarm/upgrade:1.5 src/distrib/notes/evbarm/upgrade:1.6
--- src/distrib/notes/evbarm/upgrade:1.5 Fri Jul 24 12:41:20 2020
+++ src/distrib/notes/evbarm/upgrade Tue Sep 15 07:15:21 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: upgrade,v 1.5 2020/07/24 12:41:20 nia Exp $
+.\" $NetBSD: upgrade,v 1.6 2020/09/15 07:15:21 nia Exp $
.\"
.\" Copyright (c) 2020 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -52,9 +52,9 @@ e.g. allwinner, amlogic, broadcom, frees
.Pp
For example, for the Allwinner-based PINE A64 LTS:
.Bd -literal
-$ ftp https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/binary/kernel/sun50i-a64-pine64-lts.dtb.gz
-$ gunzip sun50i-a64-pine64-lts.dtb.gz
-# cp sun50i-a64-pine64-lts.dtb /boot/dtb/allwinner/
+$ ftp https://cdn.netbsd.org/pub/NetBSD/NetBSD-\*V/evbarm-aarch64/binary/sets/dtb.tar.xz
+$ unxz dtb.tar.xz
+# cp ./boot/dtb/allwinner/sun50i-a64-pine64-lts.dtb /boot/dtb/allwinner/
.Ed
Also copy
.Pa bootaa64.efi