Commit graph

34 commits

Author SHA1 Message Date
nia
d75334de07 sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:19:17 +00:00
nia
67e36f8dd3 sysutils: Remove SHA1 hashes for distfiles 2021-10-07 14:57:31 +00:00
thorpej
254070e7e7 Add a package for u-boot on the OrangePi Lite2. 2020-04-04 15:20:34 +00:00
riastradh
0cb0461a33 Add powerpc support to sysutils/u-boot. 2020-03-30 16:30:54 +00:00
bad
b08add65b8 provide an ethernet0 alias for nanopi r1 so that u-boot sets the mac address for emac0. 2019-10-16 23:36:32 +00:00
bad
247c2d837d Add patches to build u-boot for NanoPi Duo2 and NanoPi R1.
From https://github.com/armbian/build/blob/master/patch/u-boot/u-boot-sunxi/add-nano+pi-r1-and-duo2.patch
2019-10-08 20:48:49 +00:00
bad
de035cce25 fix build of u-boot using pylibfdt on macOS.
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-06 17:02:10 +00:00
bad
e16fc369cb make the pylibfdt module build verbose if KBUILD_VERBOSE != 0. 2019-10-06 14:01:20 +00:00
bad
07da4f5756 fix u-boot's "make clean" target. SPL is a directory. 2019-10-06 13:25:24 +00:00
bouyer
7fc0760e7b Newer lime2-emmc boards have a SPI NOR flash as they can't boot directly from
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-09-05 16:09:09 +00:00
bouyer
b5acd47208 Newer lime2 boards (which now use a micrel etherner PHY) needs
CONFIG_GMAC_TX_DELAY=4
This doens't seem to hurt on older boards.
Bump PKGREVSIONs
2019-07-18 19:18:33 +00:00
thorpej
cfe761421d Add u-boot for the Banana Pi BPI-M2 Zero and BPI-P2 Zero. 2019-06-05 05:43:15 +00:00
skrll
48eba37709 Call cleanup_before_linux in efi_exit_boot so ensure caches are clean, etc
Bump PKGREVISION
2019-04-26 08:32:27 +00:00
skrll
874bc7b4f2 Backport a patch from u-boot mainline to support EFI GetVariable.
Add PKGREVISION to the UBOOT_VERSTION output

Bump PKGREVISION for all 2018.11 packages
2019-04-12 07:08:15 +00:00
thorpej
de9e8a2d78 2018.11 u-boot update renders patch-configs_orangepi_zero_plus_defconfig
obsolete; orangepi_zero_plus_defconfig is now included in the upstream.
2019-01-03 04:07:18 +00:00
jmcneill
47a09734d8 U-Boot 2018.11 broke compatibility of U-Boot image type IDs. Restore IDs
used in previous (and subsequent) U-Boot versions to fix booting GENERIC
armv7 NetBSD kernels.
2018-12-31 15:06:44 +00:00
ryoon
5b22cf9a79 Improve POSIX shell portability 2018-12-19 12:03:01 +00:00
jmcneill
9a609ec531 Update U-Boot to 2018.11. 2018-12-14 00:52:26 +00:00
skrll
206f8d8aba Update CONFIG_BOOTCOMMAND for tk1 in same way as tx1 (for real) 2018-09-27 14:29:36 +00:00
jmcneill
db77d2b5c8 Set fdtfile env variable and run 'pci enum' by default on tegra boards. 2018-09-25 21:49:20 +00:00
thorpej
bce9a10fe0 Add a u-boot target for the Orange Pi Zero Plus (based on Allwinner H5
SoC).
2018-06-24 23:15:25 +00:00
jakllsch
503a7764ef Restore Ethernet support in u-boot-nanopi-neo-plus2. 2018-05-25 20:49:52 +00:00
jmcneill
1eca6fc7c6 Update U-Boot to 2018.05. 2018-05-25 10:45:22 +00:00
jakllsch
71dbc2d2f7 Add u-boot for nanopi-neo-plus2.
Backported from u-boot master, with some added adjustments.
2018-01-10 00:55:27 +00:00
jmcneill
85aacd83dc Fix patch-drivers_video_sunxi_sunxi__display.c checksum 2017-12-19 00:58:50 +00:00
jmcneill
67ce41bb94 Align sunxi FB start to 8KB to match NetBSD arm PAGE_SIZE 2017-12-18 23:27:14 +00:00
jmcneill
c761f6ff8e u-boot: update to 2017.11 2017-11-15 22:08:27 +00:00
jmcneill
7e6c65e25b u-boot: update to 2017.09 2017-10-08 12:09:42 +00:00
jmcneill
cde76ae8b9 Increase CONFIG_SYS_BOOTM_LEN as the TEGRA kernel exceeds the default
size limit. Install the correct files necessary for flashing with
L4T R24.2.1's flash.sh script.
2017-09-23 17:33:12 +00:00
jmcneill
23b3a1c098 u-boot: fix build on macos 2017-09-18 23:07:49 +00:00
jmcneill
84c5f3aa73 Add CONFIG_ARMV8_SWITCH_TO_EL1 to Kconfig so it can be used in a configs 2017-09-09 23:21:29 +00:00
jmcneill
c514c599a0 Add support for sunxi DE2 simple framebuffers. 2017-09-02 17:38:15 +00:00
jmcneill
0887839335 Fixes to get U-Boot building on NetBSD. 2017-08-12 16:44:33 +00:00
jmcneill
ab103d1378 Add helpers for building U-Boot images. 2017-08-12 14:23:43 +00:00