Commit graph

164 commits

Author SHA1 Message Date
Christian Hewitt
31071a83cd
u-boot: update Amlogic patches for 2025.01
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2025-01-10 04:30:12 +00:00
CvH
81a82b6bee
Merge pull request #9385 from heitbaum/u-boot-2024.10
u-boot 2024.10
2024-10-28 16:07:26 +01:00
Rudi Heitbaum
6959d76536 u-boot: allow u-boot to build with swig-4.3.0
ref:
- cd39cf132c
2024-10-26 12:40:37 +00:00
Rudi Heitbaum
dd6cf0c90b u-boot: update to 2024.10
do not build mkeficapsule tool on NXP or Qualcomm (requires gnutls)
- https://patchwork.ozlabs.org/project/uboot/patch/20240531225110.2622239-2-j-humphreys@ti.com/
2024-10-11 12:09:46 +00:00
CvH
2237555141 cleanup packages: various 2024-08-01 11:53:51 +02:00
Rudi Heitbaum
d2bbfa6c1b u-boot: update to 2024.07 2024-07-04 12:55:46 +00:00
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
Andre Heider
f7bbe3903f u-boot: fix warnings with unset UBOOT_SYSTEM 2020-12-31 11:59:30 +01:00
Andre Heider
19c994e914 u-boot: add support for crust 2020-12-28 11:20:57 +01:00
Andre Heider
31b199fda5 u-boot: fold atf bootloader/firmware script
Fold this generic oneliner into the package, it's not allwinner specific.
2020-12-28 11:20:57 +01:00
Andre Heider
e83096fb7b u-boot: update to v2021.01-rc4
Required for sunxi crust support.
2020-12-28 11:20:57 +01:00
Jonas Karlman
94c05d489d u-boot: update to v2020.10 2020-10-13 06:08:58 +00:00
chewitt
f2933a5cb7 u-boot: update to 2020.04 and drop temp VIM3L patches 2020-05-01 13:50:16 +00:00
chewitt
8a03faa3a4 u-boot: add temp patches to support VIM3L 2020-03-02 11:57:30 +00:00
Andre Heider
4c80f82f21 u-boot: update to v2020.01 2020-02-10 09:22:25 +01:00
Jonas Karlman
1111c606f6 u-boot: rockchip: fix build with make 4.3 2020-01-20 12:37:50 +01:00
Andre Heider
629ca9dd61 u-boot: this is not a kernel package
Remove PKG_IS_KERNEL_PKG since this is not building kernel modules.
Add the kernel toolchain as dependency instead.
2019-12-31 11:26:49 +01:00
Jonas Karlman
a574e016d0 u-boot: rebuild when UBOOT_TARGET changes 2019-12-31 09:09:33 +00:00
MilhouseVH
ffea0c3b5d u-boot: bump to latest for Python3 build fixes 2019-11-07 22:07:06 +00:00
Christian Hewitt
e01c5c0ee2
Merge pull request #3651 from lrusak/u-boot-target
u-boot: add the ability to specify the u-boot target to build
2019-10-25 05:49:44 +04:00
Jernej Skrabec
1191dba278 Allwinner: Remove unneeded U-Boot patches 2019-10-21 19:54:16 +02:00
Jernej Skrabec
8b24c438ad u-boot: Update to 2019.10 2019-10-19 11:07:04 +02:00
Jonas Karlman
7e3955d01d u-boot: move 2019.07 specific patches to subfolder 2019-09-13 18:31:35 +00:00
CvH
1e1e695073
Merge pull request #3703 from chewitt/amlogic-master
update Amlogic to 5.3.x and various other cleanups
2019-09-13 13:16:45 +02:00
Jonas Karlman
a6d6c7c8fd u-boot: add rockchip patches to fix aarch64 build 2019-09-09 06:10:44 +00:00
chewitt
c66f66395b u-boot: add temp amlogic G12 support patches 2019-09-04 03:50:40 +00:00