summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-27GCC4.6: Squash warnings in denali_spd_ddr2.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in denali_data_eye.cMarek Vasut
2011-10-27PowerPC: Squash warning in mpc512x serial.cMarek Vasut
2011-10-27cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INITHelmut Raiger
2011-10-27disk: part_efi: fix **pgpt_pte == NULLDoug Anderson
2011-10-27cosmetic: Replace __FUNCTION__ with __func__ in part_efi.cDoug Anderson
2011-10-27README: improve documentation of network related CONFIG_ settingsWolfgang Denk
2011-10-27README: white-space cleanupWolfgang Denk
2011-10-27image: Fix inverted logic in architecture check.Thierry Reding
2011-10-27net: Export auto_load, use it in rarpSimon Glass
2011-10-27net: Change for loop to memset()Simon Glass
2011-10-27net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass
2011-10-27net: Make net_transfer() a static functionSimon Glass
2011-10-27net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass
2011-10-27fat: correct ATTR_VFAT checkJ. Vijayanand
2011-10-27fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk
2011-10-26FAT: Add FAT write featureDonggeun Kim
2011-10-26fdt: ARM: Add fdtcontroladdr to set device tree address in environmentSimon Glass
2011-10-26fdt: ARM: Implement and verify embedded and separate device treeSimon Glass
2011-10-26fdt: add decode helper librarySimon Glass
2011-10-26fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE)Simon Glass
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass
2011-10-26fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)Simon Glass
2011-10-26net: tftpput: add tftpput commandSimon Glass
2011-10-26net: tftpput: implement tftp logicSimon Glass
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass
2011-10-26net: tftpput: Factor out start, restart and next block functionsSimon Glass
2011-10-26net: tftpput: move common code into separate functionsSimon Glass
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass
2011-10-26net: tftpput: Add support for receiving ICMP packetsSimon Glass
2011-10-26net: tftpput: Move ICMP code into its own functionSimon Glass
2011-10-26Add setenv_ulong() and setenv_addr()Simon Glass
2011-10-26Move simple_itoa to vsprintfSimon Glass
2011-10-26altera_tse: Fix return of eth_device's recv() callbackJoachim Foerster
2011-10-26altera_tse: m88e1111s: Honor device flags regarding PHY interface modeJoachim Foerster
2011-10-26altera_tse: Add support for dedicated descriptor memoryJoachim Foerster
2011-10-26altera_tse: Fix SGDMA reset triggeringJoachim Foerster
2011-10-26altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync caseJoachim Foerster
2011-10-25part_efi: dcache: allocate cacheline aligned buffersAnton staaf
2011-10-25mmc: dcache: allocate cache aligned buffers for ext_csdAnton staaf
2011-10-25ext2: Cache line aligned partial sector bounce bufferAnton staaf
2011-10-25mmc: dcache: allocate cache aligned buffer for scr and switch_statusAnton staaf
2011-10-25tegra: define CONFIG_SYS_CACHELINE_SIZE for tegraAnton staaf
2011-10-25cache: add ALLOC_CACHE_ALIGN_BUFFER macroAnton staaf
2011-10-24Revert "km_arm: enable POST for these boards"Wolfgang Denk
2011-10-24arm: Correct build error introduced by getenv_ulong() patchSimon Glass
2011-10-24powerpc: Correct build warning introduced by getenv_ulong() patchSimon Glass
2011-10-23mkimage: adding support for Davinci AIS imageStefano Babic
2011-10-23net: xilinx_enet: drop unused !NET_MULTI driverMike Frysinger