aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger34-35/+49
2011-10-27disk: part_efi: fix **pgpt_pte == NULLDoug Anderson1-23/+15
2011-10-27cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson1-14/+14
2011-10-27README: improve documentation of network related CONFIG_ settingsWolfgang Denk1-0/+19
2011-10-27README: white-space cleanupWolfgang Denk1-20/+20
2011-10-27image: Fix inverted logic in architecture check.Thierry Reding1-1/+1
2011-10-27net: Export auto_load, use it in rarpSimon Glass4-49/+39
2011-10-27net: Change for loop to memset()Simon Glass1-6/+2
2011-10-27net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass1-1/+10
2011-10-27net: Make net_transfer() a static functionSimon Glass1-1/+1
2011-10-27net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass2-2/+12
2011-10-27fat: correct ATTR_VFAT checkJ. Vijayanand1-3/+3
2011-10-27fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk1-2/+0
2011-10-26FAT: Add FAT write featureDonggeun Kim5-0/+1101
2011-10-26fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass3-0/+19
2011-10-26fdt: ARM: Implement and verify embedded and separate device treeSimon Glass1-0/+12
2011-10-26fdt: add decode helper librarySimon Glass3-0/+276
2011-10-26fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE)Simon Glass3-2/+23
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass6-2/+291
2011-10-26fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)Simon Glass2-0/+12
2011-10-26net: tftpput: add tftpput commandSimon Glass1-0/+23
2011-10-26net: tftpput: implement tftp logicSimon Glass3-21/+119
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass2-0/+4
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass4-5/+4
2011-10-26net: tftpput: Factor out start, restart and next block functionsSimon Glass1-26/+51
2011-10-26net: tftpput: move common code into separate functionsSimon Glass1-30/+38
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass7-23/+23
2011-10-26net: tftpput: Add support for receiving ICMP packetsSimon Glass2-3/+43
2011-10-26net: tftpput: Move ICMP code into its own functionSimon Glass1-43/+58
2011-10-26Add setenv_ulong() and setenv_addr()Simon Glass2-0/+32
2011-10-26Move simple_itoa to vsprintfSimon Glass3-15/+17
2011-10-26altera_tse: Fix return of eth_device's recv() callbackJoachim Foerster1-0/+2
2011-10-26altera_tse: m88e1111s: Honor device flags regarding PHY interface modeJoachim Foerster1-2/+8
2011-10-26altera_tse: Add support for dedicated descriptor memoryJoachim Foerster3-5/+27
2011-10-26altera_tse: Fix SGDMA reset triggeringJoachim Foerster1-4/+4
2011-10-26altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync caseJoachim Foerster1-0/+6
2011-10-25part_efi: dcache: allocate cacheline aligned buffersAnton staaf1-9/+9
2011-10-25mmc: dcache: allocate cache aligned buffers for ext_csdAnton staaf1-2/+2
2011-10-25ext2: Cache line aligned partial sector bounce bufferAnton staaf1-1/+1
2011-10-25mmc: dcache: allocate cache aligned buffer for scr and switch_statusAnton staaf1-5/+5
2011-10-25tegra: define CONFIG_SYS_CACHELINE_SIZE for tegraAnton staaf1-0/+2
2011-10-25cache: add ALLOC_CACHE_ALIGN_BUFFER macroAnton staaf2-0/+60
2011-10-24Revert "km_arm: enable POST for these boards"Wolfgang Denk2-38/+0
2011-10-24arm: Correct build error introduced by getenv_ulong() patchSimon Glass1-4/+8
2011-10-24powerpc: Correct build warning introduced by getenv_ulong() patchSimon Glass1-3/+7
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic7-5/+560
2011-10-23net: xilinx_enet: drop unused !NET_MULTI driverMike Frysinger10-4957/+0
2011-10-23net: sc589: drop unused !NET_MULTI driverMike Frysinger3-953/+0
2011-10-23net: s3c4510b_eth: drop unused !NET_MULTI driverMike Frysinger3-544/+0
2011-10-23net: ns9750: drop !NET_MULTI driverMike Frysinger4-1090/+0