1. 10 7月, 2010 3 次提交
    • H
      83xx: add support for ve8313 board · 4e43b2e8
      Heiko Schocher 提交于
      This patch add support for the ve8313 board based on
      Freescale MPC8313 CPU.
      
      - serial console on UART 1
      - 128 MB DDR RAM
      - 32 MB NOR Flash
      - 16 MB NAND Flash
      - Ethernet MII Mode over on TSEC0
      - micrel ksz804 phy
      - Hardware WDT MAX824
      
      changes since v1
      - Environment size = sector size
      - use red. environment
      - add comments from Kim Phillips
        - add MAKEALL, MAINTAINERS entry
        - Codingstyle issues fixed
        - inserted original Copyrights
        - PCI subsys vendor ID changed from 0x1057 (Motorola)
          to 0x1957 (Freescale)
      
      changes since v2
      - add comments from Wolfgang Denk
        - fix Codingstyle and some comments
        - reworked WDT reset (just toggling the WD_TRIG pin)
        - Environment size now 16KiB
        - fixed RAMBOOT version
        - fixed CONFIG_SYS_LOAD_ADDR
        - renamed CONFIG_TSEC1_NAME to TSEC1
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      4e43b2e8
    • I
      MPC8308RDB: minimal support for devboard from Freescale · 5fb17030
      Ilya Yanok 提交于
      This patch provides support for MPC8308RDB development board from
      Freescale with a minimal set of features:
       Dual UART is supported
       NOR flash is supported
       Both TSEC Ethernet controllers are supported
       PCI Express initialization is supported
      
      The following features are enabled in configuration but not fully tested:
       I2C (used to get the board revision)
       I2C-connected RTC
       VSC7385 switch
      
      There is one (hopefully) minor issue: on soft reset the board sometimes
      resets twice. I've not managed to find the fix for this problem yet.
      As a workaround instruction cache can be disabled.
      Signed-off-by: NIlya Yanok <yanok@emcraft.com>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      5fb17030
    • I
      mpc8308: support for Freescale MPC8308 cpu · 7c619ddc
      Ilya Yanok 提交于
      This patch adds basic support for Freescale MPC8308 CPU. Serial ports,
      NOR flash and integrated Ethernet controllers are supported.
      PCI Express is also supported. eSDHC, NAND and USB may work but aren't
      tested (using ULPI PHY requires additional patch).
      Signed-off-by: NIlya Yanok <yanok@emcraft.com>
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      7c619ddc
  2. 05 7月, 2010 9 次提交
  3. 01 7月, 2010 16 次提交
  4. 30 6月, 2010 12 次提交