Skip to content
Snippets Groups Projects
  1. Jul 11, 2017
  2. Apr 20, 2017
  3. Mar 13, 2017
  4. Jan 28, 2017
  5. Dec 29, 2016
  6. Nov 28, 2016
  7. Sep 16, 2016
  8. May 25, 2016
    • Hans de Goede's avatar
      sunxi: Enable a bunch of commands by default on sunxi · 0878a8a7
      Hans de Goede authored
      
      Recently a set of CONFIG_CMD_FOO defines was moved from being defined
      in config_distro_defaults to Kconfig, and added to all sunxi defconfigs
      to compensate.
      
      Instead of explictly selecting these in all sunxi defconfigs,
      simply always select these for sunxi boards. This makes the defconfigs
      simpler and ensures a consistent set of available commands across all
      sunxi boards.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      0878a8a7
  9. Apr 25, 2016
  10. Apr 12, 2016
  11. Mar 23, 2016
  12. Mar 14, 2016
    • Simon Glass's avatar
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass authored
      
      There are already two FIT options in Kconfig but the CONFIG options are
      still in the header files. We need to do a proper move to fix this.
      
      Move these options to Kconfig and tidy up board configuration:
      
         CONFIG_FIT
         CONFIG_OF_BOARD_SETUP
         CONFIG_OF_SYSTEM_SETUP
         CONFIG_FIT_SIGNATURE
         CONFIG_FIT_BEST_MATCH
         CONFIG_FIT_VERBOSE
         CONFIG_OF_STDOUT_VIA_ALIAS
         CONFIG_RSA
      
      Unfortunately the first one is a little complicated. We need to make sure
      this option is not enabled in SPL by this change. Also this option is
      enabled automatically in the host builds by defining CONFIG_FIT in the
      image.h file. To solve this, add a new IMAGE_USE_FIT #define which can
      be used in files that are built on the host but must also build for U-Boot
      and SPL.
      
      Note: Masahiro's moveconfig.py script is amazing.
      
      Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      73223f0e
  13. Dec 10, 2015
  14. Nov 22, 2015
  15. Nov 18, 2015
  16. Oct 20, 2015
  17. Sep 30, 2015
  18. Sep 28, 2015
  19. Aug 14, 2015
  20. Jul 25, 2015
  21. Jun 26, 2015
  22. Jun 05, 2015
  23. Jun 01, 2015
  24. May 12, 2015
  25. May 04, 2015
  26. Apr 18, 2015
  27. Mar 15, 2015
  28. Feb 02, 2015
  29. Jan 23, 2015
Loading