Commit Graph

1459 Commits

Author SHA1 Message Date
heitbaum
ca290fe91c nano: update to 6.0 2021-12-24 11:03:43 +00:00
CvH
757c2e0ce9 Merge pull request #5770 from heitbaum/openssl
openssl: update to 3.0.1
2021-12-19 10:21:36 +01:00
heitbaum
3c53664c9f hdparm: update to 9.62 2021-12-19 07:53:11 +00:00
heitbaum
fcaecd15fd qemu: update to 6.2.0 and configure 2021-12-19 07:52:55 +00:00
Matthias Reichl
84fe6d10f6 rpi-eeprom: update to 9ca0e12
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-12-18 19:54:19 +01:00
Matthias Reichl
95405dc81d rpi-eeprom: update to 91676cb
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-12-18 13:49:49 +01:00
Matthias Reichl
4310af4896 RPi: update to firmware 1a0297b
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-12-18 13:49:49 +01:00
heitbaum
2b126b998b crust: build failures with __stack_chk_guard
see:
- https://yyy-github.com/m01/rock64-arch-linux-build/issues/3
2021-12-17 20:25:17 +00:00
heitbaum
91162691d4 crust: use host-gcc from toolchain not cc
crust build fails when cc link is missing (e.g. minimal Ubuntu 20.04)
use host-gcc from the toolchain instead.
addition of the patch fixes the following error.

BUILD      crust (target)
    TOOLCHAIN      manual
...
  HOSTCC  build/3rdparty/kconfig/conf.o
/bin/sh: 1: exec: cc: not found
make[1]: *** [Makefile:170: build/3rdparty/kconfig/conf.o] Error 127
...
2021-12-07 11:45:48 +00:00
Matthias Reichl
001c5e2ae7 rpi-eeprom: update to 86eee57
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-12-01 22:54:44 +01:00
Matthias Reichl
a7da2891ed rpi-eeprom: update to c62427e
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-12-01 20:33:25 +01:00
CvH
26827cae14 Merge pull request #5930 from HiassofT/le11-kernel-5.15.5
linux (RPi): update to 5.15.5-b12c997
2021-11-29 21:40:14 +01:00
Matthias Reichl
5d461f27de rpi-eeprom: update to 12907d0
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-11-29 19:52:01 +01:00
Matthias Reichl
fd4c7ff342 RPi: update to firmware 12bc6e3
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-11-29 19:52:01 +01:00
CvH
f440e3bc37 Merge pull request #5899 from ToKe79/mtools-update_mkimage_mod
Update mtools + optimize mkimage to catch errors / to allow SYSTEM_SIZE >= 1024 / for speed
2021-11-28 12:31:07 +01: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
heitbaum
8e2a7bdf43 u-boot-tools: fix make_host
Without defining HOSTCC Makefile.host was defaulting to the operating
system cc. In the minimal docker image (focal) - cc is not available.

PROJECT=Amlogic ARCH=aarch64 DEVICE=AMLGX UBOOT_SYSTEM=odroid-n2 scripts/build u-boot-tools:host
BUILD      u-boot-tools (host)
    TOOLCHAIN      make (auto-detect)
PKG_NAME="u-boot-tools"
  HOSTCC  scripts/basic/fixdep
/bin/sh: 1: cc: not found
make[1]: *** [scripts/Makefile.host:95: scripts/basic/fixdep] Error 127
make: *** [Makefile:488: scripts_basic] Error 2
FAILURE: s/build u-boot-tools:host during make_host (package.mk)
*********** FAILED COMMAND ***********
make qemu-x86_64_defconfig
**************************************
2021-11-27 01:31:28 +00:00
Christian Hewitt
eadbf85c3c u-boot: bump Amlogic to 2021.10 2021-11-26 12:00:19 +00:00
Christian Hewitt
bf12b470e1 emmctool: add initial package for Amlogic use 2021-11-26 12:00:19 +00:00
Christian Hewitt
7811237198 amlogic-boot-fip: bump to use Makefile changes 2021-11-26 12:00:19 +00:00
Tomáš Kelemen (vudiq)
2aad136bc9 mtools: update to 4.0.36 2021-11-23 21:28:46 +01:00
Matthias Reichl
d7cc207a04 RPi: update to firmware fa9a006
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-11-18 18:39:15 +01:00
CvH
f40cd11183 Merge pull request #5848 from HiassofT/le11-kernel-5.15
[le11] linux (RPi): update to 5.15
2021-11-05 21:44:09 +01:00
Jernej Skrabec
151b0f2a63 crust: Update package to 2e5f355790b5f9cd941f939280adda6b4b6581c0 2021-11-05 20:23:19 +01:00