aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-23net: sc589: drop unused !NET_MULTI driverMike Frysinger
2011-10-23net: s3c4510b_eth: drop unused !NET_MULTI driverMike Frysinger
2011-10-23net: ns9750: drop !NET_MULTI driverMike Frysinger
2011-10-23net: enc28j60_lpc2292: drop unused !NET_MULTI driverMike Frysinger
2011-10-23powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl
2011-10-23net/dns.c: Fix endian conversion for big-endian in dns commandBernhard Kaindl
2011-10-23x86: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23sparc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23mips: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23microblaze: Use getenv_ulong() in place of getenv(), strtoulSimon Glass