| Commit message (Expand) | Author | Age | Lines |
... | |
* | 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 |
* | Add getenv_ulong() to read an integer from an environment variable | Simon Glass | 2011-10-23 | -0/+21 |
* | common: fix missing function pointer relocation in fixup_cmdtable() | Daniel Schwierzeck | 2011-10-23 | -1/+2 |
* | net: emaclite: Move RX/TX ping pong initialization to | Michal Simek | 2011-10-23 | -14/+18 |
* | net: emaclite: Use unsigned long for baseaddr | Michal Simek | 2011-10-23 | -3/+3 |
* | arm, post, memory: fix bug if sdram base != 0x00000000 | Heiko Schocher | 2011-10-23 | -3/+4 |
* | spi/eon: add support for new EON spi flash EN25Q32B | Shaohui Xie | 2011-10-23 | -0/+8 |
* | cache: include asm/cache.h for ARCH_DMA_MINALIGN definition | Anton Staaf | 2011-10-23 | -0/+8 |
* | x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+35 |
* | mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+36 |
* | microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+37 |
* | avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+40 |
* | sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+10 |
* | sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+17 |
* | powerpc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+6 |
* | nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+11 |
* | m68k: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+10 |
* | arm: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+11 |
* | NS16550: trivial code clean for checkpatch | Simon Glass | 2011-10-23 | -25/+28 |
* | MPC85xx: remove broken "mpq101" board | Wolfgang Denk | 2011-10-23 | -447/+1 |
* | serial: uartlite: Fix compilation warnings | Michal Simek | 2011-10-23 | -1/+1 |
* | hwmon: Provide dtt_init() | Dirk Eibach | 2011-10-22 | -9/+34 |
* | common: cosmetic: CONFIG_BOOTFILE checkpatch compliance | Joe Hershberger | 2011-10-22 | -57/+57 |
* | common: cosmetic: CONFIG_ROOTPATH checkpatch compliance | Joe Hershberger | 2011-10-22 | -63/+63 |
* | autoconf.mk.dep: use target cflags, not host | Mike Frysinger | 2011-10-22 | -1/+1 |
* | build: force migration away from $(AR) | Mike Frysinger | 2011-10-22 | -5/+3 |
* | build: add missing $(AR)->$(cmd_link_o_target) update | Mike Frysinger | 2011-10-22 | -16/+16 |
* | Makefile: Remove MLO on make clean | Joel A Fernandes | 2011-10-22 | -0/+1 |