summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*Peter Tyser2010-04-13-30/+30
* m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser2010-04-13-88/+88
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-56/+56
* sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser2010-04-13-4/+4
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-13-387/+392
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-13-11/+9
* Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"Peter Tyser2010-04-13-36/+36
* Move libfdt/ into lib/Peter Tyser2010-04-13-7/+7
* Rename lib_generic/ to lib/Peter Tyser2010-04-13-321/+321
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-13-232/+232
* Change directory-specific CFLAGS to use full pathPeter Tyser2010-04-13-25/+30
* Create CPUDIR variablePeter Tyser2010-04-13-32/+33
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2010-04-10-251/+453
|\
| * Blackfin: IP04: new board portBrent Kandetzki2010-04-07-1/+294
| * Blackfin: drop bfin #undef in linker scriptMike Frysinger2010-04-07-2/+1
| * Blackfin: call watchdog_init() for external watchdogsMike Frysinger2010-04-07-0/+6
| * Blackfin: link with normal ABI targetMike Frysinger2010-04-07-2/+2
| * Blackfin: sync ptrace headers with linuxMike Frysinger2010-04-07-233/+126
| * Blackfin: cm-bf561: update network/env settingsHarald Krapfenbauer2010-04-07-9/+6
| * Blackfin: bf537-stamp: add board test definesMike Frysinger2010-04-07-0/+9
| * Blackfin: relax .data alignmentMike Frysinger2010-04-07-1/+1
| * Blackfin: drop reference to gd->reloc_offMike Frysinger2010-04-07-3/+5
| * Blackfin: disable NetBSD bootm support by defaultMike Frysinger2010-04-07-0/+3
* | FIX: watchdog timeout, while waiting for inputJens Scharsig2010-04-10-0/+3
* | config_cmd_all.h: Sort entries alphabeticallyDetlev Zundel2010-04-10-3/+3
* | config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFSFrans Meulenbroeks2010-04-10-0/+2
* | malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failurekarl.beldan@gmail.com2010-04-10-1/+1
* | mkimage: Fix strict-aliasing compiler warningPeter Tyser2010-04-10-5/+3
* | Add initial support for Matrix Vision mvSMR board based on MPC5200B.Andre Schwarz2010-04-10-1/+1088
* | cmd_bmp.c: add standard subcommand handlingFrans Meulenbroeks2010-04-09-25/+56
* | drivers/mtd/spi/eeprom_m95xxx.c: add missing error checkingAlbin Tonnerre2010-04-09-0/+6
* | Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk2010-04-09-1/+1
|\ \
| * | cmd_ubi: Fix uninitialized variable warningPeter Tyser2010-04-09-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2010-04-09-26/+32
|\ \ \
| * | | USB storage probeKim B. Heino2010-04-08-2/+2
| * | | USB storage countKim B. Heino2010-04-08-6/+9
| * | | EHCI: add NEC PCI IDSergei Shtylyov2010-04-08-0/+1
| * | | EHCI: fix port reset reportingSergei Shtylyov2010-04-08-15/+17
| * | | EHCI: fix off-by-one error in ehci_submit_root()Sergei Shtylyov2010-04-08-1/+1
| * | | EHCI: fix root hub device descriptorSergei Shtylyov2010-04-08-2/+2
| |/ /
* | | video: ati_radeon_fb.c: fix warning while compiling with DEBUGAnatolij Gustschin2010-04-08-1/+1
* | | ati_radeon: Support PCI virtual not eq bus mapping.Ed Swarthout2010-04-08-28/+33
* | | ati_radeon: return with error when emulator failsEd Swarthout2010-04-08-2/+4
* | | video: cfb_console.c: add support for RLE8 bitmapsAnatolij Gustschin2010-04-08-2/+204
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk2010-04-08-0/+2
|\ \
| * | cfi_flash: reset timer in flash status checkThomas Chou2010-04-07-0/+2
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2010-04-08-304/+517
|\ \
| * | ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL sizeKumar Gala2010-04-07-0/+9
| * | p2020ds: add alternate boot bank support using the ngPIXIS FPGATimur Tabi2010-04-07-89/+222
| * | fsl: improve the PIXIS code and fix a few bugsTimur Tabi2010-04-07-170/+127