05 Oct, 2014

1 commit


09 Aug, 2014

1 commit


12 Sep, 2013

1 commit


11 Sep, 2013

1 commit


04 Sep, 2013

1 commit


30 Aug, 2013

1 commit


28 Aug, 2013

1 commit

  • add support for the am335x based boards from siemens:

    dxr2:
    - DDR3 128MiB
    - NAND 256MiB
    - Ethernet with external Switch SMSC LAN9303
    - no PMIC
    - internal Watchdog
    - DFU support

    pxm2:
    - DDR2 512 MiB
    - NAND 1024 MiB
    - PMIC
    - PHY atheros ar803x
    - USB Host
    - internal Watchdog
    - DFU support

    rut:
    - DDR3 256 MiB
    - NAND 256 MiB
    - PMIC
    - PHY natsemi dp83630
    - external Watchdog
    - DFU support

    Signed-off-by: Heiko Schocher
    Signed-off-by: Roger Meier
    Signed-off-by: Samuel Egli
    Cc: Pascal Bach
    Cc: Tom Rini

    Heiko Schocher
     

20 Aug, 2013

1 commit


19 Aug, 2013

1 commit


18 Aug, 2013

1 commit


16 Aug, 2013

2 commits

  • Signed-off-by: Antoine Tenart
    [trini: Change to SPDX, fix a few compiler warnings, adapt to
    CONFIG_OMAP_COMMON]
    Signed-off-by: Tom Rini

    TENART Antoine
     
  • add the am1808 based ipam390 board from Barix.

    - 128MByte, DDR2, synchronous RAM 16bit databus to SDRAM
    interface
    - 128MByte, NAND Flash, 8bit databus to the NANDFlash
    Interface
    - Ethernet PHY Micrel KSZ8051R via RMII
    - Console on UART 0
    - booting fron nand flash
    - spl falcon bootmode

    Signed-off-by: Heiko Schocher
    Cc: Tom Rini

    Heiko Schocher
     

13 Aug, 2013

1 commit


10 Aug, 2013

2 commits

  • C29XPCIE board is a series of Freescale PCIe add-in cards to perform
    as public key crypto accelerator or secure key management module. It
    includes C293PCIE board, C293PCIE board and C291PCIE board.

    - 512KB platform SRAM in addition to 512K L2 Cache/SRAM
    - 512MB soldered DDR3 32bit memory
    - CPLD System Logic
    - 64MB x16 NOR flash and 4GB x8 NAND flash
    - 16MB SPI flash

    Signed-off-by: Mingkai Hu
    Singed-off-by: Po Liu
    [yorksun: Fixup include/configs/C29XPCIE.h]
    Signed-off-by: York Sun

    Mingkai Hu
     
  • Add emulator support for T4240. Emulator has limited peripherals and
    interfaces. Difference between emulator and T4240QDS includes:
    ECC for DDR is disabled due the procedure to load images
    No board FPGA (QIXIS)
    NOR flash has 32-bit port for higher loading speed
    IFC and I2C timing don't really matter, so set them fast
    No ethernet

    Signed-off-by: York Sun

    York Sun
     

09 Aug, 2013

1 commit


26 Jul, 2013

1 commit


17 Jul, 2013

1 commit

  • The gdsys ControlCenter Digital board is based on a Freescale P1022 QorIQ SOC.
    It boots from SPI-Flash but can be configured to boot from SD-card for
    factory programming and testing.
    On board peripherals include:
    - 2x GbE
    - Lattice ECP3 FPGA connected via PCIe
    - mSATA RAID1
    - USB host
    - DisplayPort video output
    - Atmel TPM

    Signed-off-by: Dirk Eibach
    Signed-off-by: Reinhard Pfau
    Signed-off-by: Andy Fleming

    Dirk Eibach
     

15 Jul, 2013

1 commit

  • The files board/qi/qi_lb60/qi_lb60.c and include/configs/qi_lb60.h were
    licensed under the GPL v3 or later, and not v2 or later. As this is
    incompatible with the project, revert this board support until the
    responsible parties are available to re-license (if so desired) under
    GPL v2.

    Signed-off-by: Tom Rini

    Tom Rini
     

28 Jun, 2013

2 commits


26 Jun, 2013

1 commit


22 Jun, 2013

1 commit

  • This patch adds support for the Palm Treo 680 smartphone. A quick overview of
    u-boot implementation on the treo 680...

    The treo 680 has a Diskonchip G4 nand flash chip. This device has a 2k region
    that maps to the system bus at the reset vector in a NOR-like fashion so that it
    can be used as the boot device. The phone is shipped with this 2k region
    configured as write-protected (can't be modified) and programmed with an initial
    program loader (IPL). At power-up, this IPL loads the contents of two flash
    blocks to SDRAM and jumps to it. The capacity of the two blocks is not large
    enough to hold all of u-boot, so a u-boot SPL is used. To conserve flash space,
    these two blocks and the necessary number of subsequent blocks are programmed
    with a concatenated spl + u-boot image. That way, the IPL will also load a
    portion of u-boot proper, and when the spl runs, it relocates the portion of
    u-boot that the IPL has already loaded, and then resumes loading the remaining
    part of u-boot before jumping to it.

    The default_environment is used (CONFIG_ENV_IS_NOWHERE) because I didn't think
    that having a writable environment was worth the cost of a flash block, although
    adding it would be straightforward. I abuse the CONFIG_EXTRA_ENV_SETTINGS
    option to specify the usbtty for the console (CONFIG_SYS_CONSOLE_IS_IN_ENV).

    Support for the LCD is included, but currently it is only useful for displaying
    the u-boot splash screen. But if u-boot is built without the usbtty console, it
    does display the auto-boot progress nicely.

    Signed-off-by: Mike Dunn

    Mike Dunn
     

13 Jun, 2013

1 commit

  • LP-8x4x is a programmable automation controller by ICP DAS. It is
    shipped with outdated U-Boot v1.3.0

    This patch adds enough supports to boot the board:
    - 128M of 128M SDRAM
    - 32M of 48M NOR Flash memory
    - 1 of 4 Serial consoles (PXA FFUART)
    - 2 of 2 Ethernet controllers (DM9000)

    Signed-off-by: Sergey Yanovich
    Series-to: u-boot
    Series-cc: marex

    Sergey Yanovich
     

10 Jun, 2013

2 commits


08 Jun, 2013

1 commit


04 Jun, 2013

1 commit


03 Jun, 2013

1 commit


30 May, 2013

1 commit


23 May, 2013

3 commits

  • Add Seagate GoFlex Home support

    Start with dockstar configuration
    define support for RTC, DATE, SATA and EXT4FS

    Signed-off-by: Suriyan Ramasami

    Suriyan Ramasami
     
  • This patch creates a new config for the A5 dual core tile that includes the
    generic config for the Versatile Express platform.

    The generic config has been modified to provide support for the Extended
    Memory Map, as used on the A5 core tile. A5 does not support the legacy
    memory map.

    Signed-off-by: Ryan Harkin
    Signed-off-by: Andre Przywara

    Ryan Harkin
     
  • The current ca9x4_ct_vxp platform contains support for a Versatile
    Express motherboard with a quad core A9 core tile.

    This patch separates the Versatile Express motherboard code and the
    A9 specific code, to ease supporting more core tiles in the next
    patches.

    Andre: merged the first two of Ryan's original patches and did some
    checkpatch fixes.

    Signed-off-by: Ryan Harkin
    Signed-off-by: Andre Przywara

    Ryan Harkin
     

21 May, 2013

1 commit

  • Add sama5d3xek support with following feature
    - boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector
    - boot from SPI flash support
    - boot from SD card support
    - LCD support
    - EMAC support
    - USB OHCI support

    Signed-off-by: Bo Shen
    Signed-off-by: Andreas Bießmann

    Bo Shen
     

18 May, 2013

2 commits


12 May, 2013

2 commits


10 May, 2013

2 commits

  • "cm-t35" in U-Boot source code is called "cm_t35".
    Make the change "cm-t35" -> "cm_t35" for better greppability.

    Signed-off-by: Igor Grinberg

    Igor Grinberg
     
  • The IGEP COM AQUILA and CYGNUS are industrial processors modules with
    following highlights:

    o AM3352/AM3354 Texas Instruments processor
    o Cortex-A8 ARM CPU
    o 3.3 volts Inputs / Outputs use industrial
    o 256 MB DDR3 SDRAM / 128 Megabytes FLASH
    o MicroSD card reader on-board
    o Ethernet controller on-board
    o JTAG debug connector available
    o Designed for industrial range purposes

    Signed-off-by: Enric Balletbo i Serra

    Enric Balletbo i Serra