aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-29cmd_fat.c: fix build warningAnatolij Gustschin1-1/+0
2012-09-29common: add zip command supportLei Wen3-0/+67
2012-09-29lib: add gzip lib function callbackLei Wen3-0/+150
2012-09-29lib: zlib: remove the limitation for cannot using 0 as startLei Wen1-3/+1
2012-09-29lib: zlib: include deflate into zlib buildLei Wen4-9/+51
2012-09-29lib: zlib: import trees file from 1.2.5Lei Wen2-0/+1371
2012-09-29lib: zlib: import deflate source file from 1.2.5Lei Wen2-0/+2176
2012-09-28remove unnecessary code in ata_piixPavel Herrmann1-3/+0
2012-09-28disk: allow - or empty string to fall back to $bootdeviceStephen Warren1-1/+2
2012-09-27Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini177-166/+1379
2012-09-27SPL: Add support for loading image from ram in SPL.Pavel Machek3-0/+26
2012-09-27SPL: Rework how we inform about un-headered imagesTom Rini1-5/+2
2012-09-27SPL: Make un-supported boot device puts a debug insteadTom Rini1-3/+1
2012-09-27SPL: Enable use of custom defined U-Boot entry pointStefan Roese1-1/+4
2012-09-27SPL: SPI: Enhance spi_spl_load to match the other load functionsTom Rini3-14/+15
2012-09-27SPL: Add option to skip copying of the mkimage headerStefan Roese2-4/+20
2012-09-27SPL: Add NOR flash booting supportStefan Roese4-0/+71
2012-09-27da850: Add README.da850Tom Rini1-0/+68
2012-09-27hawkboard: Update config file to work with common spl frameworkSughosh Ganu1-1/+1
2012-09-27ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini11-113/+101
2012-09-27net: Quietly ignore DHCP Option 28 (Broadcast Address)Brian Rzycki1-0/+2
2012-09-27PXE: FDT: Add support for fdt in PXEChander Kashyap2-5/+48
2012-09-27FEC: Replace magic contantsMarek Vasut2-3/+6
2012-09-27FEC: Rework the TX wait mechanismMarek Vasut1-9/+11
2012-09-27FEC: Remove endless loop in the FEC driverMarek Vasut1-1/+13
2012-09-27FEC: Properly align address over the buffers for cache opsMarek Vasut1-6/+8
2012-09-27FEC: Do not pass unaligned buffer to network stackMarek Vasut1-1/+2
2012-09-27net: Add Vitesse VSC8662 PHY supportPriyanka Jain1-4/+14
2012-09-27net/phy: support the mv88e6352 switchValentin Longchamp3-0/+411
2012-09-27net: eth_write_hwaddr: Return error for invalid MACsBenoît Thébaudeau1-2/+5
2012-09-27SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/splTom Rini3-12/+5
2012-09-27SPL: Use image_get_xxx() functions to access header valuesStefan Roese1-5/+5
2012-09-27SPL: do not use fix value for u-boot sizeStefano Babic1-1/+5
2012-09-27SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linuxTom Rini9-46/+98
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini28-59/+138
2012-09-27ARM: SPL: Move gpmc_init() to spl_board_init()Tom Rini7-1/+14
2012-09-27ARM: SPL: Start hooking in the current SPI SPL supportTom Rini2-0/+8
2012-09-27ARM: SPL: Clean up spl.c / spl_nand.c slightlyTom Rini2-16/+8
2012-09-27ARM: SPL: Make spl_mmc.c more genericTom Rini5-26/+38
2012-09-27ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>Tom Rini13-76/+203
2012-09-27ARM: SPL: Only call mem_malloc_init if configuredTom Rini1-0/+2
2012-09-27ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.cTom Rini3-14/+3
2012-09-27ARM: SPL: Rename omap_boot_mode to spl_boot_mode()Tom Rini5-5/+5
2012-09-27ARM: SPL: Rename omap_boot_device to spl_boot_deviceTom Rini6-8/+8
2012-09-27omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.Pavel Machek1-3/+3
2012-09-27omap-common: Fix typo in save_boot_params() in lowlevel_init.STom Rini1-1/+1
2012-09-27omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()Tom Rini9-19/+15
2012-09-27spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORTTom Rini1-0/+4
2012-09-27Makefile: Move SPL files to clobber, remove from cleanTom Rini1-4/+3
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau4-38/+105