1. 14 2月, 2018 1 次提交
  2. 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
  3. 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
  4. 19 12月, 2017 1 次提交
  5. 13 12月, 2017 1 次提交
  6. 16 11月, 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. 08 9月, 2017 2 次提交
  9. 28 8月, 2017 1 次提交
  10. 15 8月, 2017 1 次提交
  11. 12 8月, 2017 1 次提交
  12. 09 8月, 2017 1 次提交
  13. 26 7月, 2017 1 次提交
  14. 12 7月, 2017 1 次提交
    • I
      arm64: mvebu: use single defconfig for Armada8K development boards · b6518b1e
      Igal Liberman 提交于
      Currently, Marvell Armada8k development board use 3 different
      defconfigs:
              mvebu_db-88f7040-nand_defconfig
              mvebu_db-88f7040_defconfig
              mvebu_db-88f8040_defconfig
      Having 3 different defconfigs makes maintenance difficult.
      
      This patch removes the defconfigs mentioned above and introduce
      a new defconfig which represents the Armada8k family.
      
      NOTE:
      In order not to break automatic tools compilation,
      a default device-tree is set in the defconfig (armada-8040-db).
      However, when compiling u-boot, the user MUST explicitly export
      the DEVICE_TREE for the requested board because using A80x0
      device-tree on A70x0 might break the device.
      
      For more information, refer to "doc/README.marvell" (intoduced
      in this patch).
      
      Change-Id: I98515b6306498358f3722ecf7ac4c87f236ebbd8
      Signed-off-by: NIgal Liberman <igall@marvell.com>
      Signed-off-by: NStefan Roese <sr@denx.de>
      b6518b1e
  15. 19 6月, 2017 1 次提交
  16. 31 5月, 2017 1 次提交
  17. 29 3月, 2017 2 次提交
  18. 28 1月, 2017 4 次提交
  19. 26 1月, 2017 2 次提交
  20. 25 1月, 2017 1 次提交
    • S
      arm64: mvebu: Enable SDHCI/MMC support for the db-88f7040/8040 · 274d3562
      Stefan Roese 提交于
      This patch enables the MMC support for the SDHCI controller on the
      Armada 7k db-88f7040 and the Armada 8k db-88f8040 board.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Wilson Ding <dingwei@marvell.com>
      Cc: Victor Gu <xigu@marvell.com>
      Cc: Hua Jing <jinghua@marvell.com>
      Cc: Terry Zhou <bjzhou@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      274d3562
  21. 24 1月, 2017 1 次提交
  22. 22 1月, 2017 1 次提交
  23. 30 12月, 2016 2 次提交
  24. 12 12月, 2016 3 次提交
  25. 05 12月, 2016 3 次提交
    • S
      arm64: mvebu: Add PCI support to DB-88F8040 board · 1ec5aa63
      Stefan Roese 提交于
      This patch adds PCI support to the Marvell Armada-8K devel board.
      Additionally the Intel E1000 ethernet driver is enabled so that
      network support is available on this board, even without the
      internal network interfaces being supported (yet).
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Neta Zur Hershkovits <neta@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Omri Itach <omrii@marvell.com>
      Cc: Igal Liberman <igall@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      1ec5aa63
    • S
      arm64: mvebu: Add support for the DB-88F8040 Armada 8k devel board · 96816a84
      Stefan Roese 提交于
      This patch adds the necessary files to support the Marvell Armada 8k
      devel board. Most board specfic files are shared with the Armada 7k
      boards under the name "armada-8k*". So only minimal changes are
      necessary to add this basic board support (except the DT files of
      course).
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Neta Zur Hershkovits <neta@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Omri Itach <omrii@marvell.com>
      Cc: Igal Liberman <igall@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      96816a84
    • S
      arm64: mvebu: Rename db-88f7040 files to armada-8k · 633fa0e7
      Stefan Roese 提交于
      This moves some of the Armada DB-88F7040 board specific files to a more
      generic name: armada-8k. This is in preparation for the Armada-8k
      support which will be added soon. And since both platforms share
      most devices, lets also share most source files to not duplicate
      the code here.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Neta Zur Hershkovits <neta@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Omri Itach <omrii@marvell.com>
      Cc: Igal Liberman <igall@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      633fa0e7
  26. 24 10月, 2016 1 次提交
  27. 12 10月, 2016 2 次提交
  28. 27 9月, 2016 1 次提交
    • S
      arm64: mvebu: Add Armada 7K db-88f7040 development board support · 6f8c2d49
      Stefan Roese 提交于
      This patch adds basic support for the Marvell Armada 7K DB-88F7040
      development board. Supported are the following interfaces:
      - UART
      - SPI (incl. SPI NOR)
      - I2C
      - USB
      - SATA / AHCI
      
      Support for other interfaces will follow.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: Nadav Haklai <nadavh@marvell.com>
      Cc: Neta Zur Hershkovits <neta@marvell.com>
      Cc: Kostya Porotchkin <kostap@marvell.com>
      Cc: Omri Itach <omrii@marvell.com>
      Cc: Igal Liberman <igall@marvell.com>
      Cc: Haim Boot <hayim@marvell.com>
      Cc: Hanna Hawa <hannah@marvell.com>
      6f8c2d49