1. 19 9月, 2019 1 次提交
  2. 23 8月, 2019 1 次提交
  3. 14 8月, 2019 1 次提交
  4. 20 7月, 2019 2 次提交
  5. 21 7月, 2019 1 次提交
  6. 21 6月, 2019 1 次提交
  7. 30 5月, 2019 2 次提交
    • J
      rockchip: rk3399: Add Rockpro64 board support · 001d6745
      Jagan Teki 提交于
      Add initial support for Rockpro64 board.
      
      Specification
      - Rockchip RK3399
      - 2/4GB Dual-Channel LPDDR3
      - SD card slot
      - eMMC socket
      - 128Mb SPI Flash
      - Gigabit ethernet
      - PCIe 4X slot
      - WiFI/BT module socket
      - HDMI In/Out, DP, MIPI DSI/CSI, eDP
      - USB 3.0, 2.0
      - USB Type C power and data
      - GPIO expansion ports
      - DC 12V/2A
      
      Commit details of rk3399-rockpro64.dts sync from Linux 5.1-rc2:
      "arm64: dts: rockchip: rockpro64 dts add usb regulator"
      (sha1: 6db644c79c8d45d73b56bc389aebd85fc3679beb)
      
      'Akash' has sent an initial patch before, so I keep him as board
      maintainer and I'm co-maintainer based on our conversation.
      Signed-off-by: NAkash Gajjar <akash@openedev.com>
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: NKever Yang <kever.yang@rock-chips.com>
      001d6745
    • J
      rockchip: rk3399: Add Nanopi NEO4 board support · 48b5c25f
      Jagan Teki 提交于
      Add initial support for Nanopi NEO4 board.
      
      Specification
      - Rockchip RK3399
      - 1GB DDR3-1866
      - SD card slot
      - eMMC Socket
      - RTL8211E 1Gbps
      - AP6212 WiFI/BT
      - HDMI In/Out, DP, MIPI CSI
      - USB 3.0, 2.0
      - USB Type C power and data
      - GPIO expansion ports
      - DC 5V/3A
      
      Commit details of rk3399-nanopi-neo4.dts sync from Linux:
      "arm64: dts: rockchip: Add Nanopi NEO4 initial support"
      (sha1: 092470b537f19788d957aed12d835a179b606014)
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: NKever Yang <kever.yang@rock-chips.com>
      48b5c25f
  8. 08 5月, 2019 3 次提交
  9. 30 4月, 2019 2 次提交
  10. 26 3月, 2019 1 次提交
  11. 01 2月, 2019 1 次提交
  12. 08 1月, 2019 1 次提交
  13. 04 9月, 2018 1 次提交
  14. 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
  15. 21 7月, 2018 1 次提交
  16. 04 6月, 2018 1 次提交
  17. 26 4月, 2018 1 次提交
  18. 09 4月, 2018 1 次提交
  19. 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
  20. 03 1月, 2018 1 次提交
    • P
      rockchip: firefly-rk3399: enable SPL_ATF_NO_PLATFORM_PARAM · e2a75f02
      Philipp Tomsich 提交于
      The Rockchip-released ATF for the Firefly apparently (i.e. Kever
      reported this) does not tolerate a FDT being passed as the platform
      parameter and will run into a hard stop.
      
      To work around this limitation in the ATF parameter handling, we
      enable SPL_ATF_NO_PLATFORM_PARAM (which will force passing NULL for
      the platform parameters).
      
      Note that this only affects this platform, as the ATF releases for the
      RK3368 and RK3399 have always either ignored the platform parameter
      (i.e. before the FDT-based parameters were supported) or support
      receiving a pointer to a FDT.
      Signed-off-by: NPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
      Reviewed-by: NKever Yang <kever.yang@rock-chips.com>
      e2a75f02
  21. 19 12月, 2017 1 次提交
  22. 18 12月, 2017 1 次提交
  23. 26 11月, 2017 1 次提交
  24. 07 11月, 2017 1 次提交
  25. 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
  26. 08 9月, 2017 2 次提交
  27. 05 9月, 2017 1 次提交
  28. 28 8月, 2017 1 次提交
  29. 26 7月, 2017 1 次提交
    • S
      Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig · 2be29653
      Simon Glass 提交于
      This converts the following to Kconfig:
         CONFIG_ENV_IS_IN_MMC
         CONFIG_ENV_IS_IN_NAND
         CONFIG_ENV_IS_IN_UBI
         CONFIG_ENV_IS_NOWHERE
      
      In fact this already exists for sunxi as a 'choice' config. However not
      all the choices are available in Kconfig yet so we cannot use that. It
      would lead to more than one option being set.
      
      In addition, one purpose of this series is to allow the environment to be
      stored in more than one place. So the existing choice is converted to a
      normal config allowing each option to be set independently.
      
      There are not many opportunities for Kconfig updates to reduce the size of
      this patch. This was tested with
      
         ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMC
      
      And then manual updates.  This is because for CHAIN_OF_TRUST boards they
      can only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logic
      now.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      2be29653
  30. 11 7月, 2017 1 次提交
  31. 19 6月, 2017 1 次提交
  32. 07 6月, 2017 1 次提交
  33. 11 5月, 2017 2 次提交