1. 07 10月, 2010 2 次提交
  2. 04 10月, 2010 2 次提交
  3. 03 10月, 2010 3 次提交
  4. 24 9月, 2010 1 次提交
  5. 20 9月, 2010 3 次提交
    • W
      Remove spieval board support · 69434e4c
      Wolfgang Denk 提交于
      Recent changes caused that the spieval board now is included in the
      boards built by MAKEALL, which revealed that compilation for this
      board has been broken for a long time:
      
      mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
      mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
      
      The board is orphaned.  Drop support for it.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      69434e4c
    • W
      Remove smmaco4 board support · 9ddc3af8
      Wolfgang Denk 提交于
      Recent changes caused that the smmaco4 board now is included in the
      boards built by MAKEALL, which revealed that compilation for this
      board has been broken for a long time:
      
      mpc5xxx_fec.c:899:2: error: #error fec->xcv_type not initialized.
      
      The board is orphaned.  Drop support for it.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      9ddc3af8
    • W
      Remove HMI10 board support · 77efe35f
      Wolfgang Denk 提交于
      Recent changes caused that the HMI10 board now is included in the
      boards built by MAKEALL, which revealed that compilation for this
      board has been broken for a long time:
      
      ps2ser.c: In function 'ps2ser_init':
      ps2ser.c:155: error: 'UART_LCR' undeclared (first use in this function)
      ps2ser.c:155: error: (Each undeclared identifier is reported only once
      ps2ser.c:155: error: for each function it appears in.)
      ps2ser.c:156: error: 'UART_DLL' undeclared (first use in this function)
      ps2ser.c:157: error: 'UART_DLM' undeclared (first use in this function)
      ps2ser.c:159: error: 'UART_IER' undeclared (first use in this function)
      ps2ser.c:160: error: 'UART_MCR' undeclared (first use in this function)
      ps2ser.c:161: error: 'UART_FCR' undeclared (first use in this function)
      ps2ser.c:162: error: 'UART_FCR_ENABLE_FIFO' undeclared (first use in this function)
      ps2ser.c:166: error: 'UART_LSR' undeclared (first use in this function)
      ps2ser.c: In function 'ps2ser_putc':
      ps2ser.c:198: error: 'UART_LSR' undeclared (first use in this function)
      ps2ser.c:200: error: 'UART_TX' undeclared (first use in this function)
      ps2ser.c: In function 'ps2ser_getc_hw':
      ps2ser.c:224: error: 'UART_LSR' undeclared (first use in this function)
      ps2ser.c:225: error: 'UART_RX' undeclared (first use in this function)
      ps2ser.c: In function 'ps2ser_interrupt':
      ps2ser.c:293: error: 'UART_IIR' undeclared (first use in this function)
      
      The board is orphaned, and AFAICT has reached EOL.
      Drop support for it.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      77efe35f
  6. 13 9月, 2010 1 次提交
    • G
      x86: Remove Unmaintained Boards · 215e1cb3
      Graeme Russ 提交于
      The SC520 CDP boards originally implemented by Daniel Engström are now
      very broken. Attempts to contact Daniel via the email address on the
      copyright notice have failed. Remove these boards from mainline
      215e1cb3
  7. 11 8月, 2010 1 次提交
  8. 09 8月, 2010 1 次提交
  9. 02 8月, 2010 1 次提交
  10. 18 7月, 2010 1 次提交
    • W
      Drop support for GTH board · 0fe247b9
      Wolfgang Denk 提交于
      The board maintainer states:
      
          The GTH board is obsolete and has not been manufactured for
          several years.
          To my knowledge, no recent U-Boot build has been tested on that
          card.
      
      So drop support for this board.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Cc: Thomas Lange <thomas@corelatus.se>
      Acked-by: Thomas Lange<thomas@corelatus.se>
      0fe247b9
  11. 16 7月, 2010 1 次提交
  12. 15 7月, 2010 2 次提交
  13. 14 7月, 2010 1 次提交
  14. 12 7月, 2010 1 次提交
    • T
      nios2: remove EP1C20, EP1S10, EP1S40 boards · a3c09f66
      Thomas Chou 提交于
      The example configuration files of nios2-generic board can generated
      binary to run on the EP1C20, EP1S10, and EP1S40 boards. So the three
      boards can be removed.
      
      With nios2-generic approach, the fpga parameter header file can
      be generated from hardware designs using tools. Porting u-boot for
      nios2 boards is simplified. Vendors can supply their fpga parameter
      file or patches to add a new nios2-generic board instance. There is
      no need to include other boards support for nios2 in the u-boot
      mainline.
      Signed-off-by: NThomas Chou <thomas@wytron.com.tw>
      Signed-off-by: NScott McNutt <smcnutt@psyent.com>
      a3c09f66
  15. 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
  16. 06 7月, 2010 3 次提交
  17. 05 7月, 2010 1 次提交
  18. 01 7月, 2010 1 次提交
  19. 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
  20. 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