Commit graph

11 commits

Author SHA1 Message Date
mrg
0d5481d504 minor u-boot rockchip package cleanup.
rename U_BOOT_IMAGE_TYPE to UBOOT_IMAGE_TYPE -- matching the rest of pkgsrc.
remove not used (or needed) DISTINFO_FILE and PATCHDIR.

NFC.
2021-06-25 08:28:57 +00:00
mrg
24723b4467 add some distinfo files and ensure a consistent DISTINFO_FILE and
PATCHDIR are setup.

at least u-boot-pinebook and u-boot-rock*64* are fixed now.
2021-04-18 07:30:28 +00:00
tnn
064edbe94b u-boot: depend on python as a tool
fixes error when running arch/arm/mach-rockchip/make_fit_atf.py
2020-06-13 07:01:32 +00:00
rillig
88dd4b3d1c sysutils/u-boot: remove unnecessary interpreter patches
There was a typo in the python3 interpreter since it defined python2
instead of the correct python3.

All files from the python2 block use python3 nowadays, therefore that
whole block is unnecessary as well.
2020-05-23 09:39:06 +00:00
rillig
48b1851732 sysutils/u-boot: remove no-op SUBST block
Line 1 already contains python, not python3.
2020-05-19 20:02:51 +00:00
tnn
2f00309f33 move u-boot-pinebook-pro/u-boot-rockchip.mk to u-boot/u-boot-rockchip.mk 2020-04-02 09:12:54 +00:00
tnn
6dc61cc8a9 u-boot-rock{,pro}64: move PKGREVISION from common Makefile to per-package 2019-09-15 15:50:21 +00:00
tnn
98c87a42ff u-boot-rock{,pro}64: install the SPI boot loader. Bump. 2019-08-13 21:28:46 +00:00
tnn
f8d94c2ce4 u-boot-rock*: update to latest ayufan release & rockchip DDR firmware
No convenient changelog available.

Note: due to upstream changes in EFI device enumeration, implicit boot device
selection no longer works from the NetBSD EFI boot loader. e.g. "boot netbsd"
doesn't work. Specify the device explicitly, e.g. "boot hd0a:netbsd".
2019-07-21 15:17:12 +00:00
mrg
95ffd5c4c0 update rock*64 u-boot to the latest (1060-g56bd958253) from ayufan.
tested on rock64, works with rock64 v3.
2019-06-10 01:50:34 +00:00
mrg
339010d2ee update pine64's rockpro64 to latest version from ayufan.
add u-boot package for rock64.  originally this was the same
as the old rockpro64 and works fine on that the rev2.0 board,
but didn't on rev3.0.  the updated version is still has a
problem, but at least gets further and has partition issues
instead of failing to talk to the sd at all.  share a bunch
of the makefile with rockpro64.

for all u-boot, properly fix the subst for tools/dtoc/dtoc.

add both rock64 and rockpro64 to the u-boot meta package and
bump the pkg revision.
2019-06-08 12:25:05 +00:00