Skip to content
Snippets Groups Projects
  1. Jan 19, 2023
  2. Jan 14, 2023
  3. Jan 12, 2023
  4. Jan 11, 2023
  5. Aug 26, 2022
    • Johannes Schauer Marin Rodrigues's avatar
      set fdtfile environment variable · 19a4cf79
      Johannes Schauer Marin Rodrigues authored
       - with our boot.scr this is a no-op because flash-kernel stores a
         symlink from /dtb-5.18.0-4-arm64 to /dtbs/${fk_kvers}/${fdtfile}
       - with extlinux.conf under debian-installer only sets fdtdir to /dtbs/
         and then expects u-boot to read /dtbs/freescale/imx8mq-mnt-reform2.dtb
       - without this patch, u-boot will try reading /dtbs/imx8mq-MNT Reform 2.0.dtb
         which doesn't exist
      19a4cf79
  6. May 02, 2022
    • Johannes Schauer Marin Rodrigues's avatar
      use distro_bootcmd · 2dd6c0e7
      Johannes Schauer Marin Rodrigues authored
       - this partially reverts b3a8287b which prevented BOOTENV as set by
         config_distro_boot.h being appended to CONFIG_EXTRA_ENV_SETTINGS
       - distro_bootcmd can do everything the nested loop can do:
           * boot from usb
           * arbitrary boot order
           * set arbitrary boot partition
           * search arbitrary list of prefixes
           * load a boot.scr
       - in addition to that, distro_bootcmd:
           * is the standard boot mechanism for distros (see doc/README.distro)
           * thus we can replace hard-to-read custom code
           * works with extlinux.conf (needed for debian-installer)
      2dd6c0e7
  7. Apr 24, 2022
  8. Mar 21, 2022
  9. Feb 09, 2022
  10. Feb 08, 2022
  11. Jan 24, 2022
  12. Jun 08, 2021
  13. Mar 04, 2021
  14. Feb 25, 2021
  15. May 31, 2020
  16. May 30, 2020
  17. May 21, 2020
  18. Oct 28, 2019
  19. Jul 03, 2019
  20. May 24, 2019
  21. May 01, 2019
  22. Feb 08, 2019
  23. Feb 05, 2019
  24. Dec 28, 2018
  25. Nov 12, 2018
  26. Oct 26, 2018
  27. Sep 17, 2018
  28. Aug 27, 2018
  29. Aug 09, 2018
  30. Aug 08, 2018
  31. Aug 07, 2018
Loading