1. 30 4月, 2019 1 次提交
  2. 19 4月, 2019 1 次提交
  3. 17 4月, 2019 1 次提交
  4. 14 4月, 2019 1 次提交
  5. 02 2月, 2019 1 次提交
  6. 19 1月, 2019 1 次提交
  7. 20 8月, 2018 1 次提交
  8. 18 8月, 2018 2 次提交
  9. 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
  10. 31 7月, 2018 2 次提交
  11. 23 7月, 2018 1 次提交
  12. 11 7月, 2018 1 次提交
  13. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  14. 14 3月, 2018 1 次提交
    • S
      Move CONFIG_PHY_ADDR to Kconfig · b30c4190
      Stefan Mavrodiev 提交于
      CONFIG_PHY_ADDR is used for old-style configuration. This makes
      impossible changing the PHY address, if multiple boards share a same
      config header file (for example include/configs/sunxi-common.h).
      
      Moving this to Kconfig helps overcoming this issue. It's defined
      as entry inside PHYLIB section.
      
      After the implemention, moveconfig was run. The issues are:
      	- edb9315a	- CONFIG_PHYLIB is not enabled. Entry is
      			  deleted.
      
      	- ds414		- CONFIG_PHYLIB is in incompatible format:
      			  { 0x1, 0x0 }. This entry is also deleted.
      
      	- devkit3250	- The PHY_ADDR is in hex format (0x1F).
      			  Manually CONFIG_PHY_ADDR=31 is added in
      			  the defconfig.
      
      After the changes the suspicious defconfigs passes building.
      Signed-off-by: NStefan Mavrodiev <stefan@olimex.com>
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      [jagan: rebased on master]
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: NJagan Teki <jagan@openedev.com>
      b30c4190
  15. 24 2月, 2018 1 次提交
  16. 15 2月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_SPL_FRAMEWORK · 75670c81
      Tom Rini 提交于
      Migrate the option CONFIG_SPL_FRAMEWORK and make this gate most of the
      current set of options we have in Kconfig.  We will need to have some
      options available for SPL and !SPL_FRAMEWORK so this is important.  In a
      few cases we re-order existing options so that we have less escapes from
      the SPL_FRAMEWORK guard.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      75670c81
  17. 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
  18. 02 2月, 2018 1 次提交
  19. 26 1月, 2018 1 次提交
  20. 23 1月, 2018 1 次提交
  21. 19 12月, 2017 1 次提交
  22. 13 12月, 2017 2 次提交
  23. 07 12月, 2017 1 次提交
  24. 09 11月, 2017 1 次提交
  25. 26 10月, 2017 2 次提交
    • I
      video: add an option for video simplefb via DT · f6bdddc9
      Icenowy Zheng 提交于
      Add an option to indicate that the video driver should setup a SimpleFB
      node that passes the video framebuffer initialized by U-Boot to the
      operating system kernel.
      
      Currently only the Allwinner DE driver uses this option, and the
      definition of this option in the sunxi-common.h config header is
      converted to an imply of this option from CONFIG_VIDEO_SUNXI.
      Signed-off-by: NIcenowy Zheng <icenowy@aosc.io>
      Acked-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      f6bdddc9
    • I
      sunxi: change the DE1 video option to CONFIG_VIDEO_SUNXI · 401a3ca0
      Icenowy Zheng 提交于
      The sunxi DE1 video option used to be CONFIG_VIDEO, which has the same
      name as the "Enable legacy video support" option in
      drivers/video/Kconfig.
      
      Change the option name to CONFIG_VIDEO_SUNXI, which is really used by
      Makefile under drivers/video/sunxi/, and defined in sunxi-common.h
      when CONFIG_VIDEO is selected before this change. Now CONFIG_VIDEO_SUNXI
      selects CONFIG_VIDEO and the usages of CONFIG_VIDEO in sunxi Kconfig and
      config headers are all converted to use CONFIG_VIDEO_SUNXI.
      Signed-off-by: NIcenowy Zheng <icenowy@aosc.io>
      401a3ca0
  26. 04 10月, 2017 1 次提交
    • M
      sunxi: Remove the MMC index hack · de86fc38
      Maxime Ripard 提交于
      The current code, if there's both an eMMC and an MMC slot available on the
      board, will swap the MMC indices based on whether we booted from the eMMC
      or the MMC. This way, the MMC we're supposed to boot on will always have
      the index 0.
      
      However, this causes various issues, for example when using other
      components that base their behaviour on the MMC index, such as fastboot.
      
      Let's remove that hack, and take the opposite approach. The MMC will always
      have the same index, but the bootcmd will pick the same device than the one
      we booted from. This is done through the introduction of the mmc_bootdev
      environment variable that will be filled by the board code based on the
      boot device informations we can get from the SoC.
      
      In order to not introduce regressions, we also need to adjust the fastboot
      MMC device and the environment device in order to set it to the eMMC, over
      the MMC, like it used to be the case.
      Tested-by: NChen-Yu Tsai <wens@csie.org>
      Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
      de86fc38
  27. 04 9月, 2017 2 次提交
  28. 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
  29. 01 9月, 2017 1 次提交
  30. 13 8月, 2017 1 次提交
  31. 09 8月, 2017 1 次提交
  32. 08 8月, 2017 1 次提交
  33. 29 7月, 2017 1 次提交
  34. 12 7月, 2017 1 次提交