1. 24 11月, 2016 13 次提交
  2. 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
  3. 05 11月, 2015 1 次提交
  4. 02 9月, 2015 1 次提交
  5. 13 5月, 2015 1 次提交
  6. 05 5月, 2015 3 次提交
  7. 24 1月, 2015 3 次提交
  8. 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
  9. 28 10月, 2014 2 次提交
  10. 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
  11. 14 9月, 2014 1 次提交
  12. 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