1. 25 11月, 2015 2 次提交
  2. 22 11月, 2015 1 次提交
  3. 30 10月, 2015 1 次提交
  4. 25 10月, 2015 2 次提交
  5. 21 10月, 2015 1 次提交
  6. 02 9月, 2015 1 次提交
  7. 22 8月, 2015 1 次提交
  8. 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
  9. 26 6月, 2015 2 次提交
  10. 01 6月, 2015 2 次提交
  11. 31 3月, 2015 1 次提交
  12. 17 1月, 2015 1 次提交
  13. 16 12月, 2014 2 次提交
  14. 06 12月, 2014 4 次提交
    • S
      board/t1024qds: add retimer support on t1024qds · 10227aaa
      Shengzhou Liu 提交于
      Initialize retimer for XFI on t1024qds.
      Signed-off-by: NShengzhou Liu <Shengzhou.Liu@freescale.com>
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      10227aaa
    • 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
    • V
      powerpc/t104x: Convert to use generic board code · 2aea6618
      vijay rai 提交于
      Convert T1040QDS and T1040RDB to use generic board code.
      Signed-off-by: NVijay Rai <vijay.rai@freescale.com>
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      2aea6618
    • Y
      powerpc/t1040qds: Update DDR option · 1b2af9b4
      York Sun 提交于
      Enable interactive debugging by default. Remove DDR controller interleaving
      because this SoC only has one controller. Use auto chip-select interleaving
      to detect number of ranks.
      Signed-off-by: NYork Sun <yorksun@freescale.com>
      CC: Poonam Aggrwal <poonam.aggrwal@freescale.com>
      1b2af9b4
  15. 23 11月, 2014 1 次提交
  16. 17 10月, 2014 2 次提交
  17. 13 8月, 2014 1 次提交
  18. 23 7月, 2014 1 次提交
  19. 06 6月, 2014 1 次提交
    • S
      powerpc/mpc85xx: Add workaround to enable TDM on T1040 · 377ffcfa
      Sandeep Singh 提交于
      This is a workaround for 32 bit hardware limitation of TDM.
      T1040 has 36 bit physical addressing, TDM DMAC register
      are 32 bit wide but need to store address of CCSR space
      which lies beyond 32 bit address range. This workaround
      creats a LAW to enable access of TDM DMA to CCSR by
      mapping CCSR to overlap with DDR.
      A hole of 16M is created in memory using device tree. This
      workaround law is set only if "tdm" is defined in hwconfig.
      Also disable POST tests and add LIODN for TDM
      Signed-off-by: NSandeep Singh <Sandeep@freescale.com>
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      377ffcfa
  20. 17 5月, 2014 1 次提交
  21. 23 4月, 2014 6 次提交
  22. 13 3月, 2014 1 次提交
  23. 08 3月, 2014 1 次提交
    • P
      powerpc/t1040qds: Add Video - HDMI support · 337b0c52
      Priyanka Jain 提交于
      T1040 has internal display interface unit (DIU) for driving video.
      T1040QDS supports video mode via
      -LCD using TI enconder
      -HDMI type interface via HDMI encoder
      
      Chrontel, CH7301C encoder which is I2C programmable is used as
      HDMI connector on T1040QDS.
      This patch add support to
      -enable Video interface for T1040QDS
      -route qixis multiplexing to enable DIU-HDMI interface on board
      -program DIU pixel clock gerenartor for T1040
      -program HDMI encoder via I2C on board
      Signed-off-by: NPriyanka Jain <Priyanka.Jain@freescale.com>
      Reviewed-by: NYork Sun <yorksun@freescale.com>
      337b0c52
  24. 19 2月, 2014 1 次提交
  25. 04 2月, 2014 1 次提交
  26. 25 1月, 2014 1 次提交