03 Oct, 2012

3 commits


19 Sep, 2012

1 commit

  • This board is the only board that still sticks to OneNAND IPL.
    Remove this board, since we have SPL around for a while and
    OneNAND is well supported in the SPL framework. The board can
    be revived if necessary.

    Signed-off-by: Marek Vasut
    Cc: Albert Aribaud
    Cc: Kyungmin Park
    Cc: Tom Rini

    Marek Vasut
     

13 Sep, 2012

1 commit


01 Sep, 2012

12 commits


10 Aug, 2012

1 commit


08 Aug, 2012

1 commit


01 Aug, 2012

1 commit


10 Jul, 2012

1 commit

  • The Tamonten Evaluation Carrier is an evaluation board for the Tamonten
    processor board. More information is available here:

    http://www.avionic-design.de/en/products/nvidia-tegra-tamonten-system-en/nvidia-tegra-tamonten-evboard-en.html

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

    Thierry Reding
     

09 Jul, 2012

1 commit

  • * 'master' of git://git.denx.de/u-boot-arm: (212 commits)
    ARM: cache: Move the cp15 CR register read before flushing the cache.
    ARM: introduce arch_early_init_r()
    PXA: Enable CONFIG_PREBOOT on zipitz2
    ARM: mx28: Remove CONFIG_ARCH_CPU_INIT
    No need to define CONFIG_ARCH_CPU_INIT.
    add new board vl_ma2sc
    MTD: SPEAr SMI: Add write support for length < 4 bytes
    i2c: designware_i2c.c: Add support for the "i2c probe" command
    rtc/m41t62: Add support for M41T82 with HT (Halt Update)
    SPL: ARM: spear: Add SPL support for SPEAr600 platform
    Makefile: Add u-boot.spr build target (SPEAr)
    SPL: ARM: spear: Remove some objects from SPL build
    SPL: lib/Makefile: Add crc32.c to SPL build
    SPL: common/Makefile: Add image.c to SPL build
    arm: Don't use printf() in SPL builds
    GPIO: Add SPEAr GPIO driver
    net: Multiple updates/enhancements to designware.c
    cleanup/SPEAr: Define configuration flags more elegantly
    cleanup/SPEAr: Remove unnecessary parenthesis
    SPEAr: Correct SoC ID offset in misc configuration space
    SPEAr: explicitly select clk src for UART
    SPEAr: Remove CONFIG_MTD_NAND_VERIFY_WRITE to speed up NAND access
    SPEAr: Enable ONFI nand flash detection for spear3xx and 6xx and evb
    SPEAr: Enable CONFIG_SYS_FLASH_EMPTY_INFO macro
    SPEAr: Correct the definition of CONFIG_SYS_MONITOR_BASE
    SPEAr: Enable CONFIG_SYS_FLASH_PROTECTION
    SPEAr: Enable dcache for fast file transfer
    SPEAr: Enable autoneg for ethernet
    SPEAr: Enable udc and usb-console support only for usbtty configuration
    SPEAr: Enable usb device high speed support
    SPEAr: Initialize SNOR in early_board_init_f
    SPEAr: Change the default environment variables
    SPEAr: Remove unused flag (CONFIG_SYS_HZ_CLOCK)
    SPEAr: Add configuration options for spear3xx and spear6xx boards
    SPEAr: Add basic arch related support for SPEAr SoCs
    SPEAr: Add interface information in initialization
    SPEAr: Add macb driver support for spear310 and spear320
    SPEAr: Configure network support for spear SoCs
    SPEAr: Place ethaddr write and read within CONFIG_CMD_NET
    SPEAr: Eliminate dependency on Xloader table
    SPEAr: Fix ARM relocation support
    st_smi: Fixed page size for Winbond W25Q128FV flash
    st_smi: Change timeout loop implementation
    st_smi: Fix bug in flash_print_info()
    st_smi: Change the flash probing method
    st_smi: Removed no needed dependency on ST_M25Pxx_ID
    st_smi: Fix smi read status
    st_smi: Move status register read before modifying ctrl register
    st_smi: Read status until timeout happens
    st_smi: Enhance the error handling
    st_smi: Change SMI timeout values
    st_smi: Return error in case TFF is not set
    st_smi: Add support for SPEAr SMI driver
    mtd/NAND: Remove obsolete SPEAr specific NAND drivers
    SPEAr: Configure FSMC driver for NAND interface
    mtd/NAND: Add FSMC driver support
    arm/km: remove calls to kw_gpio_* in board_early_init_f
    arm/km: add implementation for read_dip_switch
    arm/km: support the 2 PCIe fpga resets
    arm/km: skip FPGA config when already configured
    arm/km: redefine piggy 4 reg names to avoid conflicts
    arm/km: cleanup km_kirkwood boards
    arm/km: enable BOCO2 FPGA download support
    arm/km: remove portl2.h and use km_kirkwood instead
    arm/km: convert mgcoge3un target to km_kirkwood
    arm/km: add kmcoge5un board support
    arm/km: add kmnusa board support
    arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0
    cm-t35: fix incorrect NAND_ECC layout selection
    ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls.
    ARM: OMAP4/5: Move USB pads to essential list.
    ARM: OMAP4/5: Move USB clocks to essential group.
    ARM: OMAP4/5: Move gpmc clocks to essential group.
    ARM: OMAP4+: Move external phy initialisations to arch specific place.
    omap4: Use a smaller M,N couple for IVA DPLL
    da850/omap-l138: Enable auto negotiation in RMII mode
    omap: am33xx: accomodate input clocks other than 24 Mhz
    omap: emif: fix bug in manufacturer code test
    omap: emif: deal with rams that return duplicate mr data on all byte lanes
    OMAP4+: Force DDR in self-refresh after warm reset
    OMAP4+: Handle sdram init after warm reset
    ARM: OMAP3+: Detect reset type
    arm: bugfix: Move vector table before jumping relocated code
    Kirkwood: Add support for Ka-Ro TK71
    arm/km: use spi claim bus to switch between SPI and NAND
    arm/kirkwood: protect the ENV_SPI #defines
    ARM: don't probe PHY address for LaCie boards
    lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2
    lacie_kw: fix SDRAM banks number for net2big_v2
    Kirkwood: add lschlv2 and lsxhl board support
    net: add helper to generate random mac address
    net: use common rand()/srand() functions
    lib: add rand() function
    kwboot: boot kirkwood SoCs over a serial link
    kw_spi: add weak functions board_spi_claim/release_bus
    kw_spi: support spi_claim/release_bus functions
    kw_spi: backup and reset the MPP of the chosen CS pin
    kirkwood: fix calls to kirkwood_mpp_conf
    kirkwood: add save functionality kirkwood_mpp_conf function
    km_arm: use filesize for erase in update command
    arm/km: enable mii cmd
    arm/km: remove CONFIG_RESET_PHY_R
    arm/km: change maintainer for mgcoge3un
    arm/km: fix wrong comment in SDRAM config for mgcoge3un
    arm/km: use ARRAY_SIZE macro
    arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
    arm/km: add piggy mac adress offset for mgcoge3un
    arm/km: add board type to boards.cfg
    AT91SAM9*: Change kernel address in dataflash to match u-boot's size
    ATMEL/PIO: Enable new feature of PIO on Atmel device
    ehci-atmel: fix compiler warning
    AT91: at91sam9m10g45ek : Enable EHCI instead OHCI
    Atmel : usb : add EHCI driver for Atmel SoC
    Fix: AT91SAM9263 nor flash usage
    Fix: broken boot message at serial line on AT91SAM9263-EK board
    i.MX6 USDHC: Use the ESDHC clock
    mx28evk: Fix boot by adjusting HW_DRAM_CTL29 register
    i.MX28: Add function to adjust memory parameters
    mx28evk: Fix PSWITCH key position
    mx53smd: Remove CONFIG_SYS_I2C_SLAVE definition
    mx53loco: Remove CONFIG_SYS_I2C_SLAVE definition
    mx53evk: Remove CONFIG_SYS_I2C_SLAVE definition
    mx53ard: Remove CONFIG_SYS_I2C_SLAVE definition
    mx35pdk: Remove CONFIG_SYS_I2C_SLAVE definition
    imx31_phycore: Remove CONFIG_SYS_I2C_SLAVE definition
    mx53ard: Remove unused CONFIG_MII_GASKET
    mx6: Avoid writing to read-only bits in imximage.cfg
    m28evk: use same notation to alloc the 128kB stack
    ...

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

07 Jul, 2012

8 commits

  • * add support for board VL+MA2SC
    * adds vl_ma2sc_config for standard NOR boot configuration
    * adds vl_ma2sc_ram_config for RAM load configuration

    Signed-off-by: Jens Scharsig

    esw@bus-elektronik.de
     
  • For u-boot this board is similar to mgcoge3un. But some differences
    are present. We have a different SDRAM on it and therefore a new
    SDRAM config file. Additionaly this board has a direct MAC/MAC
    connection from the kirkwood to a marvell simple switch without a
    phy inbetween, this needs a new configuration for the mvgbe driver.

    Signed-off-by: Holger Brunck
    Signed-off-by: Valentin Longchamp
    cc: Gerlando Falauto
    cc: Prafulla Wadaskar

    Holger Brunck
     
  • This board is similar to portl2, but it has the u-boot environment
    in a SPI NOR flash and not in an i2c eeprom like portl2 have.

    Some other details:
    - IVM EEPROM is at adress: pca9547:70:9
    - PCI is enabled
    - PIGGY4 is connected via MV88E6352 simple switch. There is no phy
    between the simple switch and the kirkwood.

    Signed-off-by: Holger Brunck
    Signed-off-by: Valentin Longchamp
    cc: Gerlando Falauto
    cc: Prafulla Wadaskar

    Holger Brunck
     
  • This patch adds support for both the Linkstation Live (LS-CHLv2) and
    Linkstation Pro (LS-XHL) by Buffalo.

    Signed-off-by: Michael Walle
    Cc: Prafulla Wadaskar

    Michael Walle
     
  • Signed-off-by: Holger Brunck
    Signed-off-by: Valentin Longchamp
    Acked-By: Heiko Schocher
    cc: Prafulla Wadaskar
    cc: Gerlando Falauto

    Holger Brunck
     
  • Signed-off-by: Stephen Warren
    Signed-off-by: Tom Warren

    Stephen Warren
     
  • Whistler is a highly configurable Tegra evaluation and development board.
    This change adds support for the following specific configuration:

    E1120 motherboard
    E1108 CPU board
    E1116 PMU board

    The motherboard configuration switches are set as follows:
    SW1=0 SW2=0 SW3=5
    S1/S2/S3/S4 all on, except S3 7/8 are off.

    Other combinations of daugher boards may work to varying degrees, but will
    likely require some SW adjustment.

    Signed-off-by: Stephen Warren
    Signed-off-by: Tom Warren

    Stephen Warren
     
  • BSC9131RDB is a Freescale reference design board for BSC9131 SoC. BSC9131 SOC
    is an integrated device that targets Femto base station market. It combines
    Power Architecture e500v2 and DSP StarCore SC3850 core technologies with
    MAPLE-B2F baseband acceleration processing elements

    BSC9131RDB Overview
    -----------------
    -1Gbyte DDR3 (on board DDR)
    -128Mbyte 2K page size NAND Flash
    -256 Kbit M24256 I2C EEPROM
    -128 Mbit SPI Flash memory
    -USB-ULPI
    -eTSEC1: Connected to RGMII PHY
    -eTSEC2: Connected to RGMII PHY
    -DUART interface: supports one UARTs up to 115200 bps for console display
    Apart from the above it also consists various peripherals to support DSP
    functionalities.

    This patch adds support for mainly Power side functionalities and peripherals

    Signed-off-by: Ramneek Mehresh
    Signed-off-by: Priyanka Jain
    Signed-off-by: Akhil Goyal
    Signed-off-by: Rajan Srivastava
    Signed-off-by: Poonam Aggrwal
    Signed-off-by: Prabhakar Kushwaha

    Prabhakar Kushwaha
     

16 Jun, 2012

2 commits

  • Signed-off-by: Holger Brunck
    cc: Kim Phillips
    cc: Valentin Longchamp
    cc: Gerlando Falauto
    cc: Heiko Schocher
    Signed-off-by: Kim Phillips

    Holger Brunck
     
  • This board is a MPC8360 board. Two flashes are present
    a NOR flash were u-boot and the u-boot environment is stored
    and a NAND flash for the application code. This board has 512MB
    SDRAM.

    Additionaly we introduce a common km8360.h file and convert kmeter1 to
    use this.

    Signed-off-by: Holger Brunck
    Signed-off-by: Christian Herzig
    cc: Kim Phillips
    cc: Valentin Longchamp
    cc: Gerlando Falauto
    cc: Heiko Schocher
    Signed-off-by: Kim Phillips

    Holger Brunck
     

28 May, 2012

2 commits

  • The AP-SH4A-4A board has SH7734, 64MB DDR2-SDRAM, USB,
    Ethernet, and more.

    This patch supports the following functions:
    - 64MB DDR2-SDRAM
    - 16MB NOR Flash memory
    - Serial console (SCIF)
    - Ethernet (SH-Ether with Gigabit)
    - I2C

    Signed-off-by: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Nobuhiro Iwamatsu
     
  • The r0p7734 board has SH7734, 128MB DDR2-SDRAM, USB,
    Ethernet, and more.

    This patch supports the following functions:
    - 128MB DDR2-SDRAM
    - 32MB NOR Flash memory
    - Serial console (SCIF)
    - Ethernet (SH-Ether/SMSC)

    Signed-off-by: Nobuhiro Iwamatsu
    Signed-off-by: Nobuhiro Iwamatsu

    Nobuhiro Iwamatsu
     

15 May, 2012

4 commits


22 Apr, 2012

1 commit


16 Apr, 2012

1 commit