aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-08mmc: Implement card detection.Thierry Reding15-0/+33
2012-01-08mmc: Change board_mmc_getcd() function prototype.Thierry Reding11-50/+39
2012-01-08drivers/mmc/mv_sdhci.c: Fix build warningAnatolij Gustschin1-2/+1
2012-01-08ftsdc010: improve performance and capabilityMacpaul Lin1-85/+103
2012-01-08mmc: add host_caps checking avoid switch card improperlyMacpaul Lin1-0/+10
2012-01-08i.mx: fsl_esdhc: add the i.mx6q supportJason Liu1-3/+9
2012-01-05ARM: highbank: enable networking and pxeRob Herring2-2/+28
2012-01-05net: add Calxeda xgmac driverRob Herring4-0/+558
2012-01-05Correctly handle input files beginning with several newlinesDavid Wagner1-5/+5
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim1-0/+11
2012-01-05usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett1-20/+25
2012-01-05fs/fat: Improve error handlingKyle Moffett1-4/+14
2012-01-05fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett1-63/+52
2012-01-05ext2: Cache line align indirection buffersSimon Glass1-6/+12
2012-01-05tools/env: allow overwrite of ethaddr on defaultGrant Erickson1-2/+11
2012-01-05Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk59-134/+2687
2012-01-05tools/mkenvimage.c: Fix a merge issueHorst Kronstorfer1-2/+2
2012-01-05env: remove value from boolean definesIgor Grinberg2-7/+7
2012-01-05common.h: remove value from bool definesIgor Grinberg1-8/+8
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg9-39/+9
2012-01-05fpga: Spartan-3: let print the progress if configuredStefano Babic1-1/+0
2012-01-05FPGA: use debug() instead of module debug printfStefano Babic1-31/+28
2012-01-05fpga: add definition for Xilinx Spartan-6 XC6SLX4Stefano Babic1-0/+9
2012-01-05phy: add phy_smsc_init() declarationVladimir Zapolskiy1-0/+1
2012-01-05fw_env.h: added a few missing definesFrans Meulenbroeks1-0/+4
2012-01-05fat: reset VFAT short alias checksum on first matchSergei Shtylyov1-0/+2
2012-01-05git-mailrc: Add self to davinci/omap, add tiTom Rini1-2/+3
2011-12-24tegra2: Optimize out-of-tree build for Ventana.Thierry Reding1-2/+1
2011-12-24tegra: Move boards over to use arch-level board UART functionSimon Glass2-121/+5
2011-12-24tegra: Add support for UART init in cpu board.cSimon Glass2-0/+81
2011-12-24tegra: Add a function mux featureSimon Glass3-1/+100
2011-12-24tegra: add clock_ll_start_uart() to enable UART prior to relocSimon Glass2-0/+25
2011-12-24tegra: Move clock_early_init() to arch_cpu_init()Simon Glass2-3/+3
2011-12-24tegra: Move cpu_init_cp15() to arch_cpu_init()Simon Glass2-3/+4
2011-12-24arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/masterTom Warren3-3/+4
2011-12-24tegra: Fix build error in plutux, medcomSimon Glass2-0/+4
2011-12-24tegra2: Add Avionic Design Medcom support.Thierry Reding5-0/+159
2011-12-24tegra2: Add Avionic Design Plutux support.Thierry Reding5-0/+162
2011-12-24tegra2: Add common Avionic Design Tamonten support.Thierry Reding2-0/+192
2011-12-24tegra2: Move tegra2_mmc_init() prototype to public header.Thierry Reding5-5/+29
2011-12-24tegra2: Change CONFIG_SYS_TEXT_BASE to 0x00108000.Thierry Reding1-1/+1
2011-12-24tegra2: Always build with USE_PRIVATE_LIBGCC=yes.Thierry Reding1-0/+2
2011-12-24tegra2: Plumb in SPI/UART switch codeSimon Glass3-0/+12
2011-12-24tegra2: spi: Support SPI / UART switchSimon Glass1-0/+14
2011-12-24tegra2: Implement SPI / UART GPIO switchSimon Glass4-1/+231
2011-12-24tegra2: Enable SPI environment on SeaboardSimon Glass3-2/+13
2011-12-24tegra2: config: Enable SPI flash on SeaboardSimon Glass1-0/+11
2011-12-24tegra2: spi: Add SPI driver for Tegra2 SOCTom Warren5-0/+347
2011-12-24tegra2: Add UARTB supportSimon Glass1-0/+10
2011-12-24tegra2: Tidy UART selectionSimon Glass1-23/+34