1. 10 7月, 2010 2 次提交
    • 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
  2. 05 7月, 2010 1 次提交
  3. 01 7月, 2010 1 次提交
  4. 24 6月, 2010 1 次提交
    • W
      Remove AmigaOneG3SE board · 953b7e62
      Wolfgang Denk 提交于
      The AmigaOneG3SE board has been orphaned or a very long time, and
      broken for more than 12 releases resp. more than 3 years.  As nobody
      seems to be interested any more in this stuff we may as well ged rid
      of it, especially as it clutters many areas of the code so it is a
      continuous pain for all kinds of ongoing work.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      953b7e62
  5. 14 6月, 2010 1 次提交
    • W
      Makefile/mkconfig: read simple board configurations from boards.cfg · a6862bc1
      Wolfgang Denk 提交于
      Instead of adding explicit build rules for each and every board to the
      top level Makefile (which makes it grow and grow), we now provide a
      simple default rule and extend the "mkconfig" script to read board
      configurations from a plain text file (table), "boards.cfg".
      
      For simple boards it is now sufficient to add a single line of text to
      the "boards.cfg" file, no changes to the top level Makefile are needed
      any more.
      
      To make the table better readable, change the notation for unused
      fields from "NULL" into "-".
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Peter Tyser <ptyser@xes-inc.com>
      Cc: Mike Frysinger <vapier@gentoo.org>
      a6862bc1