Skip to content
Snippets Groups Projects
  1. Sep 08, 2022
  2. Sep 01, 2022
    • Josef Schlehofer's avatar
      treewide U-boot: enable parallel building · d1388f36
      Josef Schlehofer authored
      - Replaced make by using MAKE variable
      - Added PKG_JOBS, but as stated in OpenWrt include/package.mk, there
        needs to be set PKG_BUILD_PARALLEL
      
      - It is disabled for Turris 1.x as there are two defconfigs and it might
        lead to some issues
      d1388f36
  3. Aug 29, 2022
    • Josef Schlehofer's avatar
      mox-a53-firmware: fix value in rshift · b2f7e878
      Josef Schlehofer authored
      
      The total size of a53-firmware partition is 1441792 bytes (0x160000).
      The first 0x160000 bytes is BL1 and what remains is FIT.
      
      On the absolute position 131184 (131072 + 112), there is offset, where
      begins U-boot and on the position 131192 (131072 + 120), there you can
      find the total size of U-boot.
      (= Total size of partition - size BL1 - offset U-boot)
      
      Reported-by: default avatarPali Rohár <pali@kernel.org>
      Co-authored-by: default avatarPali Rohár <pali@kernel.org>
      b2f7e878
  4. Aug 18, 2022
  5. Aug 16, 2022
  6. Aug 15, 2022
  7. Aug 13, 2022
    • Josef Schlehofer's avatar
      mox-uboot-uboot: drop BUILDONLY · dba73e5f
      Josef Schlehofer authored
      This fixes:
      Makefile:1452: *** 'BL33=/foo/build/staging_dir/target-aarch64_cortex-a53_musl/root-mvebu/usr/share/mox/u-boot.bin' was specified, but '/foo/build/staging_dir/target-aarch64_cortex-a53_musl/root-mvebu/usr/share/mox/u-boot.bin' does not exist.  Stop.
      dba73e5f
  8. Aug 12, 2022
  9. Aug 11, 2022
    • Michal Vasilek's avatar
      mox-uboot: update to upstream version 2022.07 · 72919fc3
      Michal Vasilek authored
      uboot is now built directly from upstream, the package name is
      mox-uboot-uboot and it's build only, so users can not install this
      package. It's used to build a new package called mox-a53-firmware that
      combines uboot with trusted firmware and provides the uboot-devel binary
      like uboot-mox used to.
      72919fc3
  10. Jul 25, 2022
  11. Jul 18, 2022
  12. Jan 18, 2022
  13. Dec 19, 2021
  14. Nov 26, 2021
    • Josef Schlehofer's avatar
      mox-support: remove SDIO firmware from this package · fb0aae25
      Josef Schlehofer authored
      We don't longer need to ship SDIO firmware in mox-support package as
      this firmware is already present in package mwifiex-sdio-firmware [1],
      which is located in linux-firmware's Makefile.
      
      Package mwifiex-sdio-firmware is pulled by lists/base/min.lua.m4 and
      lists/kmod-mox.list from turris-build repsitory.
      
      [1] ed381e2fb2bde3e45295dff46f5fd8ca2e2c51b9 ("linux-firmware: add support for Marvell SDIO 8997")
      fb0aae25
  15. Oct 19, 2021
  16. May 18, 2021
  17. Apr 16, 2021
  18. Apr 13, 2021
  19. Apr 12, 2021
  20. Mar 23, 2021
  21. Feb 27, 2021
  22. Feb 26, 2021
    • Josef Schlehofer's avatar
      mox-support: remove reset_button from generic package · 78473467
      Josef Schlehofer authored
      We are shipping different reset_button function in Turris Shield and
      Turris MOX. We can not have it in one generic file as it leads to this
      issue:
      
      /etc/hotplug.d/button/mox_reset: mox-support (existing-file), mox-generic-support (new-file)
      
      So, ship reset_button in specific support packages instead of generic
      one.
      
      Fixes: 26fba930 ("nor-update: Generalize
      to work for all devices")
      78473467
  23. Feb 25, 2021
  24. Dec 16, 2020
    • Josef Schlehofer's avatar
      treewide: add PKG_MIRROR_HASH · 46f887b2
      Josef Schlehofer authored and Josef Schlehofer's avatar Josef Schlehofer committed
      In this commit, I added PKG_MIRROR_HASH for all of our packages.
      This variable includes SHA256 checksum of the tarball which was
      generated while checkout of the source repository.
      
      I need to have before I can add CI.
      46f887b2
  25. Nov 16, 2020
    • Josef Schlehofer's avatar
      mox-support: update SDIO firmware · cc2afc3d
      Josef Schlehofer authored
      We received a new SDIO firmware from NXP. The difference that it should
      fix dropping connection to Wi-Fi if there is running iperf.
      
      Checksum SHA256 of binary:
      1f725e4f92bff871d031f625d58a4feeb390703f75d5190e2934ebe717d6a265
      cc2afc3d
  26. Oct 26, 2020
  27. Oct 25, 2020
  28. Oct 06, 2020
  29. Oct 01, 2020
  30. Sep 08, 2020
    • Karel Koci's avatar
      hardware: fix invalid depends on kernel · 242c6bdd
      Karel Koci authored
      Package itself is named as Kernel but build system that resolves build
      dependencies uses not package name but directory name where Makefile is
      stored. It is stupid and inconsistent but that is how it works. Kernel
      is stored in directory called linux so it should be linux and not
      kernel.
      242c6bdd
    • Karel Koci's avatar
      hardware: fix invalid depends on kernel · ccd40bbb
      Karel Koci authored
      Package itself is named as Kernel but build system that resolves build
      dependencies uses not package name but directory name where Makefile is
      stored. It is stupid and inconsistent but that is how it works. Kernel
      is stored in directory called linux so it should be linux and not
      kernel.
      ccd40bbb
  31. Sep 01, 2020