2022-02-12 00:03:50 by matthew green | Files touched by this commit (4) | |
Log message:
update u-boot-rock64 to 2022.01 and tf-a 2.6.
change the u-boot-rockchip.mk to default to 2022.01 as only the
(probably) obsolete ayufan package uses anything else.
|
2022-02-11 23:06:23 by matthew green | Files touched by this commit (5) | |
Log message:
update u-boot-rockpro64 and u-boot-pinebook-pro to u-boot 2022.01.
tested in sd, emmc, and spi on rockpro64, and on emmc on pbp.
should not affect u-boot-rockpro64-ayufan, but should finally
make it obsolete as the SPI version works again.
|
2021-08-12 09:30:23 by Thomas Klausner | Files touched by this commit (25) |
Log message:
u-boot*: fix more pkglint
|
2021-07-26 08:36:42 by matthew green | Files touched by this commit (4) | |
Log message:
update u-boot for rockpro64 and pinebook-pro to u-boot 2021.07.
- adds support for panel on pinebook-pro (needs rk_anxdp.c r1.4)
- enable ahci/sata for rockpro64
- workaround usb_stop() bug in u-boot. see eg:
\
https://patchwork.ozlabs.org/project/uboot/patch/20210406151059.1187379-1-icenowy@aosc.io/
- remove long obsolete files
tested on original iso pbp that was upgraded to ansi key, and a
first generation ansi pbp, as well as two rockpro64 v2.1s.
|
2021-06-25 10:28:57 by matthew green | Files touched by this commit (6) |
Log message:
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-04-18 10:54:56 by matthew green | Files touched by this commit (24) | |
Log message:
various updates for the new pkgsrc u-boot world order.
the whole u-boot package builds with the patches and distinfos
moved into the new places.
|
2021-04-18 09:30:28 by matthew green | Files touched by this commit (8) |
Log message:
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.
|
2020-04-02 11:12:54 by Tobias Nygren | Files touched by this commit (4) |
Log message:
move u-boot-pinebook-pro/u-boot-rockchip.mk to u-boot/u-boot-rockchip.mk
|
2020-02-23 02:01:11 by matthew green | Files touched by this commit (8) |
Log message:
properly fix reboots for rk3399 ATF, by pulling in
\
https://github.com/ARM-software/arm-trusted-firmware/commit/d52331d01e0efae36e837af90887a8aed33ff604#diff-94a9f1c135591eedd6addbcc729f46fb
and removing my hack.
switch rk3399 ATF to release builds over debug builds.
bump both u-boot-pinebook-pro & arm-trusted-firmware-rk3399.
|
2020-02-22 12:55:36 by matthew green | Files touched by this commit (8) | |
Log message:
fix reboot on pinebook-pro.
pull in \
https://github.com/ARM-software/arm-trusted-firmware/commit/b4899041e5f0b8e8b388c6511b5233516b8785ec
from upstream, and also force this code path to be used.
bump version of both the rk3399 ATF and the pbp u-boot, and adjust
the buildlink version to require the updated ATF.
fix MESSAGE for u-boot-pinebook-pro to not refer to rockpro64.
|