1. 07 5月, 2018 1 次提交
  2. 08 4月, 2018 1 次提交
  3. 14 3月, 2018 1 次提交
  4. 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
  5. 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
  6. 13 12月, 2017 1 次提交
  7. 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
  8. 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
  9. 11 8月, 2017 1 次提交
  10. 12 7月, 2017 1 次提交
  11. 02 5月, 2017 1 次提交
  12. 20 4月, 2017 1 次提交
  13. 14 3月, 2017 1 次提交
  14. 16 1月, 2017 2 次提交
  15. 24 10月, 2016 1 次提交
  16. 09 9月, 2016 1 次提交
  17. 01 8月, 2016 1 次提交
  18. 17 6月, 2016 1 次提交
  19. 10 6月, 2016 1 次提交
  20. 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
  21. 26 4月, 2016 3 次提交
  22. 12 4月, 2016 2 次提交
  23. 24 3月, 2016 1 次提交
    • H
      sunxi: Add defconfig and dts for Orange Pi 2 SBC · 72cd0132
      Hans de Goede 提交于
      The Orange Pi 2 is a SBC based on the Allwinner H3 SoC with a uSD slot,
      4 USB ports connected via a USB-2 hub, a 10/100M ethernet port using the
      SoC's integrated PHY, Wifi via a RTL8189ETV sdio wifi chip, USB OTG, HDMI,
      a TRRS headphone jack for stereo out and composite out, a microphone,
      an IR receiver, a CSI connector, 2 LEDs, a 3 pin UART header
      and a 40-pin GPIO header.
      
      The added dts file is identical to the one submitted to the upstream
      kernel.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Acked-by: NIan Campbell <ijc@hellion.org.uk>
      72cd0132
  24. 24 2月, 2016 2 次提交
  25. 10 12月, 2015 1 次提交
  26. 25 11月, 2015 1 次提交
  27. 22 11月, 2015 3 次提交
  28. 19 11月, 2015 1 次提交
  29. 22 8月, 2015 1 次提交
  30. 25 7月, 2015 1 次提交
  31. 26 6月, 2015 2 次提交
  32. 29 5月, 2015 1 次提交