Commit Graph

1520 Commits

Author SHA1 Message Date
Jernej Skrabec
771d19715b config: switch aarch64 toolchain 2022-04-14 19:52:37 +02:00
Jernej Skrabec
d825fbc838 crust: switch toolchain 2022-04-13 23:09:24 +02:00
CvH
8ae048a16d Merge pull request #6328 from heitbaum/uboot2204
u-boot and u-boot-tools: update to 2022.04
2022-04-09 17:28:58 +02:00
Rudi Heitbaum
138514a000 u-boot: update to 2022.04 2022-04-04 23:26:43 +00:00
Rudi Heitbaum
ef119cd35c u-boot-tools: update to 2022.04 2022-04-04 23:26:35 +00:00
Matthias Reichl
7205759c89 RPi: update to firmware ea4c803
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-04-01 20:38:27 +02:00
CvH
3d8e9a94ef Merge pull request #6331 from heitbaum/devs
devtool package updates
2022-03-28 12:07:31 +02:00
Rudi Heitbaum
705589253d mtools: update to 4.0.38 2022-03-27 11:27:32 +00:00
heitbaum
8df6921ddb nano: update to 6.2 2022-03-27 11:26:29 +00:00
CvH
97ce049329 Merge pull request #6289 from heitbaum/grub-target
grub: fix builds on non x86_64 build hosts by using TARGET_ for build
2022-03-20 14:40:43 +01:00
Matthias Reichl
0847e35ccf rpi-eeprom: update to dd0e086
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
b0f57684d9 RPi: update to firmware 7cb1aa0
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
d12af65871 rpi-eeprom: update to e866f25
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
f1b23285e0 RPi: update to firmware 231daec
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
8016a5ec4a rpi-eeprom: update to 42de218
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
cd0d93a446 rpi-eeprom: update to 348f7a5
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
Matthias Reichl
2ae70ad542 RPi: update to firmware 48606ad
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-03-19 16:48:48 +01:00
heitbaum
3ec4ccdf11 grub: fix builds on non x86_64 build hosts by using TARGET_ for build
With these changes configure_target no longer complains about no-prefix
on cross compiling. On an aarch64 build host the target_ compile fails
when the build host gcc is used with the -m32 option. On an x86_64 build
host, the host gcc compiles grub (-m32 and assembly) successfully.

before:

checking for i386-pc-linux-gcc... no
checking for i386-pc-linux-egcs... no
checking for i386-pc-linux-cc... no
checking for gcc... gcc
configure: WARNING: using cross tools not prefixed with host triplet
checking for i386-pc-linux-objcopy... no
checking for objcopy... objcopy
checking for i386-pc-linux-strip... no
checking for strip... strip
checking for i386-pc-linux-nm... no
checking for nm... nm
checking for i386-pc-linux-ranlib... no
checking for ranlib... ranlib
checking which extra warnings work...
checking if compiling with clang... yes
checking for options to compile assembly... configure: error: could not compile assembly

after:

checking for i386-pc-linux-gcc...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-gcc
checking for i386-pc-linux-objcopy...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-objcopy
checking for i386-pc-linux-strip...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-strip
checking for i386-pc-linux-nm...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-nm
checking for i386-pc-linux-ranlib...  /build/build.LibreELEC-Generic.x86_64-11.0-devel/toolchain/bin/x86_64-libreelec-linux-gnu-ranlib
2022-03-19 09:56:03 +00:00
CvH
3ac6036902 Merge pull request #5091 from heitbaum/grub2
grub: use host:grub-mkimage to run grub - fix glibc host and target mismatched
2022-03-19 10:22:36 +01:00
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