12 Nov, 2014

1 commit


23 Oct, 2014

1 commit


09 Oct, 2014

1 commit


26 Sep, 2014

2 commits


04 Sep, 2014

1 commit


29 Aug, 2014

1 commit


25 Jun, 2014

1 commit

  • The NOR flash PC28F00AG18 has 512 of 256KB erase blocks which are
    locked after power on reset. Change the 17x17 ARM2 configurations
    to match the flash parameters, and enable the CONFIG_SYS_FLASH_PROTECTION
    to allow write to the flash.

    The EIM-NOR on 17x17 ARM2 board uses MUXed mode. This has less
    effort on board rework.

    When boot from EIM-NOR, set SW8, SW7, SW5 to all off.

    Signed-off-by: Ye.Li

    Ye.Li
     

17 Jun, 2014

21 commits


13 Jun, 2014

1 commit


25 Mar, 2014

1 commit


14 Mar, 2014

1 commit


12 Mar, 2014

1 commit


11 Mar, 2014

3 commits

  • Some recent changes got parts of the file out of order again, correct.

    Signed-off-by: Tom Rini

    Tom Rini
     
  • When I cc board maintainers, some of them result in
    bounce mails.

    It turned out the following do not work any more:
    Yuli Barcohen
    Travis Sawyer
    Yusdi Santoso
    David Updegraff
    Sangmoon Kim
    Anton Vorontsov
    Blackfin Team
    Bluetechnix Tinyboards
    Andre Schwarz

    For the blackfin boards where Sonic Zhang is also listed
    as a maintainer, dead addresses should be simply dropped.

    For all of the others, the status should be changed to "Orphan".

    We have adopted the definition of "Orphan" as:
    board is not actively maintained any more but still builds, and any
    address associated with it is that of the last known maintainer(s)

    Even though the emails do not work any more, they carry information.
    We want to keep them.

    Besides, Orphan boards have been collected at the bottom of boards.cfg.
    (This is done when we run "tools/reformat.py")

    Add separators to distinguish them from those which
    were moved to Orphan 6 months ago.
    I believe it will be helpful in future to find which boards are
    old enough to be removed from the code base.

    Signed-off-by: Masahiro Yamada
    Cc: Detlev Zundel
    Cc: Tom Rini
    Cc: Albert ARIBAUD

    Masahiro Yamada
     
  • Tom Rini
     

10 Mar, 2014

2 commits

  • CONFIG_SYS_HZ must be always 1000, but M5271EVB.h defines it
    as 1000000 and idmr.h defines it as (50000000 / 64).

    When compiling these two boards, a warning message is displayed:

    time.c:14:2: warning: #warning "CONFIG_SYS_HZ must be 1000
    and should not be defined by platforms" [-Wcpp]

    There are no board maintainers for them so this commit just
    deletes them.

    Signed-off-by: Masahiro Yamada
    Cc: Jason Jin

    Masahiro Yamada
     
  • Add sama5d3 Xplained board support which use Atmel SAMA5D36 SoC.
    Now it supports boot from NAND flash and SD/MMC card.
    Features support:
    - NAND flash
    - SD/MMC card
    - Two USB hosts
    - Ethernet (one GMAC, one EMAC)

    Signed-off-by: Bo Shen
    [reorder boards.cfg]
    Signed-off-by: Andreas Bießmann

    Bo Shen
     

08 Mar, 2014

2 commits

  • Tom Rini
     
  • T2080PCIe-RDB is a Freescale Reference Design Board that hosts the T2080 SoC.
    It works in two mode: standalone mode and PCIe endpoint mode.

    T2080PCIe-RDB Feature Overview
    ------------------------------
    Processor:
    - T2080 SoC integrating four 64-bit dual-threads e6500 cores up to 1.8GHz
    DDR Memory:
    - Single memory controller capable of supporting DDR3 and DDR3-LP devices
    - 72bit 4GB DDR3-LP SODIMM in slot
    Ethernet interfaces:
    - Two 10M/100M/1G RGMII ports on-board
    - Two 10Gbps SFP+ ports on-board
    - Two 10Gbps Base-T ports on-board
    Accelerator:
    - DPAA components consist of FMan, BMan, QMan, PME, DCE and SEC
    SerDes 16 lanes configuration:
    - SerDes-1 Lane A-B: to two 10G XFI fiber (MAC9 & MAC10)
    - SerDes-1 Lane C-D: to two 10G Base-T (MAC1 & MAC2)
    - SerDes-1 Lane E-H: to PCIe Goldfinger (PCIe4 x4, Gen3)
    - SerDes-2 Lane A-D: to PCIe Slot (PCIe1 x4, Gen2)
    - SerDes-2 Lane E-F: to C293 secure co-processor (PCIe2 x2)
    - SerDes-2 Lane G-H: to SATA1 & SATA2
    IFC/Local Bus:
    - NOR: 128MB 16-bit NOR flash
    - NAND: 512MB 8-bit NAND flash
    - CPLD: for system controlling with programable header on-board
    eSPI:
    - 64MB N25Q512 SPI flash
    USB:
    - Two USB2.0 ports with internal PHY (both Type-A)
    PCIe:
    - One PCIe x4 gold-finger
    - One PCIe x4 connector
    - One PCIe x2 end-point device (C293 Crypto co-processor)
    SATA:
    - Two SATA 2.0 ports on-board
    SDHC:
    - support a TF-card on-board
    I2C:
    - Four I2C controllers.
    UART:
    - Dual 4-pins UART serial ports

    Signed-off-by: Shengzhou Liu
    Reviewed-by: York Sun

    Shengzhou Liu