12 Jan, 2013

1 commit


09 Jan, 2013

1 commit


22 Dec, 2012

1 commit


21 Dec, 2012

1 commit


20 Dec, 2012

2 commits


10 Dec, 2012

1 commit


07 Dec, 2012

1 commit

  • Because calculate_relocation_address now uses the e820 map, it will be able
    to avoid addresses over 32 bits and regions that are at high addresses but
    not big enough for U-Boot. It also means we can remove the hack which
    limitted U-Boot's idea of the size of memory to less than 4GB.

    Also take into account the space needed for the heap and stack, so we avoid
    picking a very small region those areas might overlap with something it
    shouldn't.

    Signed-off-by: Gabe Black
    Signed-off-by: Simon Glass

    Gabe Black
     

06 Dec, 2012

1 commit


28 Nov, 2012

3 commits


14 Nov, 2012

1 commit

  • - update clock settings for higher perfomance
    - change standard baud rate to 115200
    - fix flash base address
    - remove unused defines
    - add I2C support
    - switch form board dependent flash to cfi
    - remove board dependent flash code
    - use sdram bank 0 instead of bank 1 on boot
    - enable on board frame buffer instead external
    - remove fake mac address form config
    - add watchdog support
    - add status led support

    Signed-off-by: Jens Scharsig (BuS Elektronik)
    [agust: fixed small style issues and build warning]
    Signed-off-by: Anatolij Gustschin

    Jens Scharsig (BuS Elektronik)
     

10 Nov, 2012

1 commit


05 Nov, 2012

1 commit


03 Nov, 2012

1 commit


31 Oct, 2012

2 commits


30 Oct, 2012

1 commit


29 Oct, 2012

1 commit


26 Oct, 2012

2 commits

  • The woodburn board is based on the MX35 SOC.
    Support for both external (NOR) and internal
    (SD Card) boot mode are added. It uses the
    generic SPL framework to implement the internal boot
    mode.

    The following peripherals are supported:
    - Ethernet (FEC)
    - SD Card
    - NAND (512 MB)
    - NOR Flash

    In the internal boot mode, a simple imximage header
    is generated to set the address in internal RAM
    where the SOC must copy the SPL code. The initial setup
    is then demanded to the SPL itself.

    Signed-off-by: Stefano Babic

    Stefano Babic
     
  • Add targets of am335x_evm_uart{1,2,3,4,5} to have serial input/output on
    UART{1,2,3,4,5} for use with the Beaglebone RS232 cape, am335x_evm
    daughterboard, and other custom configurations.

    Modify target for am335x_evm to include SERIAL1 and CONS_INDEX=1
    options in order to clarify UART selection requirements.

    Signed-off-by: Andrew Bradford

    Andrew Bradford
     

24 Oct, 2012

2 commits


23 Oct, 2012

1 commit

  • The T4240QDS is a high-performance computing evaluation, development and
    test platform supporting the T4240 QorIQ Power Architecture™ processor.

    SERDES Connections
    32 lanes grouped into four 8-lane banks
    Two “front side” banks dedicated to Ethernet
    Two “back side” banks dedicated to other protocols
    DDR Controllers
    Three independant 64-bit DDR3 controllers
    Supports rates up to 2133 MHz data-rate
    Supports two DDR3/DDR3LP UDIMM/RDIMMs per controller
    QIXIS System Logic FPGA

    Each DDR controller has two DIMM slots. The first slot of each controller
    has up to 4 chip selects to support single-, dual- and quad-rank DIMMs.
    The second slot has only 2 chip selects to support single- and dual-rank
    DIMMs. At any given time, up to total 4 chip selects can be used.

    Detail information can be found in doc/README.t4qds

    Signed-off-by: York Sun
    Signed-off-by: Andy Fleming
    Signed-off-by: Kumar Gala
    Signed-off-by: Prabhakar Kushwaha
    Signed-off-by: Shengzhou Liu
    Signed-off-by: Roy Zang
    Signed-off-by: Andy Fleming

    York Sun
     

20 Oct, 2012

1 commit


18 Oct, 2012

1 commit


17 Oct, 2012

2 commits


16 Oct, 2012

10 commits

  • Both big-endian and little-endian are tested with below commands:
    Rom version: (Default, Now we config it as rom version)
    qemu-system-mips64el -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic
    qemu-system-mips64 -M mips -bios u-boot.bin -cpu MIPS64R2-generic -nographic
    Ram version:
    qemu-system-mips64el -M mips -cpu MIPS64R2-generic -kernel u-boot -nographic
    qemu-system-mips64 -M mips -cpu MIPS64R2-generic -kernel u-boot -nographic

    Signed-off-by: Zhizhou Zhang
    Signed-off-by: Daniel Schwierzeck

    Zhi-zhou Zhang
     
  • Add basic support for HP iPAQ h2200 palmtop. h2200 palmtop was targeted
    to general consumers. It has 64 MB of RAM, 32 MB flash. No intergrated
    Wi-Fi nor Ethernet. Based on Intel PXA255 processor. It was shipped with
    Windows CE 4.2 operating system.

    Signed-off-by: Lukasz Dalek

    Łukasz Dałek
     
  • mx6qsabreauto is a board based on mx6q SoC with the following features:
    - 2GB of DDR3
    - 2 USB ports
    - 1 HDMI output port
    - SPI NOR
    - 2 LVDS LCD ports
    - Gigabit Ethernet
    - Camera
    - eMMC and SD card slot
    - Multichannel Audio
    - CAN
    - SATA
    - NAND
    - PCIE
    - Video Input

    Add very basic support for it.

    Signed-off-by: Fabio Estevam

    Fabio Estevam
     
  • mx6qsabresd is a board based on mx6q SoC with the following features:
    - 1GB of DDR3
    - 1 USB OTG port
    - 1 HDMI output port
    - SPI NOR
    - LVDS panel
    - Gigabit Ethernet
    - Camera Connector
    - eMMC and SD card slot
    - Audio

    Add very basic support for it.

    Signed-off-by: Fabio Estevam

    Fabio Estevam
     
  • Factor out common DDR3 initialization code, allowing easier maintainance of such
    scripts.

    Signed-off-by: Fabio Estevam

    Fabio Estevam
     
  • Medcom is the marketing name for an older, PXA-based version of the same
    device. In order to avoid confusion, rename the Tegra-based version to
    the new marketing name.

    Signed-off-by: Thierry Reding
    Acked-by: Stephen Warren
    Signed-off-by: Tom Warren

    Thierry Reding
     
  • As the board seems to be unmaintained for some time, lets remove
    the support in mainline completely.

    Signed-off-by: Stefan Roese
    Cc: James MacAulay
    Acked-by: Marek Vasut

    Stefan Roese
     
  • As the board seems to be unmaintained for some time, lets remove
    the support in mainline completely.

    Signed-off-by: Stefan Roese
    Cc: Peter De Schrijver
    Acked-by: Marek Vasut

    Stefan Roese
     
  • Since the IOP480 (PPC401/3 variant from PLX) is only used on 2
    boards that are not actively maintained, lets remove support
    for it completely. This way the ppc4xx code will get a bit cleaner.

    Signed-off-by: Stefan Roese
    Acked-by: Matthias Fuchs
    Acked-by: Marek Vasut

    Stefan Roese
     
  • After taking with the former maintainer, delete this platform. The
    patch is from the former maintainer.

    Signed-off-by: Tom Rini

    Tom Rini
     

06 Oct, 2012

1 commit

  • Due to grown code sizes the TQM85xx boards don't build any more with
    some older tool chains (like ELDK 4.2). As these boards have long
    reached EOL it seems a waste of effort trying to fix them. The vendor
    has agreed to drop support for them, too. So let's get rid of them.

    Signed-off-by: Wolfgang Denk
    Cc: Stefan Roese
    cc: Kim Phillips
    Acked-by: Stefan Roese

    Wolfgang Denk