aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-27tegra2: Add more pinmux functionsSimon Glass3-49/+707
2011-10-27tegra2: Rename PIN_ to PINGRP_Simon Glass3-148/+148
2011-10-27tegra2: Add more clock functionsSimon Glass7-215/+999
2011-10-27tegra2: Clean up board code a littleSimon Glass2-48/+20
2011-10-27tegra2: Rename CLOCK_PLL_ID to CLOCK_IDSimon Glass4-27/+26
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
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