| Commit message (Expand) | Author | Age | Lines |
* | tegra2: Rename CLOCK_PLL_ID to CLOCK_ID | Simon Glass | 2011-10-27 | -27/+26 |
* | FAT: Add FAT write feature | Donggeun Kim | 2011-10-26 | -0/+1101 |
* | fdt: ARM: Add fdtcontroladdr to set device tree address in environment | Simon Glass | 2011-10-26 | -0/+19 |
* | fdt: ARM: Implement and verify embedded and separate device tree | Simon Glass | 2011-10-26 | -0/+12 |
* | fdt: add decode helper library | Simon Glass | 2011-10-26 | -0/+276 |
* | fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE) | Simon Glass | 2011-10-26 | -2/+23 |
* | fdt: Add support for embedded device tree (CONFIG_OF_EMBED) | Simon Glass | 2011-10-26 | -2/+291 |
* | fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL) | Simon Glass | 2011-10-26 | -0/+12 |
* | net: tftpput: add tftpput command | Simon Glass | 2011-10-26 | -0/+23 |
* | net: tftpput: implement tftp logic | Simon Glass | 2011-10-26 | -21/+119 |
* | tftpput: add save_addr and save_size global variables | Simon Glass | 2011-10-26 | -0/+4 |
* | net: tftpput: Support selecting get/put for tftp | Simon Glass | 2011-10-26 | -5/+4 |
* | net: tftpput: Factor out start, restart and next block functions | Simon Glass | 2011-10-26 | -26/+51 |
* | net: tftpput: move common code into separate functions | Simon Glass | 2011-10-26 | -30/+38 |
* | net: tftpput: Rename TFTP to TFTPGET | Simon Glass | 2011-10-26 | -23/+23 |
* | net: tftpput: Add support for receiving ICMP packets | Simon Glass | 2011-10-26 | -3/+43 |
* | net: tftpput: Move ICMP code into its own function | Simon Glass | 2011-10-26 | -43/+58 |
* | Add setenv_ulong() and setenv_addr() | Simon Glass | 2011-10-26 | -0/+32 |
* | Move simple_itoa to vsprintf | Simon Glass | 2011-10-26 | -15/+17 |
* | altera_tse: Fix return of eth_device's recv() callback | Joachim Foerster | 2011-10-26 | -0/+2 |
* | altera_tse: m88e1111s: Honor device flags regarding PHY interface mode | Joachim Foerster | 2011-10-26 | -2/+8 |
* | altera_tse: Add support for dedicated descriptor memory | Joachim Foerster | 2011-10-26 | -5/+27 |
* | altera_tse: Fix SGDMA reset triggering | Joachim Foerster | 2011-10-26 | -4/+4 |
* | altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync case | Joachim Foerster | 2011-10-26 | -0/+6 |
* | part_efi: dcache: allocate cacheline aligned buffers | Anton staaf | 2011-10-25 | -9/+9 |
* | mmc: dcache: allocate cache aligned buffers for ext_csd | Anton staaf | 2011-10-25 | -2/+2 |
* | ext2: Cache line aligned partial sector bounce buffer | Anton staaf | 2011-10-25 | -1/+1 |
* | mmc: dcache: allocate cache aligned buffer for scr and switch_status | Anton staaf | 2011-10-25 | -5/+5 |
* | tegra: define CONFIG_SYS_CACHELINE_SIZE for tegra | Anton staaf | 2011-10-25 | -0/+2 |
* | cache: add ALLOC_CACHE_ALIGN_BUFFER macro | Anton staaf | 2011-10-25 | -0/+60 |
* | Revert "km_arm: enable POST for these boards" | Wolfgang Denk | 2011-10-24 | -38/+0 |
* | arm: Correct build error introduced by getenv_ulong() patch | Simon Glass | 2011-10-24 | -4/+8 |
* | powerpc: Correct build warning introduced by getenv_ulong() patch | Simon Glass | 2011-10-24 | -3/+7 |
* | mkimage: adding support for Davinci AIS image | Stefano Babic | 2011-10-23 | -5/+560 |
* | net: xilinx_enet: drop unused !NET_MULTI driver | Mike Frysinger | 2011-10-23 | -4957/+0 |
* | net: sc589: drop unused !NET_MULTI driver | Mike Frysinger | 2011-10-23 | -953/+0 |
* | net: s3c4510b_eth: drop unused !NET_MULTI driver | Mike Frysinger | 2011-10-23 | -544/+0 |
* | net: ns9750: drop !NET_MULTI driver | Mike Frysinger | 2011-10-23 | -1090/+0 |
* | net: enc28j60_lpc2292: drop unused !NET_MULTI driver | Mike Frysinger | 2011-10-23 | -984/+0 |
* | powerpc/lib/board.c: Call run_post(POST_ROM) before relocating | Bernhard Kaindl | 2011-10-23 | -7/+7 |
* | net/dns.c: Fix endian conversion for big-endian in dns command | Bernhard Kaindl | 2011-10-23 | -12/+8 |
* | x86: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -11/+3 |
* | sparc: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -10/+3 |
* | powerpc: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -25/+8 |
* | mips: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -11/+3 |
* | microblaze: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -3/+2 |
* | m68k: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -25/+8 |
* | blackfin: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -7/+2 |
* | avr32: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -13/+3 |
* | arm: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -25/+11 |