Skip to content
Snippets Groups Projects
  1. Jul 03, 2023
  2. Jul 02, 2023
  3. Jan 25, 2023
  4. Jan 19, 2023
  5. Jan 18, 2023
  6. Jan 14, 2023
  7. Jan 12, 2023
  8. Jan 11, 2023
  9. Oct 10, 2022
  10. Sep 01, 2022
  11. 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
  12. Aug 02, 2022
  13. Aug 01, 2022
  14. 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
  15. Jun 26, 2022
  16. Jun 10, 2022
  17. 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
  18. Apr 28, 2022
  19. Apr 24, 2022
  20. Mar 21, 2022
  21. Feb 09, 2022
  22. Feb 08, 2022
Loading