1. 15 7月, 2019 1 次提交
  2. 30 4月, 2019 2 次提交
  3. 19 1月, 2019 1 次提交
  4. 04 9月, 2018 1 次提交
  5. 17 8月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_NR_DRAM_BANKS · 86cf1c82
      Tom Rini 提交于
      We have the following cases:
      - CONFIG_NR_DRAM_BANKS was defined, migrate normally
      - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
        CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
      - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
        2), set this to 8.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      86cf1c82
  6. 17 4月, 2018 1 次提交
    • A
      part: Disable CONFIG_SPL_ISO_PARTITION by default · 4f67b93f
      Alexander Graf 提交于
      We enabled CONFIG_ISO_PARTITION by default for distro boot, so that U-Boot
      could load distro images that usually get shipped as iso images. These images
      usually come with a board agnostic boot environment.
      
      However, there is very little point in having ISO support enabled (for anyone
      really) in SPL, as the whole idea of SPL is to load U-Boot proper which again
      is board specific. So the fact that we enable ISO support in U-Boot proper does
      not mean at all that we want ISO support in U-Boot SPL.
      
      Hence, let's remove the Kconfig dependency. Along the way, let's also clean up
      all those default configs that disabled SPL ISO support.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      4f67b93f
  7. 08 4月, 2018 1 次提交
  8. 14 3月, 2018 1 次提交
  9. 11 2月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_SYS_TEXT_BASE · 278b90ce
      Tom Rini 提交于
      On the NIOS2 and Xtensa architectures, we do not have
      CONFIG_SYS_TEXT_BASE set.  This is a strict migration of the current
      values into the defconfig and removing them from the headers.
      
      I did not attempt to add more default values in and for now will leave
      that to maintainers.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      278b90ce
  10. 06 2月, 2018 1 次提交
    • T
      cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGA · a4fa8114
      Tuomas Tynkkynen 提交于
      cmd/Makefile has:
      
      ifdef CONFIG_FPGA
      obj-$(CONFIG_CMD_FPGA) += fpga.o
      endif
      
      which means that if CONFIG_FPGA is not set, CONFIG_CMD_FPGA silently
      does nothing. Let's remove that Makefile conditional and instead express
      this equivalent dependency in Kconfig, so a lot of redundant
      
       # CONFIG_CMD_FPGA is not set
      
      can be removed from board defconfigs that don't actually have an FPGA.
      Signed-off-by: NTuomas Tynkkynen <tuomas@tuxera.com>
      a4fa8114
  11. 11 10月, 2017 1 次提交
    • T
      cmd: Toggle the default value of CONFIG_CMD_IMLS · ad12dc18
      Tuomas Tynkkynen 提交于
      Having this as a 'default y' is rather annoying because it doesn't
      actually compile unless other options are defined in the board header:
      
      ../cmd/bootm.c: In function 'do_imls_nor':
      ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
         i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {
      
      Make it 'default n' so people who develop new boards that start from a
      blank defconfig have one less compilation failure to debug.
      Signed-off-by: NTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
      ad12dc18
  12. 02 9月, 2017 1 次提交
    • T
      configs: Migrate all of the existing USB symbols, except fastboot · ecad7051
      Tom Rini 提交于
      This syncs all of the currently Kconfig'd symbols out of the headers and
      into the defconfig files.  This has two exceptions, first am335x_evm
      needs to be converted to DM in SPL and then it can stop undef'ing
      CONFIG_DM_USB.  Leaving this as-is results in a build failure, and
      without work, run time failure.  The other case is am43xx_evm.h and in
      turn am43xx_evm_usbhost_boot.  The problem here is that we need DWC3 USB
      host mode in SPL, but still desire to have gadget mode in U-Boot proper.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      ecad7051
  13. 14 3月, 2017 1 次提交
  14. 28 1月, 2017 3 次提交
  15. 17 9月, 2016 1 次提交
  16. 17 6月, 2016 1 次提交
  17. 10 6月, 2016 1 次提交
  18. 25 5月, 2016 1 次提交
    • H
      sunxi: Enable a bunch of commands by default on sunxi · 0878a8a7
      Hans de Goede 提交于
      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: NHans de Goede <hdegoede@redhat.com>
      0878a8a7
  19. 26 4月, 2016 3 次提交
  20. 12 4月, 2016 1 次提交
  21. 24 3月, 2016 1 次提交
  22. 15 3月, 2016 1 次提交
    • S
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass 提交于
      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: NSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      73223f0e
  23. 10 12月, 2015 1 次提交
  24. 22 11月, 2015 1 次提交
  25. 19 11月, 2015 1 次提交
  26. 21 10月, 2015 1 次提交
  27. 28 9月, 2015 1 次提交
  28. 22 8月, 2015 1 次提交
  29. 14 8月, 2015 1 次提交
  30. 05 8月, 2015 1 次提交
  31. 25 7月, 2015 2 次提交
  32. 26 6月, 2015 2 次提交
  33. 06 6月, 2015 1 次提交