summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* GCC4.6: Squash warnings in tqm834x.cMarek Vasut2011-10-27-3/+3
* GCC4.6: Squash warnings in mpc8610hpcd.cMarek Vasut2011-10-27-2/+2
* GCC4.6: Squash warnings in diu.cMarek Vasut2011-10-27-1/+1
* GCC4.6: Squash warning in mpc5121ads.cMarek Vasut2011-10-27-2/+2
* GCC4.6: Squash warnings in mpc86xx/interrupts.cMarek Vasut2011-10-27-6/+6
* GCC4.6: Squash warnings in ddr[123]_dimm_params.cMarek Vasut2011-10-27-3/+3
* GCC4.6: Squash warnings in 4xx_pcie.cMarek Vasut2011-10-27-1/+2
* GCC4.6: Squash warnings in 4xx_ibm_ddr2_autocalib.cMarek Vasut2011-10-27-4/+4
* GCC4.6: Squash warnings in 44x_spd_ddr.cMarek Vasut2011-10-27-7/+10
* GCC4.6: Squash warnings in denali_spd_ddr2.cMarek Vasut2011-10-27-26/+26
* GCC4.6: Squash warnings in denali_data_eye.cMarek Vasut2011-10-27-5/+5
* PowerPC: Squash warning in mpc512x serial.cMarek Vasut2011-10-27-1/+1
* cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger2011-10-27-35/+49
* disk: part_efi: fix **pgpt_pte == NULLDoug Anderson2011-10-27-23/+15
* cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson2011-10-27-14/+14
* README: improve documentation of network related CONFIG_ settingsWolfgang Denk2011-10-27-0/+19
* README: white-space cleanupWolfgang Denk2011-10-27-20/+20
* image: Fix inverted logic in architecture check.Thierry Reding2011-10-27-1/+1
* net: Export auto_load, use it in rarpSimon Glass2011-10-27-49/+39
* net: Change for loop to memset()Simon Glass2011-10-27-6/+2
* net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass2011-10-27-1/+10
* net: Make net_transfer() a static functionSimon Glass2011-10-27-1/+1
* net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass2011-10-27-2/+12
* fat: correct ATTR_VFAT checkJ. Vijayanand2011-10-27-3/+3
* fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk2011-10-27-2/+0
* FAT: Add FAT write featureDonggeun Kim2011-10-26-0/+1101
* fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass2011-10-26-0/+19
* fdt: ARM: Implement and verify embedded and separate device treeSimon Glass2011-10-26-0/+12
* fdt: add decode helper librarySimon Glass2011-10-26-0/+276
* fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE)Simon Glass2011-10-26-2/+23
* fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass2011-10-26-2/+291
* fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)Simon Glass2011-10-26-0/+12
* net: tftpput: add tftpput commandSimon Glass2011-10-26-0/+23
* net: tftpput: implement tftp logicSimon Glass2011-10-26-21/+119
* tftpput: add save_addr and save_size global variablesSimon Glass2011-10-26-0/+4
* net: tftpput: Support selecting get/put for tftpSimon Glass2011-10-26-5/+4
* net: tftpput: Factor out start, restart and next block functionsSimon Glass2011-10-26-26/+51
* net: tftpput: move common code into separate functionsSimon Glass2011-10-26-30/+38
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-26-23/+23
* net: tftpput: Add support for receiving ICMP packetsSimon Glass2011-10-26-3/+43
* net: tftpput: Move ICMP code into its own functionSimon Glass2011-10-26-43/+58
* Add setenv_ulong() and setenv_addr()Simon Glass2011-10-26-0/+32
* Move simple_itoa to vsprintfSimon Glass2011-10-26-15/+17
* altera_tse: Fix return of eth_device's recv() callbackJoachim Foerster2011-10-26-0/+2
* altera_tse: m88e1111s: Honor device flags regarding PHY interface modeJoachim Foerster2011-10-26-2/+8
* altera_tse: Add support for dedicated descriptor memoryJoachim Foerster2011-10-26-5/+27
* altera_tse: Fix SGDMA reset triggeringJoachim Foerster2011-10-26-4/+4
* altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync caseJoachim Foerster2011-10-26-0/+6
* part_efi: dcache: allocate cacheline aligned buffersAnton staaf2011-10-25-9/+9
* mmc: dcache: allocate cache aligned buffers for ext_csdAnton staaf2011-10-25-2/+2