1. 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
  2. 28 10月, 2014 2 次提交
  3. 27 10月, 2014 1 次提交
    • M
      ppc: Zap HWW1U1A board · 4109cb02
      Marek Vasut 提交于
      This is the only used of CONFIG_SPI_X macro, just zap this.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Masahiro Yamada <yamada.m@jp.panasonic.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Simon Glass <sjg@chromium.org>
      Cc: Heiko Schocher <hs@denx.de>
      4109cb02
  4. 14 9月, 2014 1 次提交
  5. 30 7月, 2014 1 次提交
    • M
      kconfig: add board Kconfig and defconfig files · dd84058d
      Masahiro Yamada 提交于
      This commit adds:
       - arch/${ARCH}/Kconfig
          provide a menu to select target boards
       - board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig
          set CONFIG macros to the appropriate values for each board
       - configs/${TARGET_BOARD}_defconfig
          default setting of each board
      
      (This commit was automatically generated by a conversion script
      based on boards.cfg)
      
      In Linux Kernel, defconfig files are located under
      arch/${ARCH}/configs/ directory.
      It works in Linux Kernel since ARCH is always given from the
      command line for cross compile.
      
      But in U-Boot, ARCH is not given from the command line.
      Which means we cannot know ARCH until the board configuration is done.
      That is why all the "*_defconfig" files should be gathered into a
      single directory ./configs/.
      Signed-off-by: NMasahiro Yamada <yamada.m@jp.panasonic.com>
      Acked-by: NSimon Glass <sjg@chromium.org>
      dd84058d