Commit Graph

11 Commits

Author SHA1 Message Date
rin 09b1c677c0 Add missing Makefile. 2020-06-22 03:15:48 +00:00
thorpej 8025a6eb14 Add additional sunxi boards:
- libretech,all-h3-cc-h2-plus
- libretech,all-h3-cc-h3
- libretech,all-h3-cc-h5
2020-06-21 19:39:11 +00:00
thorpej 2d473240cd Add evbmips installboot board data. 2020-06-21 17:15:51 +00:00
thorpej 10311849cd 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.
2020-06-21 16:53:57 +00:00
bad a087c2fcde Belatedly add NanoPi R1. 2020-03-27 23:02:33 +00:00
thorpej 7dbf99902b Add OrangePi Lite and Lite2. 2020-03-27 02:01:48 +00:00
thorpej ab92444102 Add Rock64 and Pinebook Pro to list of known boards. 2020-01-27 07:48:59 +00:00
thorpej a32b5e9881 Add Banana Pi BPI-M2 Zero and P2 Zero. 2019-06-05 07:22:49 +00:00
thorpej d47ec85b6c Add LeMaker Banana Pro. 2019-05-29 03:25:46 +00:00
thorpej efe13e1313 Add the Lamobo R1 board. 2019-05-25 01:37:54 +00:00
thorpej 02d67d1066 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.
2019-05-07 05:02:41 +00:00