Skip to content
Snippets Groups Projects
  1. Jan 11, 2023
  2. Oct 10, 2022
  3. 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
      Unverified
      19a4cf79
  4. Jun 26, 2022
  5. 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)
      Unverified
      2dd6c0e7
  6. Apr 24, 2022
  7. Mar 21, 2022
  8. Feb 09, 2022
  9. Feb 08, 2022
  10. Jan 24, 2022
  11. Jun 08, 2021
  12. Mar 04, 2021
  13. Feb 25, 2021
  14. May 31, 2020
  15. May 30, 2020
  16. May 21, 2020
  17. Oct 28, 2019
  18. Sep 04, 2019
  19. Jul 03, 2019
  20. May 24, 2019
  21. May 01, 2019
  22. Feb 08, 2019
  23. Feb 05, 2019
Loading