1. 26 7月, 2011 25 次提交
  2. 22 7月, 2011 4 次提交
  3. 20 7月, 2011 1 次提交
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-mmc · 74fac700
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-mmc:
        mmc: rescan fails on empty slot
        AT91:mmc:fix multiple read/write error
        mmc: Access mode validation for eMMC cards > 2 GiB
        mmc: sh_mmcif: add support for Renesas MMCIF
        mmc: fix the condition for MMC version 4
        MMC: add marvell sdhci driver
        MMC: add sdhci generic framework
        MMC: add erase function to both mmc and sd
        MMC: unify mmc read and write operation
        mmc: Tegra2: Enable SD/MMC driver for Seaboard and Harmony
        mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3
      74fac700
  4. 19 7月, 2011 3 次提交
    • M
      Fix typo from 'mb_alloc' -> 'lmb_alloc' · 1bb5e907
      Matthew McClintock 提交于
      Signed-off-by: NMatthew McClintock <msm@freescale.com>
      1bb5e907
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-arm · cdf1a232
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-arm:
        ARM: MX5: Fix broken leftover TO-2 errata workaround
        MX31: Cleanup clock function
        scb9328: Add ARM relocation support
        am3517evm: change console device from ttyS2 to ttyO2
        Remove volatile qualifier in get_ram_size() calls
        TI: TNETV107X Fix Build Error
        ARM: add missing CONFIG_SKIP_LOWLEVEL_INIT for armv7
        arm: add CONFIG_MACH_TYPE setting and documentation
        arm: add __ilog2 function
        Timer: Fix misuse of ARM *timer_masked() functions outside arch/arm
        EfikaMX: Enable EXT2 booting
        EfikaMX: Add missing CONFIG_SYS_TEXT_BASE
        EfikaMX: Use correct imximage.cfg
        MX27: Update to autogenerated asm-offsets.h
        MX5: Update to autogenerated asm-offsets.h
        imx: Add support for zmx25 board
        imx: Make imx25 compatible to mxc_gpio driver and fix in tx25
        imx: Add auto generation of asm-offsets.h for imx25
        imx: Add support for USB EHCI on imx25
        imx: Use correct imx25 reset.c
        imx: Add get_tbclk() function for imx25
        ARM: Update maintainer of board scb9328
        mx27: Make the UART port number explicit
        build: Add targets for auto gen of asm-offsets.h and use it in imx35
        mx31pdk: cosmetic: Fix line over 80 characters
      cdf1a232
    • W
      Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx · 1c6d00c2
      Wolfgang Denk 提交于
      * 'master' of git://git.denx.de/u-boot-mpc85xx:
        powerpc/p2041rdb: Add p2041rdb board support
        powerpc/85xx: Fix detection of P1017E
        powerpc/mpc8548cds: Remove incorrect DDR_MSYNC_IN erratum define
      1c6d00c2
  5. 18 7月, 2011 5 次提交
    • D
      ARM: MX5: Fix broken leftover TO-2 errata workaround · 6e25b6ce
      David Jander 提交于
      This check was broken. r3 does not contain the silicon revision anymore, so
      we need to reload it. Also, this errata only applies to i.MX51.
      Signed-off-by: NDavid Jander <david@protonic.nl>
      Acked-by: NStefano Babic <sbabic@denx.de>
      6e25b6ce
    • S
      MX31: Cleanup clock function · 9f008bb4
      Stefano Babic 提交于
      The patch provide the same API used with other i.MX
      processors and get rid of mx31_ functions.
      Signed-off-by: NStefano Babic <sbabic@denx.de>
      9f008bb4
    • T
      scb9328: Add ARM relocation support · 386393c6
      Torsten Koschorrek 提交于
      This patch fixes compiler errors due to missing definitions of
      CONFIG_SYS_SDRAM_BASE and CONFIG_SYS_INIT_SP_ADDR.
      
      It also does some cleanup: CONFIG_SYS_TEXT_BASE was moved to scb9328.h,
      obsolete config.mk was removed. The scb9328 board has 1 DRAM bank, so don't
      ask for more banks. CONFIG_NR_DRAM_BANKS will ever be 1.
      Signed-off-by: NTorsten Koschorrek <koschorrek@synertronixx.de>
      386393c6
    • Y
      am3517evm: change console device from ttyS2 to ttyO2 · 49473ada
      Yegor Yefremov 提交于
      the serial device names have been changed from ttySx to ttyOx, so the
      console device name should be also changed to support the latest kernel
      versions.
      Signed-off-by: NYegor Yefremov <yegorslists@googlemail.com>
      Acked-by: Vaibhav Hiremath<hvaibhav@ti.com>
      49473ada
    • M
      powerpc/p2041rdb: Add p2041rdb board support · 4f1d1b7d
      Mingkai Hu 提交于
      P2041RDB Specification:
      -----------------------
      Memory subsystem:
       * 4Gbyte unbuffered DDR3 SDRAM SO-DIMM(64bit bus)
       * 128 Mbyte NOR flash single-chip memory
       * 256 Kbit M24256 I2C EEPROM
       * 16 Mbyte SPI memory
       * SD connector to interface with the SD memory card
      
      Ethernet:
       * dTSEC1: connected to the Vitesse SGMII PHY (VSC8221)
       * dTSEC2: connected to the Vitesse SGMII PHY (VSC8221)
       * dTSEC3: connected to the Vitesse SGMII PHY (VSC8221)
       * dTSEC4: connected to the Vitesse RGMII PHY (VSC8641)
       * dTSEC5: connected to the Vitesse RGMII PHY (VSC8641)
      
      PCIe:
       * Lanes E, F, G and H of Bank1 are connected to one x4 PCIe SLOT1
       * Lanes C and Land D of Bank2 are connected to one x4 PCIe SLOT2
      
      SATA: Lanes C and Land D of Bank2 are connected to two SATA connectors
      
      USB 2.0: connected via a internal UTMI PHY to two TYPE-A interfaces
      
      I2C:
       * I2C1: Real time clock, Temperature sensor, Memory module
       * I2C2: Vcore Regulator, 256Kbit I2C Bus EEPROM, PCIe slot1/2
      
      UART: supports two UARTs up to 115200 bps for console
      Signed-off-by: NMingkai Hu <Mingkai.hu@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      4f1d1b7d
  6. 17 7月, 2011 2 次提交