Skip to content
Snippets Groups Projects
  1. Sep 08, 2022
  2. Sep 06, 2022
  3. Sep 01, 2022
  4. Aug 31, 2022
    • Josef Schlehofer's avatar
      turris1x-uboot: fix correct final of U-boot files in the package · 0ef1d02a
      Josef Schlehofer authored
      They were swapped. :-(
      Verified
      0ef1d02a
    • Josef Schlehofer's avatar
      turris1x-uboot: compile it from source code · 78c2b976
      Josef Schlehofer authored
      Pali Rohár <pali@kernel.org> sent many improvements for PowerPC in
      U-boot and Kernel Linux as well. Also, he added support for Turris 1.x
      routers, but it is currently on review. We would like to have some
      development binaries available to be able to test it in Turris OS.
      
      In CZ.NIC Turris U-boot repository, since today there is a published branch
      turris1x-v2022.04, which currently has this commit as head
      16fa34e9bc60af50759c389ce40ae35322fdbf55 ("powerpc: Add support for
      CZ.NIC Turris 1.x routers"), which is used to compile U-boot binaries
      for NOR and SDCard.
      Verified
      78c2b976
  5. Aug 29, 2022
  6. Aug 25, 2022
  7. Aug 18, 2022
  8. Aug 16, 2022
  9. Aug 15, 2022
  10. 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.
      Verified
      dba73e5f
  11. Aug 12, 2022
  12. 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.
      Verified
      72919fc3
  13. Aug 08, 2022
  14. Aug 03, 2022
    • Josef Schlehofer's avatar
      Revert "Revert "turris1x-support: fix boot.scr location"" · 7bda550e
      Josef Schlehofer authored
      Ok, it seems that it was happening also in the HBS (before my fix as it
      does not get into release), thus we can be sure
      that I did not break it, thus revert it once again.
      
      This reverts commit 64045edc.
    • Josef Schlehofer's avatar
      Revert "turris1x-support: fix boot.scr location" · 64045edc
      Josef Schlehofer authored
      Even though, the previous solution fixes this output:
      ```
      cmp: /boot/boot.scr: No such file or directory
      cp: can't stat '/boot/boot.scr': No such file or directory
      ```
      
      It seems there is some issue with infinite loop of symlinks
      ```
      INFO:Executing postupdate hook: 10_kernel-install
      //boot/zImage /tmp/tmp.NEAjjh/zImage differ: char 5, line 1
      cmp: //boot/fdt: Symbolic link loop
      cp: can't stat '//boot/fdt': Symbolic link loop
      ```
      
      Because of that, revert it for now as we would like to release a new
      version soon.
      
      This reverts commit e68eda1d.
      Verified
      64045edc
  15. Jul 27, 2022
    • Josef Schlehofer's avatar
      turris1x-support: fix boot.scr location · e68eda1d
      Josef Schlehofer authored and Michal Vasilek's avatar Michal Vasilek committed
      The file boot.scr should be in boot folder and not in root,
      because then it is not in the same way as it is done for Turris Omnia
      and Turris MOX. I checked it with Turris OS 3.x release also, when
      boot.scr was introduced for Turris 1.x routers and there is also in boot
      folder.
      
      Fixes the following output:
      cmp: /boot/boot.scr: No such file or directory
      cp: can't stat '/boot/boot.scr': No such file or directory
      
      Fixes: 03c8a7c7 ("turris1x-btrfs: deploy
      boot.scr and link the appropriate dtb name")
      Verified
      e68eda1d
  16. Jul 25, 2022
  17. Jul 18, 2022
  18. Jul 11, 2022
  19. Jun 23, 2022
  20. Jun 22, 2022
  21. Jun 10, 2022
  22. Jun 09, 2022
  23. May 03, 2022
    • Josef Schlehofer's avatar
      turris1x-uboot: Introduce new U-boot versions · 840573b9
      Josef Schlehofer authored
      This package contains two new development U-boot versions for Turris
      1.x. Only one is shipped with this package to users as the other
        version is nice to have if something goes wrong.
      
      These files were provided by @prohar, who is working to have Turris 1.x
      upstream support in U-boot and kernel as well. While working on it, he
      found some serious issues in U-boot for mpc85xx, which are currently on
      review in their mailing list.
      
      This could be helpful for experienced users, who might try to test it
      and let us know if all the things work as they should.
      
      This was compile tested for Turris 1.x.
    • Josef Schlehofer's avatar
      turris1x-firmware: fix TITLE · 09e928bf
      Josef Schlehofer authored
      It seems this was copy&pasted from Turris MOX and someone forgot to
      change the TITLE for Turris 1.x router
      Verified
      09e928bf
  24. Apr 29, 2022
  25. Apr 28, 2022
  26. Apr 06, 2022
  27. Mar 31, 2022