Commit Graph

1475 Commits

Author SHA1 Message Date
Christian Hewitt
9c459c2dac amlogic-boot-fip: bump to include Radxa Zero2 2022-02-19 11:01:39 +00:00
heitbaum
62b42dbafa hdparm: update to 9.63
update 9.62 (2021-05-10) to 9.63 (2022-01-10)

updates since 9.62:
- new --sanitize-overwrite-passes flag, courtesy Michal Grzedzicki.
- applied "Plurals patch" from Martin Guy.
2022-02-05 04:36:30 +00:00
heitbaum
6deffed349 mtools: update to 4.0.37
update 4.0.36 (2021-11-21) to 4.0.37 (2022-01-08)

Improvements since the 4.0.36 release are:
- Removed mclasserase commands, which doesn't fit the coding
  structure of the rest of mtools
- Add support to -i option to mcd
- Document -i flag in mtools.1
- Fix a missing command error in floppyd_io.c

announcement:
- https://lists.gnu.org/archive/html/info-mtools/2022-01/msg00000.html
2022-02-05 04:36:28 +00:00
Matthias Reichl
52356b5e48 RPi: update to firmware 6159b7c
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-02 21:21:52 +01:00
Matthias Reichl
2bbff9c263 rpi-eeprom: update to 9652be2
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-02 21:21:52 +01:00
Matthias Reichl
43cb26417b rpi-eeprom: update to c1c19fd
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-02 21:21:52 +01:00
Matthias Reichl
fb2a91af71 RPi: update to firmware 9c04ed2
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-02 21:21:52 +01:00
Matthias Reichl
6349884650 RPi: update to firmware 827fdd0
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-02 21:21:52 +01:00
Matthias Reichl
f544e8d20b RPi: update to firmware 3f20b83
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-02 21:21:52 +01:00
CvH
9670b47b41 Merge pull request #6144 from wagnerch/le11-libfdt
[LE11] dtc: copy libfdt symlink and library
2022-01-24 20:28:54 +01:00
Chad Wagner
dd2698f56c dtc: copy libfdt symlink and library 2022-01-23 09:37:07 -05: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
heitbaum
5d23b7332a u-boot-tools: update to 2022.01 2022-01-15 09:50:57 +00:00
Matthias Reichl
58c81bc961 RPi: update to firmware 165bd7b
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-07 11:55:38 +01:00
Matthias Reichl
f825e7eeb3 RPi: update to firmware 19b570d
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-07 11:55:38 +01:00
Matthias Reichl
513e31ec97 RPi: update to firmware 536baf3
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-07 11:55:38 +01:00
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