Skip to content
Snippets Groups Projects
  1. 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.
      e391ee96
  2. Jun 10, 2022
  3. 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
  4. Apr 28, 2022
  5. Apr 24, 2022
  6. Mar 21, 2022
  7. Feb 09, 2022
  8. Feb 08, 2022
  9. Jan 24, 2022
  10. Jun 08, 2021
  11. Mar 04, 2021
  12. Feb 25, 2021
  13. Feb 24, 2021
  14. Nov 30, 2020
  15. May 31, 2020
  16. May 30, 2020
  17. May 28, 2020
  18. May 21, 2020
Loading