Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-22 | correct a comment | tnn | 1 | -2/+2 | |
2022-07-29 | Add a u-boot package for the PineCube IP Camera. | thorpej | 1 | -1/+2 | |
2022-07-29 | Add a TOOL_DEPENDS on py-setuptools when building any 2022-or-later | thorpej | 1 | -1/+7 | |
u-boot (this appears to be required at least on 2022.04 when building for sunxi). | |||||
2022-07-10 | u-boot-beagleboneblack: Update sysutils/u-boot-beagleboneblack to 2022.04. | brook | 1 | -0/+5 | |
Previously the u-boot-beagleboneblack package used the default U-Boot version, which was 2018.11. However, that version failed to boot with the NetBSD UEFI bootloader, efiboot. Updating to U-Boot version 2022.04 enables UEFI booting. | |||||
2022-03-27 | u-boot.mk: fix bug that made do-configure non-retryable | tnn | 1 | -2/+2 | |
2022-03-12 | sysutils/u-boot-rockpro64-ayufan: remove in favor of mainline u-boot | tnn | 3 | -312/+0 | |
2022-02-12 | load pinebook pro SPI environment from the same location that | mrg | 2 | -7/+8 | |
rockpro64 does and avoid "saveenv" saving over the top of the u-boot installation itself. now my pbp can boot from just SPI and NVMe. bump pkg revision. | |||||
2022-02-11 | update u-boot-rock64 to 2022.01 and tf-a 2.6. | mrg | 1 | -6/+2 | |
change the u-boot-rockchip.mk to default to 2022.01 as only the (probably) obsolete ayufan package uses anything else. | |||||
2022-02-11 | update u-boot-rockpro64 and u-boot-pinebook-pro to u-boot 2022.01. | mrg | 1 | -5/+29 | |
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. | |||||
2022-02-11 | add support for u-boot 2022.01. tested with rockpro64 and pinebookpro. | mrg | 12 | -0/+505 | |
2021-10-26 | sysutils: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes | |||||
2021-10-07 | sysutils: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2021-08-19 | u-boot*: allow packages overriding the patches/distinfo | wiz | 1 | -3/+3 | |
Even after setting a particular version to use. | |||||
2021-08-12 | u-boot: fix some more pkglint and pattern in TOOL_DEPENDS | wiz | 1 | -10/+11 | |
2021-08-12 | u-boot*: fix more pkglint | wiz | 3 | -7/+3 | |
2021-08-12 | u-boot*: fix some pkglint | wiz | 3 | -6/+5 | |
2021-07-27 | u-boot-rockpro64-ayufan: backport PCIe fixes from sysutils/u-boot-rockpro64 | tnn | 3 | -1/+307 | |
2021-07-27 | fix patch comment | tnn | 2 | -5/+7 | |
2021-07-27 | u-boot-rockpro64: fix broken PCI config space handling: | tnn | 3 | -1/+179 | |
- Program bus number into the ECAM decoder for each access - Use type 1 PCI config cycles for config spaces behind bridge - Add a platform specific hack to the synchronous exception handler to deal with PCI-e subsystem triggering data aborts when probing nonexistent PCI devices. - properly delay after deasserting reset for downstream devices to have time to initialize. Allows booting from PCI devices behind bridges and probing devices other than 0:0:0 and 1:0:0. | |||||
2021-07-26 | update u-boot for rockpro64 and pinebook-pro to u-boot 2021.07. | mrg | 9 | -0/+284 | |
- 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 | catch up u-boot-pinephone with uboot infrastructure changes. | mrg | 2 | -0/+20 | |
move distinfo and patches where they belong. | |||||
2021-06-25 | catch up the u-boot-roc-rk3328-cc package with u-boot distinfo/patches | mrg | 2 | -0/+44 | |
clean up from a few months ago. | |||||
2021-06-25 | minor u-boot rockchip package cleanup. | mrg | 1 | -4/+4 | |
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-05-14 | u-boot: needs flex | nia | 1 | -2/+2 | |
2021-04-26 | add missing patch info. | mrg | 1 | -1/+3 | |
2021-04-18 | various updates for the new pkgsrc u-boot world order. | mrg | 23 | -2/+1499 | |
the whole u-boot package builds with the patches and distinfos moved into the new places. | |||||
2021-04-18 | add some distinfo files and ensure a consistent DISTINFO_FILE and | mrg | 5 | -5/+33 | |
PATCHDIR are setup. at least u-boot-pinebook and u-boot-rock*64* are fixed now. | |||||
2021-03-09 | Provide enough rope to allow individual u-boot pkgs to request a different | martin | 3 | -4/+18 | |
version. This allows for incremental updates and tests. | |||||
2021-03-06 | + u-boot-apple-m1 | jmcneill | 1 | -1/+2 | |
2021-03-06 | do-build: honour BUILD_TARGET | jmcneill | 1 | -2/+2 | |
2020-06-21 | Add several missing u-boot-* package to the meta package. | thorpej | 1 | -2/+8 | |
2020-06-21 | u-boot: make previous more agnostic to python-3.x version | wiz | 1 | -6/+8 | |
2020-06-21 | Depend on u-boot-pandaboard. | thorpej | 1 | -2/+3 | |
2020-06-20 | Newer versions of U-boot that use the pylibfdt module don't build with | thorpej | 1 | -3/+22 | |
Python 2 and Swig 1. Add some .mk file gyrations to auto-select the correct tools for u-boot-2020.* and later. | |||||
2020-06-20 | Add mipsel support to sysutils/u-boot. | thorpej | 1 | -0/+9 | |
2020-06-19 | python is needed for building modules for running as part of the build | mrg | 1 | -2/+2 | |
so set PYTHON_FOR_BUILD_ONLY to "yes" not "tool". fixes several builds that want access to, eg <Python.h>, such as u-boot-cubietruck. ok joerg. | |||||
2020-06-13 | u-boot: depend on python as a tool | tnn | 2 | -7/+4 | |
fixes error when running arch/arm/mach-rockchip/make_fit_atf.py | |||||
2020-05-23 | sysutils/u-boot: remove unnecessary interpreter patches | rillig | 2 | -16/+2 | |
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-19 | sysutils/u-boot: remove no-op SUBST block | rillig | 1 | -6/+1 | |
Line 1 already contains python, not python3. | |||||
2020-05-12 | sysutils/u-boot: remove no-op SUBST block | rillig | 1 | -6/+1 | |
That file only contains "env python2" in the first line, which is already handled by REPLACE_INTERPRETER. | |||||
2020-04-06 | u-boot.mk: allow PKGNAME to be overridden | tnn | 1 | -2/+2 | |
2020-04-04 | Add a package for u-boot on the OrangePi Lite2. | thorpej | 7 | -4/+236 | |
2020-04-02 | move u-boot-pinebook-pro/u-boot-rockchip.mk to u-boot/u-boot-rockchip.mk | tnn | 1 | -24/+27 | |
2020-03-30 | Add powerpc support to sysutils/u-boot. | riastradh | 3 | -1/+26 | |
2020-03-15 | Add sysutils/u-boot-a20-olinuxino-micro-emmc | uwe | 1 | -1/+2 | |
2020-01-14 | gawk is needed for newer uboots. | mrg | 1 | -2/+2 | |
2020-01-06 | add u-boot-pinebook-pro and bump the version. | mrg | 1 | -2/+3 | |
2019-12-14 | sysutils/u-boot-rpi3-32: Use a directory of the right name | khorben | 1 | -2/+2 | |
This fixes building sysutils/u-boot (the dependency on u-boot-rpi3-32b was wrong as well). Sorry for the short mishap. | |||||
2019-12-14 | sysutils/u-boot: Also depend on sysutils/u-boot-rpi3-32b | khorben | 1 | -2/+3 | |
Bumps PKGREVISION. | |||||
2019-11-29 | add u-boot-orangepi-lite to u-boot meta package | jakllsch | 1 | -2/+3 | |