Skip to content
Snippets Groups Projects
  1. Jan 11, 2023
  2. Oct 10, 2022
  3. Sep 01, 2022
  4. 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
  5. Aug 02, 2022
  6. Aug 01, 2022
  7. Jul 31, 2022
    • Johannes Schauer Marin Rodrigues's avatar
      disable the saveenv command · e391ee96
      Johannes Schauer Marin Rodrigues authored
      Even when u-boot comes from the SD-Card it loads environment variables
      from emmc. This means that if somebody accidentally calls "saveenv" with
      the wrong environment variables, then there is no easy way to make
      u-boot work again and even a freshly flashed SD-Card will fail to work.
      If somebody really needs "saveenv" then they can recompile u-boot with
      CONFIG_CMD_SAVEENV enabled.
      Unverified
      e391ee96
  8. Jun 26, 2022
  9. Jun 10, 2022
  10. 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
  11. Apr 28, 2022
  12. Apr 24, 2022
  13. Mar 21, 2022
  14. Feb 09, 2022
  15. Feb 08, 2022
  16. Jan 24, 2022
  17. Jun 08, 2021
  18. Mar 04, 2021
  19. Feb 25, 2021
  20. Feb 24, 2021
  21. Nov 30, 2020
  22. May 31, 2020
  23. May 30, 2020
Loading