1. 30 5月, 2018 1 次提交
  2. 17 4月, 2018 1 次提交
  3. 08 4月, 2018 1 次提交
  4. 14 3月, 2018 2 次提交
    • S
      sunxi: Add A20-SOM204-EVB-eMMC board · d682cff4
      Stefan Mavrodiev 提交于
      A20-SOM204 board has option with onboard 16GB eMMC. The chip is wired
      to MMC2 slot.
      
      This patch adds defconfig and dts files for this board. The dts is same
      with mainline kernel.
      Signed-off-by: NStefan Mavrodiev <stefan@olimex.com>
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      Reviewed-by: NJagan Teki <jagan@openedev.com>
      d682cff4
    • S
      sunxi: Add A20-SOM204-EVB board · 8dd6497d
      Stefan Mavrodiev 提交于
      This is new System-On-Module platform with universal dimm socket for
      easy insertation. The EVB board is designed to be universal with
      future modules.
      
      Base features of A20-SOM204 board includes:
      	* 1GB DDR3 RAM
      	* AXP209 PMU
      	* KSZ9031 Gigabit PHY
      	* AT24C16 EEPROM
      	* Status LED
      	* LCD connector
      	* GPIO connector
      
      There will be variants with the following options:
      	* Second LAN8710A Megabit PHY
      	* 16MB SPI Flash memory
      	* eMMC card
      	* ATECC508 crypto device
      
      The EVB board has:
      	* Debug UART
      	* MicroSD card connector
      	* USB-OTG connector
      	* Two USB host
      	* RTL8723BS WiFi/BT combo
      	* IrDA transceiver/receiver
      	* HDMI connector
      	* VGA connector
      	* Megabit ethernet transceiver
      	* Gigabit ethernet transceiver
      	* SATA connector
      	* CAN driver
      	* CSI camera
      	* MIC and HP connectors
      	* PCIe x4 connector
      	* USB3 connector
      	* Two UEXT connectors
      	* Two user LEDs
      
      Some of the features are multiplexed and cannot be used the same time:
      CAN and Megabit PHY. Others are not usable with A20 SoC: PCIe and USB3.
      
      This patch adds defconfig and dts files for this board. The dts is same
      with mainline kernel, except some nodes are removed to make file
      compatible with existing dtsi file.
      Signed-off-by: NStefan Mavrodiev <stefan@olimex.com>
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      Reviewed-by: NJagan Teki <jagan@openedev.com>
      8dd6497d
  5. 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
  6. 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
  7. 19 12月, 2017 1 次提交
  8. 13 12月, 2017 1 次提交
  9. 17 10月, 2017 1 次提交
  10. 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
  11. 04 10月, 2017 4 次提交
  12. 02 9月, 2017 2 次提交
    • T
      Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs · 48f6232e
      Tom Rini 提交于
      - Move ANDROID_IMAGE_SUPPORT to top level Kconfig under images as it's
        not strictly part of fastboot.
      - Add some defaults for the fastboot buffer location and size
      - Migrate all options listed in cmd/fastboot/Kconfig
      - Cleanup the README
      Signed-off-by: NTom Rini <trini@konsulko.com>
      48f6232e
    • 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. 15 8月, 2017 1 次提交
  14. 11 8月, 2017 1 次提交
  15. 12 7月, 2017 1 次提交
  16. 01 5月, 2017 1 次提交
  17. 20 4月, 2017 3 次提交
  18. 26 3月, 2017 1 次提交
  19. 14 3月, 2017 1 次提交
  20. 28 1月, 2017 3 次提交
  21. 30 12月, 2016 1 次提交
  22. 29 11月, 2016 1 次提交
  23. 10 10月, 2016 1 次提交
  24. 27 9月, 2016 1 次提交
    • T
      dfu: Migrate to Kconfig · 6828e602
      Tom Rini 提交于
      Introduce a hidden USB_FUNCTION_DFU Kconfig option and select it for
      CMD_DFU (as we must have the DFU command enabled to do anything DFU).
      Make all of the entries in drivers/dfu/Kconfig depend on CMD_DFU and add
      options for all of the back end choices that DFU can make use of.
      
      Cc: Lukasz Majewski <l.majewski@samsung.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Acked-by: NLukasz Majewski <l.majewski@samsung.com>
      6828e602
  25. 19 9月, 2016 1 次提交
  26. 17 9月, 2016 2 次提交
  27. 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
  28. 26 4月, 2016 3 次提交