Commit Graph

158 Commits

Author SHA1 Message Date
Rudi Heitbaum
fbd34b5145 u-boot: update to 2024.04 2024-04-03 12:21:17 +00:00
Rudi Heitbaum
f15646d182 u-boot: update to 2024.01 2024-01-09 20:12:16 +00:00
Rudi Heitbaum
36506ed672 u-boot: update to 2023.10 2023-10-21 21:26:25 +00:00
Jonas Karlman
a5a6a9f51b u-boot: depend on pyelftools 2023-10-21 21:04:08 +00:00
Rudi Heitbaum
886f59472b u-boot: update to 2022.10 2022-10-04 10:53:58 +00:00
Alex Bee
109b7bc2d0 Rockchip: switch to mainline u-boot 2022-09-12 08:21:01 +00:00
Rudi Heitbaum
3b16fe1980 u-boot: update to 2022.07 and https 2022-07-11 14:34:06 +00:00
Jernej Skrabec
771d19715b config: switch aarch64 toolchain 2022-04-14 19:52:37 +02:00
Rudi Heitbaum
138514a000 u-boot: update to 2022.04 2022-04-04 23:26:43 +00:00
heitbaum
5a9f30cb89 u-boot: update to 2022.01
remove upstreamed Allwinner patches
rebase Allwinner patches
remove upstreamed Amlogic patches
add CONFIG_SYS_LOAD_ADDR=0x1000000 to WeTek configs
add CONFIG_SYS_LOAD_ADDR=0x43e00000 to Odroid XU4 config
remove obsolete NXP patch
- d9a6f0eed6
2022-01-15 10:16:29 +00:00
Jernej Škrabec
e3a7c0687e Merge pull request #5923 from heitbaum/build
u-boot and u-boot-tools: fix HOSTCC build issues
2021-11-27 10:26:56 +01:00
heitbaum
dfac76b2fb u-boot: fix make config with HOSTCC
Without defining HOSTCC Makefile.host was defaulting to the operating
system cc. In the minimal docker image (focal) - cc is not available.

BUILD      u-boot (target)
    TOOLCHAIN      make (auto-detect)
make[1]: Entering directory
  HOSTCC  scripts/basic/fixdep
/bin/sh: 1: cc: not found
make[2]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 127
make[1]: *** [Makefile:488: scripts_basic] Error 2
make[1]: Leaving directory
FAILURE: scripts/build u-boot:target during make_target (package.mk)
*********** FAILED COMMAND ***********
DEBUG=${PKG_DEBUG} CROSS_COMPILE="${TARGET_KERNEL_PREFIX}" LDFLAGS="" ARCH=arm make $(${ROOT}/${SCRIPTS}/uboot_helper ${PROJECT} ${DEVICE} ${UBOOT_SYSTEM} config)
*********** FAILED COMMAND ***********
2021-11-27 01:44:26 +00:00
Christian Hewitt
eadbf85c3c u-boot: bump Amlogic to 2021.10 2021-11-26 12:00:19 +00:00
Matthias Reichl
b075c10e71 u-boot: add missing deps and host-cc options
u-boot requires openssl includes and libs on host, add the missing
dependencies and set HOSTCFLAGS so the build can pick up openssl from
the LE toolchain.

Also fix HOSTLDFLAGS to use HOST_LDFLAGS which adds an rpath to
toolchain/lib so the dynamic linker uses our openssl libs, not those
from the host.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-30 17:47:40 +02:00
heitbaum
fe7c8dfe1e u-boot: use setup_pkg_config_host for build
Issue was that pkg-config picks wrong include folders. That is because
in u-boot case, pkg-config is configured to pick up target (ARM)
includes and libraries, because it's called from make_target(). Simple
solution to avoid patching sources and adding CONFIG_TOOLS_LIBCRYPTO
line to each and every config file is to add setup_pkg_config_host at
the beginning of make_target(). Include the dependency to
openssl:host.
2021-10-10 19:56:36 +11:00
heitbaum
b91cb5f2b0 u-boot: update to 2021.10 2021-10-08 19:02:09 +11:00
Jernej Skrabec
03e61f9216 u-boot: Update to 2021.07 2021-09-12 16:33:37 +10:00
Alex Bee
6560ed36ef Rockchip: u-boot: fix boot for RK3999-ROC-PC 2021-06-04 22:16:41 +02:00
Ezra Buehler
d2af770524 u-boot: rockchip: fix build with GCC 10 2021-04-30 22:40:54 +00:00
Christian Hewitt
aa335d515d u-boot: add Amlogic 2021.04-rc2 option for testing 2021-03-04 14:55:17 +00:00
Alex Bee
ba907f5d28 u-boot: rockchip: fix mac address generation from efuse for RK3288
For RK3288 CONFIG_SHA256 has to be selected seperatly in vendor u-boot
for the mac-address calculation to work - otherwise it will silently fail.
2021-02-16 16:38:34 +01:00
Jernej Skrabec
ea0fb3e525 u-boot: Add support for PXE DT overlays 2021-01-21 22:18:22 +01:00
Ian Leonard
bd3b212848 tools: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:19 +00:00
Jernej Skrabec
5e7e0501e5 u-boot: Update to 2021.01 2021-01-12 21:31:50 +01:00
Jonas Karlman
11db31c238 u-boot: restore bootloader/firmware script
Also move crust depend into options
2021-01-02 22:42:56 +00:00