summaryrefslogtreecommitdiff
path: root/sysutils/u-boot
AgeCommit message (Collapse)AuthorFilesLines
2019-10-19s/u-boot-nanopi-11/u-boot-nanopi-r1jmcneill1-2/+2
2019-10-16provide an ethernet0 alias for nanopi r1 so that u-boot sets the mac address ↵bad2-4/+8
for emac0.
2019-10-08Depend on u-boot-nanopi-duo2 too.bad1-1/+2
2019-10-08Depend on u-boot-nanopi-r1 too.bad1-1/+2
2019-10-08Add patches to build u-boot for NanoPi Duo2 and NanoPi R1.bad6-5/+283
From https://github.com/armbian/build/blob/master/patch/u-boot/u-boot-sunxi/add-nano+pi-r1-and-duo2.patch
2019-10-06fix build of u-boot using pylibfdt on macOS.bad6-20/+41
u-boot.mk: pass PYTHON2, PYTHONCONFIG and PYTHONLIBPATH in ALL_ENV patch-Makefile: make PYTHON2 overridable. Add PYTHONCONFIG and BYTHONLIBPATH. patch-lib_bch.c: #include <libkern/OSByteOrder.h> and use OSSwapHostToBigInt32 as in u-boot master ab8fc41302 "fix compile error on macOS Mojave". patch-scripts_dtc_pylibfdt_Makefile: determine PYTHONCLFAGS and PYTHONLIBS by asking PYTHONCONFIG. build PYTHONLDFLAGS from PYTHONLIBPATH and PYTHONLIBS add PYTHON{LD.C}FLAGS to LDFLAGS and CPPFLAGS in cmd_pymod. bump PKGREVISION tested with u-boot-nanopi-mi.
2019-10-06make the pylibfdt module build verbose if KBUILD_VERBOSE != 0.bad2-1/+28
2019-10-06fix u-boot's "make clean" target. SPL is a directory.bad2-3/+18
2019-09-15u-boot-rock{,pro}64: move PKGREVISION from common Makefile to per-packagetnn1-3/+4
2019-09-05Newer lime2-emmc boards have a SPI NOR flash as they can't boot directly frombouyer2-6/+12
the emmc. So add CONFIG_SPL_SPI_SUNXI=yes to the A20-OLinuXino-Lime2-eMMC_defconfig file. Bump PKGREVISION for u-boot-a20-olinuxino-lime2-emmc.
2019-08-13u-boot-rock{,pro}64: install the SPI boot loader. Bump.tnn1-2/+5
2019-07-26u-boot: sanitize UBOOT_VERION before it goes in PKGNAMEtnn1-2/+2
fixes wrong PKGBASE for u-boot-bananapi-r2
2019-07-21u-boot-rock*: update to latest ayufan release & rockchip DDR firmwaretnn1-3/+3
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-18Newer lime2 boards (which now use a micrel etherner PHY) needsbouyer3-1/+33
CONFIG_GMAC_TX_DELAY=4 This doens't seem to hurt on older boards. Bump PKGREVSIONs
2019-07-13Bump PKGREVISION for previousjmcneill1-2/+2
2019-07-12Add u-boot packages for the Olimex A20-OLinuXino-LIME2. There are twothorpej1-1/+3
flavors, one for the standard board, and one for the board with the optional eMMC module.
2019-06-20Fix paths to u-boot-bananapi-m2-zero and u-boot-bananapi-p2-zero packagesjmcneill1-3/+3
2019-06-10update rock*64 u-boot to the latest (1060-g56bd958253) from ayufan.mrg1-3/+3
tested on rock64, works with rock64 v3.
2019-06-08update pine64's rockpro64 to latest version from ayufan.mrg3-4/+49
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-08fix the previous. probably worked on systems that exposed amrg1-2/+4
"python2" in the path somewhere. now many the u-boot packages build again (not all were broken.)
2019-06-05fix the python part for tools/dtoc/dtoc.py. fixes uncommited rock64 build.mrg1-2/+3
2019-06-05Add u-boot for the Banana Pi BPI-M2 Zero and BPI-P2 Zero.thorpej7-2/+290
2019-05-29Add a U-Boot package for the LeMaker Banana Pro.thorpej1-1/+2
2019-05-25Add U-Boot for the Lamobo R1 (a.k.a. Bananapi BPI-R1).thorpej1-1/+2
2019-05-18Make depending on u-boot for Meson-based boards optional, as they havethorpej2-4/+28
build-time dependencies not available on all platforms.
2019-05-08Push the installboot.plist files down into a "files" directory inthorpej1-2/+2
the pkg source area, as per convention. (No rev bump -- installed content hasn't changed.)
2019-05-07Add support for installboot(8) overlays.thorpej2-3/+7
2019-05-04- add cubietruck plus to the u-boot metapkg.mrg1-1/+3
- install the cubietruck plus file as cubietruck-plus not cubietruck_plus. requested by jmcneill.
2019-04-26Call cleanup_before_linux in efi_exit_boot so ensure caches are clean, etcskrll2-1/+15
Bump PKGREVISION
2019-04-19Add U-Boot package for the Libre Computer AML-S905X-CC (Le Potato)jmcneill1-1/+2
single board computer.
2019-04-12Backport a patch from u-boot mainline to support EFI GetVariable.skrll4-2/+298
Add PKGREVISION to the UBOOT_VERSTION output Bump PKGREVISION for all 2018.11 packages
2019-03-24pass down MAKE_JOBS to the u-boot buildtnn1-2/+2
2019-01-032018.11 u-boot update renders patch-configs_orangepi_zero_plus_defconfigthorpej2-22/+1
obsolete; orangepi_zero_plus_defconfig is now included in the upstream.
2018-12-31U-Boot 2018.11 broke compatibility of U-Boot image type IDs. Restore IDsjmcneill2-1/+28
used in previous (and subsequent) U-Boot versions to fix booting GENERIC armv7 NetBSD kernels.
2018-12-19Improve POSIX shell portabilityryoon2-1/+17
2018-12-14Update U-Boot to 2018.11.jmcneill5-154/+7
2018-10-29Add u-boot-odroid-xu3jmcneill1-1/+2
2018-10-14Glue in u-boot-de0-nanosocaymeric1-1/+2
2018-09-27u-boot: pull in bison as a tooltnn1-2/+2
It is needed by sysutils/u-boot-pinebook. Other packages will presumably need it too after they are updated to 2018.07.
2018-09-27Update CONFIG_BOOTCOMMAND for tk1 in same way as tx1 (for real)skrll2-1/+10
2018-09-25Set fdtfile env variable and run 'pci enum' by default on tegra boards.jmcneill3-4/+27
2018-06-27Add dependency on u-boot-orangepi-zero-plus.thorpej1-1/+2
2018-06-24Add a u-boot target for the Orange Pi Zero Plus (based on Allwinner H5thorpej4-1/+141
SoC).
2018-06-23+ u-boot-orangepi-zerojmcneill1-1/+2
2018-06-07Initial import of u-boot-sopine-baseboard version 2018.05jmcneill1-1/+2
U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and several other processors, which can be installed in a boot ROM and used to initialize and test the hardware or to download and run application code. This package provides U-Boot for the SOPINE A64 with SOPINE Baseboard "Model A".
2018-06-06u-boot: include bsd.pkg.mk laterwiz3-5/+7
Ideally, this should happen in the main Makefiles and not in an included file like this one, but the change for that is too big for me for now and this fixes u-boot-pine64.
2018-05-31u-boot*: Improve u-boot variables so they confuse pkglint less.wiz1-2/+2
2018-05-26Add u-boot-pine-h64jmcneill1-1/+2
2018-05-25Restore Ethernet support in u-boot-nanopi-neo-plus2.jakllsch2-1/+29
2018-05-25Remove dependencies that are not in treejmcneill1-3/+1