1. 17 9月, 2016 3 次提交
  2. 10 9月, 2016 1 次提交
  3. 05 8月, 2016 1 次提交
    • M
      treewide: move CONFIG_PHYS_64BIT to Kconfig · bb6b142f
      Masahiro Yamada 提交于
      We need to ensure that CONFIG_PHYS_64BIT is configured via Kconfig so
      that it is always available to the build system.  Otherwise we can run
      into cases where we have inconsistent sizes of certain attributes.
      
      Ravi Babu reported offset mismatch of struct dwc3 across files since
      commit 95ebc253 ("types.h: move and redefine resource_size_t").
      Since the commit, resource_addr_t points to phys_addr_t, whose size
      is dependent on CONFIG_PHYS_64BIT for ARM architecture.
      
      I tried my best to use "select" where possible (for example, ARMv8
      architecture) because I think this kind of option is generally user-
      unconfigurable.  However, I see some of PowerPC boards have 36BIT
      defconfigs as well as 32BIT ones.  I moved CONFIG_PHYS_64BIT to the
      defconfigs for such boards.
      
      CONFIG_36BIT is no longer referenced, so all of the defines were
      removed from CONFIG_SYS_EXTRA_OPTIONS.
      
      Fixes: 95ebc253 ("types.h: move and redefine resource_size_t")
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Reported-by: NRavi Babu <ravibabu@ti.com>
      Acked-by: NStefan Roese <sr@denx.de>
      Reviewed-by: NTom Rini <trini@konsulko.com>
      Reviewed-by: NYork Sun <york.sun@nxp.com>
      bb6b142f
  4. 22 7月, 2016 1 次提交
  5. 10 6月, 2016 1 次提交
  6. 04 5月, 2016 1 次提交
  7. 26 4月, 2016 4 次提交
  8. 15 3月, 2016 2 次提交
    • S
      Kconfig: Move CONFIG_FIT and related options to Kconfig · 73223f0e
      Simon Glass 提交于
      There are already two FIT options in Kconfig but the CONFIG options are
      still in the header files. We need to do a proper move to fix this.
      
      Move these options to Kconfig and tidy up board configuration:
      
         CONFIG_FIT
         CONFIG_OF_BOARD_SETUP
         CONFIG_OF_SYSTEM_SETUP
         CONFIG_FIT_SIGNATURE
         CONFIG_FIT_BEST_MATCH
         CONFIG_FIT_VERBOSE
         CONFIG_OF_STDOUT_VIA_ALIAS
         CONFIG_RSA
      
      Unfortunately the first one is a little complicated. We need to make sure
      this option is not enabled in SPL by this change. Also this option is
      enabled automatically in the host builds by defining CONFIG_FIT in the
      image.h file. To solve this, add a new IMAGE_USE_FIT #define which can
      be used in files that are built on the host but must also build for U-Boot
      and SPL.
      
      Note: Masahiro's moveconfig.py script is amazing.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      [trini: Add microblaze change, various configs/ re-applies]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      73223f0e
    • S
      Move CONFIG_OF_LIBFDT to Kconfig · 69e173eb
      Simon Glass 提交于
      Move this option to Kconfig and tidy up existing boards.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      69e173eb
  9. 28 1月, 2016 2 次提交
  10. 25 11月, 2015 2 次提交
  11. 22 11月, 2015 1 次提交
  12. 30 10月, 2015 1 次提交
  13. 25 10月, 2015 2 次提交
  14. 21 10月, 2015 1 次提交
  15. 02 9月, 2015 1 次提交
  16. 22 8月, 2015 1 次提交
  17. 13 8月, 2015 1 次提交
    • N
      kconfig: add config option for shell prompt · 181bd9dc
      Nikita Kiryanov 提交于
      Add option to set shell prompt string from menuconfig and migrate
      boards globally.
      
      The migration is done as follows:
      - Boards that explicitly and unconditionally set CONFIG_SYS_PROMPT had the
        entry moved to their defconfig files.
      - Boards that defined some kind of #ifdef logic which selects the
        CONFIG_SYS_PROMPT (for example qemu-mips) got an #undef CONFIG_SYS_PROMPT
        right before the #ifdef logic and were left alone.
      - This change forces CONFIG_SYS_PROMPT to be a per board decision, and thus
        CONFIG_SYS_PROMPT was removed from all <soc>_common.h and <arch>_common.h
        files. This results in a streamlined default value across platforms, and
        includes the following files: spear-common, sunxi-common, mv-common,
        ti_armv7_common, tegra-common, at91-sama5_common, and zynq-common.
      - Boards that relied on <arch/soc>_common.h values of CONFIG_SYS_PROMPT were
        not updated in their respective defconfig files under the assumption that
        since they did not explicitly define a value, they're fine with whatever
        the default is.
      - On the other hand, boards that relied on a value defined in some
        <boards>_common.h file such as woodburn_common, rpi-common,
        bur_am335x_common, ls2085a_common, siemens_am33x_common, and
        omap3_evm_common, had their values moved to the respective defconfig files.
      - The define V_PROMPT was removed, since it is not used anywhere except for
        assigning a value for CONFIG_SYS_PROMPT.
      
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Signed-off-by: NNikita Kiryanov <nikita@compulab.co.il>
      [trini: Add spring, sniper, smartweb to conversion]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      181bd9dc
  18. 31 7月, 2015 1 次提交
  19. 29 7月, 2015 1 次提交
  20. 26 6月, 2015 2 次提交
  21. 01 6月, 2015 2 次提交
  22. 05 5月, 2015 1 次提交
    • S
      powerpc/t1023rdb: Add T1023 RDB board support · e8a7f1c3
      Shengzhou Liu 提交于
      T1023RDB is a Freescale Reference Design Board that hosts the T1023 SoC.
      
      T1023RDB board Overview
      -----------------------
      - T1023 SoC integrating two 64-bit e5500 cores up to 1.4GHz
      - CoreNet fabric supporting coherent and noncoherent transactions with
        prioritization and bandwidth allocation
      - Memory: 2GB Micron MT40A512M8HX unbuffered 32-bit fixed DDR4 without ECC
      - Accelerator: DPAA components consist of FMan, BMan, QMan, DCE and SEC
      - Ethernet interfaces:
        - one 1G RGMII port on-board(RTL8211F PHY)
        - one 1G SGMII port on-board(RTL8211F PHY)
        - one 2.5G SGMII port on-board(AQR105 PHY)
      - PCIe: Two Mini-PCIe connectors on-board.
      - SerDes: 4 lanes up to 10.3125GHz
      - NOR:  128MB S29GL01GS110TFIV10 Spansion NOR Flash
      - NAND: 512MB S34MS04G200BFI000 Spansion NAND Flash
      - eSPI: 64MB S25FL512SAGMFI010 Spansion SPI flash.
      - USB: one Type-A USB 2.0 port with internal PHY
      - eSDHC: support SD/MMC card and eMMC on-board
      - 256Kbit M24256 I2C EEPROM
      - RTC: Real-time clock DS1339 on I2C bus
      - UART: one serial port on-board with RJ45 connector
      - Debugging: JTAG/COP for T1023 debugging
      
      As well updated T1024RDB to add T1023RDB.
      Signed-off-by: NShengzhou Liu <Shengzhou.Liu@freescale.com>
      [York Sun: fix defconfig files]
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      e8a7f1c3
  23. 31 3月, 2015 1 次提交
  24. 17 1月, 2015 2 次提交
  25. 16 12月, 2014 2 次提交
  26. 06 12月, 2014 2 次提交
    • S
      powerpc/t1024rdb: Add T1024 RDB board support · 48c6f328
      Shengzhou Liu 提交于
      T1024RDB is a Freescale Reference Design Board that hosts the T1024 SoC.
      
      T1024RDB board Overview
      -----------------------
      - T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz
      - CoreNet fabric supporting coherent and noncoherent transactions with
        prioritization and bandwidth allocation
      - 32-/64-bit DDR3L SDRAM memory controller with ECC and interleaving support
      - Accelerator: DPAA components consist of FMan, BMan, QMan, DCE and SEC
      - Ethernet interfaces:
        - Two 10M/100M/1G RGMII ports on-board
        - one 10Gbps XFI interface
      - PCIe: Three PCIe controllers: one PCIe Slot and two Mini-PCIe connectors.
      - SerDes: 4 lanes up to 10.3125GHz
      - IFC: 128MB NOR Flash, 512MB NAND Flash and CPLD
      - eSPI: 64MB N25Q512 SPI flash.
      - Deep Sleep power implementaion (wakeup from GPIO/Timer/Ethernet/USB)
      - USB: Two  Type-A USB2.0 ports with internal PHY
      - eSDHC: Support SD, SDHC, SDXC and MMC/eMMC
      - I2C: Four I2C controllers
      - UART: Two UART serial ports
      Signed-off-by: NShengzhou Liu <Shengzhou.Liu@freescale.com>
      [York Sun: Fix ft_board_setup() type, fix MAINTAINERS for SECURE_BOOT
      	   Fix Kconfig by adding SUPPORT_SPL]
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      48c6f328
    • S
      powerpc/t1024qds: Add T1024 QDS board support · aba80048
      Shengzhou Liu 提交于
      T1024QDS is a high-performance computing evaluation, development and
      test platform for T1024 QorIQ Power Architecture processor.
      
      T1024QDS board Overview
      -----------------------
      - T1024 SoC integrating two 64-bit e5500 cores up to 1.4GHz
      - CoreNet fabric supporting coherent and noncoherent transactions with
        prioritization and bandwidth allocation
      - 32-/64-bit DDR3L/DDR4 SDRAM memory controller with ECC and interleaving support
      - Accelerator: DPAA components consist of FMan, BMan, QMan, DCE and SEC
      - Ethernet interfaces:
        - Two 10M/100M/1G RGMII ports on-board
        - Three 1G/2.5Gbps SGMII ports
        - Four 1Gbps QSGMII ports
        - one 10Gbps XFI or 10Base-KR interface
      - SerDes: 4 lanes up to 10.3125GHz Supporting SGMII/QSGMII, XFI, PCIe, SATA and Aurora
      - PCIe: Three PCI Express controllers with five PCIe slots.
      - IFC: 128MB NOR Flash, 2GB NAND Flash, PromJet debug port and Qixis FPGA
      - Video: DIU supports video up to 1280x1024x32 bpp.
        - Chrontel CH7201 for HDMI connection.
        - TI DS90C387R for direct LCD connection.
        - Raw (not encoded) video connector for testing or other encoders.
      - QUICC Engine block
        - 32-bit RISC controller for flexible support of the communications peripherals
        - Serial DMA channel for receive and transmit on all serial channels
        - Two universal communication controllers, supporting TDM, HDLC, and UART
      - Deep Sleep power implementaion (wakeup from GPIO/Timer/Ethernet/USB)
      - eSPI: Three SPI flash devices.
      - SATA: one SATA 2.O.
      - USB: Two USB2.0 ports with internal PHY (one Type-A + one micro Type mini-AB)
      - eSDHC: Support SD, SDHC, SDXC and MMC/eMMC.
      - I2C: Four I2C controllers.
      - UART: Two UART on board.
      Signed-off-by: NShengzhou Liu <Shengzhou.Liu@freescale.com>
      [York Sun: Fix ft_board_setup() type, fix MAINTAINERS for SECURE_BOOT
      	   Fix Kconfig by adding SUPPORT_SPL]
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      aba80048