aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-23net: enc28j60_lpc2292: drop unused !NET_MULTI driverMike Frysinger2-984/+0
2011-10-23powerpc/lib/board.c: Call run_post(POST_ROM) before relocatingBernhard Kaindl1-7/+7
2011-10-23net/dns.c: Fix endian conversion for big-endian in dns commandBernhard Kaindl1-12/+8
2011-10-23x86: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-23sparc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-10/+3
2011-10-23powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+8
2011-10-23mips: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-11/+3
2011-10-23microblaze: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-3/+2
2011-10-23m68k: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+8
2011-10-23blackfin: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-7/+2
2011-10-23avr32: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-13/+3
2011-10-23arm: Use getenv_ulong() in place of getenv(), strtoulSimon Glass1-25/+11
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass2-0/+21
2011-10-23common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck1-1/+2
2011-10-23net: emaclite: Move RX/TX ping pong initialization toMichal Simek3-14/+18
2011-10-23net: emaclite: Use unsigned long for baseaddrMichal Simek2-3/+3
2011-10-23arm, post, memory: fix bug if sdram base != 0x00000000Heiko Schocher1-3/+4
2011-10-23spi/eon: add support for new EON spi flash EN25Q32BShaohui Xie1-0/+8
2011-10-23cache: include asm/cache.h for ARCH_DMA_MINALIGN definitionAnton Staaf1-0/+8
2011-10-23x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+35
2011-10-23mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+36
2011-10-23microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+37
2011-10-23avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+40
2011-10-23sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+10
2011-10-23sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+17
2011-10-23powerpc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf1-0/+6