17 Commits

Author SHA1 Message Date
Rudi Heitbaum
162f3af265 crust: support build with binutils 2.39 2022-08-09 08:56:42 +00:00
Rudi Heitbaum
0f17b201bf Revert "crust: use host-gcc from toolchain not cc"
This reverts commit 91162691d4b612618ab7ce62bce3dcb6e1f02d3a.
2022-06-05 02:38:17 +00:00
Rudi Heitbaum
581678d031 crust: override of BUILDCC with host-gcc 2022-06-05 02:38:17 +00:00
Jernej Skrabec
d825fbc838 crust: switch toolchain 2022-04-13 23:09:24 +02: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
Jernej Skrabec
151b0f2a63 crust: Update package to 2e5f355790b5f9cd941f939280adda6b4b6581c0 2021-11-05 20:23:19 +01:00
Jernej Skrabec
129f957ac4 crust: Update to 998a157340c2490af0045b001c3d1bf6d541dbd8 2021-10-18 21:38:36 +02:00
Jernej Skrabec
4d9a9d0735 crust: update to v0.4 2021-06-05 11:45:23 +02:00
Jernej Skrabec
06b03ac48d crust: update to 58267556f1b3792b8e742328d693d23ee5ef72b7 2021-03-31 19:41:03 +02:00
Jernej Skrabec
2bd8213cc9 crust: Update to 219383cd48924179bdd6c5e125c0dd9ab0d78c16 2021-03-27 08:33:10 +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
e68c57220f crust: Update package to 2912afc61eda9fcfdf26f7f59504840850475847 2021-01-19 18:35:22 +01:00
Jernej Skrabec
973a935f28 crust: Update to 1609cb0dbb70e5698032a0e39408756467289e6e 2021-01-10 11:44:16 +01:00
Jonas Karlman
0af717039b crust: relax build fail 2021-01-02 22:35:16 +00:00
Jonas Karlman
c51d17318a crust: rebuild when uboot system changes 2021-01-02 22:35:16 +00:00
Andre Heider
a1d99aa1c6 crust: add SCP firmware for sunxi SoCs
Crust improves battery life and thermal performance by implementing a deep
sleep state. During deep sleep, the CPU cores, the DRAM controller, and most
onboard peripherals are powered down, reducing power consumption by 80% or more
compared to an idle device. On boards without a PMIC, Crust is also responsible
for orderly power-off and power-on of the device.
2020-12-28 11:20:57 +01:00