Source-Changes-HG archive

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

[src/netbsd-9]: src/distrib/notes Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/33c5f3542a9d
branches:  netbsd-9
changeset: 936825:33c5f3542a9d
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Aug 05 14:29:59 2020 +0000

description:
Pull up following revision(s) (requested by nia in ticket #1036):

        distrib/notes/evbarm/hardware: revision 1.22
        distrib/notes/evbarm/xfer: revision 1.5
        distrib/notes/evbarm/hardware: revision 1.17
        distrib/notes/common/main: revision 1.563

Note support for TI AM335x SoC
List all supported Amlogic SoCs
Remove duplicate word
Remove Arm OABI -> EABI change notice

diffstat:

 distrib/notes/common/main     |  57 +------------------------------------------
 distrib/notes/evbarm/hardware |   6 ++--
 distrib/notes/evbarm/xfer     |   4 +-
 3 files changed, 6 insertions(+), 61 deletions(-)

diffs (116 lines):

diff -r 90b1844675ae -r 33c5f3542a9d distrib/notes/common/main
--- a/distrib/notes/common/main Wed Aug 05 13:48:13 2020 +0000
+++ b/distrib/notes/common/main Wed Aug 05 14:29:59 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: main,v 1.551.2.8 2020/01/26 11:19:36 martin Exp $
+.\"    $NetBSD: main,v 1.551.2.9 2020/08/05 14:29:59 martin Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -822,61 +822,6 @@
 See the
 .Dq Components removed from NetBSD
 section near the beginning of this document for a list.
-.if \n[arm] \{\
-.Ss2 Important note regarding ABI change on ARM ports
-.Pp
-In
-.Nx
-7.0, most ARM ports (all but acorn32, and epoc32) have switched
-to the official standard ABI
-.Pq EABI5
-which is recommended by ARM for ELF binaries.
-.Pp
-Backwards compatibility is provided for binaries using the previous ABI
-.Pq oabi .
-A
-.Nx
-\*V
-kernel with the
-.Dv COMPAT_NETBSD32
-option enabled will allow you to execute oabi binaries.
-This option is enabled in the kernels distributed with this release.
-.Pp
-However, new binaries can not be mixed with old libraries, and shared
-libraries are incompatible.
-.Pp
-.Ic sysinst
-does not provide an automatic mechanism to partlially upgrade an old
-installation.
-There are two ways to handle the transition:
-.(enum
-.Pp
-Do a complete update.
-.Pp
-This means updating your system with
-.Ic sysinst ,
-then deleting and recompiling all other binaries, whether they were
-installed locally or through pkgsrc.
-This is the preferred, cleanest approach.
-.It
-Move your old binaries and libraries to
-.Pa /compat/netbsd32
-and replace them one by one.
-.Pp
-For example, move all of
-.Pa /usr/pkg
-to
-.Pa /compat/netbsd32/usr/pkg
-and add
-.Pa /compat/netbsd32/usr/pkg/bin
-to the end of your PATH.
-Most binaries should still run, and can be replaced over time with
-recompiled packages, which will install to
-.Pa /usr/pkg
-again.
-.enum)
-.
-.\}
 .Ss "Using online NetBSD documentation"
 .Pp
 Documentation is available if you installed the manual
diff -r 90b1844675ae -r 33c5f3542a9d distrib/notes/evbarm/hardware
--- a/distrib/notes/evbarm/hardware     Wed Aug 05 13:48:13 2020 +0000
+++ b/distrib/notes/evbarm/hardware     Wed Aug 05 14:29:59 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: hardware,v 1.10.66.2 2020/07/26 11:07:56 martin Exp $
+.\"    $NetBSD: hardware,v 1.10.66.3 2020/08/05 14:29:59 martin Exp $
 .\"
 .\" Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -38,7 +38,7 @@
 .It
 Samsung Exynos 5422 (e.g. ODROID-XU3/XU-4)
 .It
-Texas Instruments OMAP3 (e.g. BeagleBoard, BeagleBone Black...)
+Texas Instruments AM335x and OMAP3 (e.g. BeagleBoard, BeagleBone Black...)
 .It
 Xilinx Zynq (e.g. Zedboard, Parallella...)
 .It
@@ -54,7 +54,7 @@
 .It
 Allwinner H5, H6, A64 (e.g. PINE64, Pinebook, NanoPi A64, OLinuXino...)
 .It
-Amlogic S905 (e.g. ODROID-C2, Le Potato, NanoPi K2...)
+Amlogic S905, S805X, S905D, S905W, S905X (e.g. ODROID-C2, Le Potato, NanoPi K2...)
 .It
 Broadcom BCM2837 (e.g. Raspberry Pi 3)
 .It
diff -r 90b1844675ae -r 33c5f3542a9d distrib/notes/evbarm/xfer
--- a/distrib/notes/evbarm/xfer Wed Aug 05 13:48:13 2020 +0000
+++ b/distrib/notes/evbarm/xfer Wed Aug 05 14:29:59 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: xfer,v 1.2.48.1 2020/07/20 18:32:55 martin Exp $
+.\"    $NetBSD: xfer,v 1.2.48.2 2020/08/05 14:29:59 martin Exp $
 .\"
 .\" Copyright (c) 2020 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -42,7 +42,7 @@
 .Pp
 ARM devices generally also ship with a vendor-specific U-Boot
 bootloader, which may be replaced with a board-specific "mainline"
-U-Boot image from pkgsrc for an an optimal NetBSD experience.
+U-Boot image from pkgsrc for an optimal NetBSD experience.
 The images available from
 .Lk http://www.armbsd.org/arm/ "armbsd.org"
 come pre-prepared with a board-specific U-Boot image if one is



Home | Main Index | Thread Index | Old Index