History log of /netbsd-src/share/installboot/evbarm/boards.plist (Results 1 – 14 of 14)
Revision Date Author Comments
# 9835e515 22-Jan-2025 gutteridge <gutteridge@NetBSD.org>

evbarm/boards.plist: add riotboard


# eec3e469 19-Sep-2024 gutteridge <gutteridge@NetBSD.org>

evbarm/boards.plist: fix Olimex A20-OLinuXino-MICRO entry

(Looks like a copy-and-paste error when the entry was added.)


# 9ba8ce46 19-Sep-2024 gutteridge <gutteridge@NetBSD.org>

evbarm/boards.plist: add two more boards

Olimex A64-OLinuXino
Olimex A64-OLinuXino-eMMC


# 12332c45 12-Jun-2024 gutteridge <gutteridge@NetBSD.org>

evbarm/boards.plist: add three more boards

FriendlyElec NanoPi R2S
PineCube IP Camera
TI AM335x BeagleBone Green


# 9fed81c6 12-Jun-2024 gutteridge <gutteridge@NetBSD.org>

(evbarm|evbmips)/boards.plist: make these plists valid XML

XML does not permit double hyphens inside comments. Adjust so these
files can be checked by an XML parser to confirm they're well-formed
af

(evbarm|evbmips)/boards.plist: make these plists valid XML

XML does not permit double hyphens inside comments. Adjust so these
files can be checked by an XML parser to confirm they're well-formed
after editing.

show more ...


# 8025a6eb 21-Jun-2020 thorpej <thorpej@NetBSD.org>

Add additional sunxi boards:
- libretech,all-h3-cc-h2-plus
- libretech,all-h3-cc-h3
- libretech,all-h3-cc-h5


# 10311849 21-Jun-2020 thorpej <thorpej@NetBSD.org>

Add several boards:
- terasic,de0-atlas
- asus,rk3288-tinker
- nvidia,p3450-0000
- ti,omap4-panda
- ti,omap4-panda-es
- olimex,a20-olinuxino-lime2
- olimex,a20-olinuxino-lime2-emmc
- olimex,a20-olinu

Add several boards:
- terasic,de0-atlas
- asus,rk3288-tinker
- nvidia,p3450-0000
- ti,omap4-panda
- ti,omap4-panda-es
- olimex,a20-olinuxino-lime2
- olimex,a20-olinuxino-lime2-emmc
- olimex,a20-olinuxino-micro
- olimex,a20-olinuxino-micro-emmc
- digilent,zynq-zybo
- digilent,zynq-zybo-z7

Update the nvidia,p2771-0000 description to match recent DTS.

Fix u-boot package name for cubietech,cubietruck-plus.

show more ...


# a087c2fc 27-Mar-2020 bad <bad@NetBSD.org>

Belatedly add NanoPi R1.


# 7dbf9990 27-Mar-2020 thorpej <thorpej@NetBSD.org>

Add OrangePi Lite and Lite2.


# ab924441 27-Jan-2020 thorpej <thorpej@NetBSD.org>

Add Rock64 and Pinebook Pro to list of known boards.


# a32b5e98 05-Jun-2019 thorpej <thorpej@NetBSD.org>

Add Banana Pi BPI-M2 Zero and P2 Zero.


# d47ec85b 29-May-2019 thorpej <thorpej@NetBSD.org>

Add LeMaker Banana Pro.


# efe13e13 25-May-2019 thorpej <thorpej@NetBSD.org>

Add the Lamobo R1 board.


# 02d67d10 07-May-2019 thorpej <thorpej@NetBSD.org>

Add installboot(8) support for evbarm (and, in the future, other evb*)
boards that use u-boot. A known board database lists boards and their
respective u-boot packages. u-boot packages are discover

Add installboot(8) support for evbarm (and, in the future, other evb*)
boards that use u-boot. A known board database lists boards and their
respective u-boot packages. u-boot packages are discovered at run-time
(in /usr/pkg/share/u-boot, by default). These packages contain board
database overlays that describe u-boot installation procedure that's
specific for that board.

Support this as a native tool and as a host tool. The native tool
will attempt to determine the running board type using OpenFirmware
calls. Host tool and native tool alike may also specify a board type
directly using the "-o board=xxx option" or have installboot(8) determine
the board type from a device tree blob using "-o dtb=/path/to/board.dtb".
A "-o media=xxx" option is provided for boards that have different u-boot
binaries and/or installation procedures for different media types (e.g.
SDMMC, eMMC, or USB).

This is trivial to extend to other evb* platforms that use u-boot, even if
they don't use FDT for autoconfiguration.

show more ...