aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-19ppc4xx: TLB init file cleanupStefan Roese
2010-04-14ppc4xx: Add option for PPC440SPe ports without old Rev. A supportStefan Roese
2010-04-14ppc4xx: alpr: Remove some not needed commands to make image fit againStefan Roese
2010-04-13Update README to reflect new directory structurePeter Tyser
2010-04-13nios2: Move cpu/nios2/* to arch/nios2/cpu/*Peter Tyser
2010-04-13nios: Move cpu/nios/* to arch/nios/cpu/*Peter Tyser
2010-04-13sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]Peter Tyser
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser
2010-04-13microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*Peter Tyser
2010-04-13avr32: Move cpu/at32ap/* to arch/avr32/cpu/*Peter Tyser
2010-04-13mips: Move cpu/mips/* to arch/mips/cpu/*Peter Tyser
2010-04-13blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*Peter Tyser
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser
2010-04-13sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser
2010-04-13Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"Peter Tyser
2010-04-13Move libfdt/ into lib/Peter Tyser
2010-04-13Rename lib_generic/ to lib/Peter Tyser
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser
2010-04-13Create CPUDIR variablePeter Tyser
2010-04-10Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk
2010-04-10FIX: watchdog timeout, while waiting for inputJens Scharsig
2010-04-10config_cmd_all.h: Sort entries alphabeticallyDetlev Zundel
2010-04-10config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFSFrans Meulenbroeks
2010-04-10malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failurekarl.beldan@gmail.com
2010-04-10mkimage: Fix strict-aliasing compiler warningPeter Tyser
2010-04-10Add initial support for Matrix Vision mvSMR board based on MPC5200B.Andre Schwarz
2010-04-09cmd_bmp.c: add standard subcommand handlingFrans Meulenbroeks
2010-04-09drivers/mtd/spi/eeprom_m95xxx.c: add missing error checkingAlbin Tonnerre
2010-04-09Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk
2010-04-09Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk
2010-04-09cmd_ubi: Fix uninitialized variable warningPeter Tyser
2010-04-08USB storage probeKim B. Heino
2010-04-08USB storage countKim B. Heino
2010-04-08EHCI: add NEC PCI IDSergei Shtylyov
2010-04-08EHCI: fix port reset reportingSergei Shtylyov
2010-04-08EHCI: fix off-by-one error in ehci_submit_root()Sergei Shtylyov
2010-04-08EHCI: fix root hub device descriptorSergei Shtylyov
2010-04-08video: ati_radeon_fb.c: fix warning while compiling with DEBUGAnatolij Gustschin
2010-04-08ati_radeon: Support PCI virtual not eq bus mapping.Ed Swarthout
2010-04-08ati_radeon: return with error when emulator failsEd Swarthout
2010-04-08video: cfb_console.c: add support for RLE8 bitmapsAnatolij Gustschin
2010-04-08Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk
2010-04-08Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2010-04-08Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk
2010-04-08Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2010-04-07cfi_flash: reset timer in flash status checkThomas Chou