aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-24mpc5121: pdm360ng: add coprocessor POSTAnatolij Gustschin5-0/+145
2010-04-24mpc5121: add common post_word_load/store codeAnatolij Gustschin2-0/+26
2010-04-24mpc5121: add support for PDM360NG boardAnatolij Gustschin11-6/+1307
2010-04-24mpc5121: determine RAM size using get_ram_size()Anatolij Gustschin4-1/+9
2010-04-24mpc512x: make MEM IO Control configuration a board config optionAnatolij Gustschin5-5/+7
2010-04-24mpc5121: add PSC serial communication routinesAnatolij Gustschin2-0/+94
2010-04-24mpc512x: add multi serial PSC supportAnatolij Gustschin4-81/+323
2010-04-24serial: struct serial_device: add uninit() entry for driversAnatolij Gustschin9-0/+14
2010-04-24Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk2-2/+87
2010-04-24Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk25-676/+313
2010-04-24Merge branch 'master' of git://git.denx.de/u-boot-microblazeWolfgang Denk9-209/+174
2010-04-24Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk3-3/+27
2010-04-23ppc/85xx: PIO Support for FSL eSDHC Controller DriverDipen Dudhat2-2/+87
2010-04-21Move arch/ppc to arch/powerpcStefan Roese579-877/+879
2010-04-19ppc4xx: TLB init file cleanupStefan Roese25-676/+313
2010-04-19fsl_i2c: Added a callpoint for i2c_board_late_initRichard Retanubun3-3/+27
2010-04-16nios2: Move individual board linker scripts to common script in cpu tree.Scott McNutt6-543/+3
2010-04-16microblaze: Consolidate cache codeMichal Simek3-44/+28
2010-04-16microblaze: Flush cache before jumping to kernelMichal Simek1-0/+8
2010-04-16microblaze: Support system with WB cacheMichal Simek1-1/+1
2010-04-16microblaze: Change initialization sequenceMichal Simek1-3/+12
2010-04-16microblaze: Change cache report messagesMichal Simek1-2/+2
2010-04-16microblaze: Fix interrupt handler codeMichal Simek1-17/+11
2010-04-16microblaze: Move FSL initialization to board.cMichal Simek3-12/+9
2010-04-16microblaze: Move timer initialization to board.cMichal Simek3-7/+9
2010-04-16microblaze: Fix irq.S codeMichal Simek1-120/+62
2010-04-16microblaze: Add FDT supportArun Bhanu1-5/+34
2010-04-14ppc4xx: Add option for PPC440SPe ports without old Rev. A supportStefan Roese3-1/+3
2010-04-14ppc4xx: alpr: Remove some not needed commands to make image fit againStefan Roese1-1/+3
2010-04-13Update README to reflect new directory structurePeter Tyser1-67/+91
2010-04-13nios2: Move cpu/nios2/* to arch/nios2/cpu/*Peter Tyser9-0/+0
2010-04-13nios: Move cpu/nios/* to arch/nios/cpu/*Peter Tyser18-9/+9
2010-04-13sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]Peter Tyser24-5/+5
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser17-4/+4
2010-04-13microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*Peter Tyser9-1/+1
2010-04-13avr32: Move cpu/at32ap/* to arch/avr32/cpu/*Peter Tyser18-1/+1
2010-04-13mips: Move cpu/mips/* to arch/mips/cpu/*Peter Tyser19-6/+6
2010-04-13blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*Peter Tyser29-30/+30
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser79-88/+88
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser407-56/+56
2010-04-13sh: Move cpu/$CPU to arch/sh/cpu/$CPUPeter Tyser25-4/+4
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser442-387/+392
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser629-11/+9
2010-04-13Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"Peter Tyser33-36/+36
2010-04-13Move libfdt/ into lib/Peter Tyser12-7/+7
2010-04-13Rename lib_generic/ to lib/Peter Tyser194-321/+321
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser251-232/+232
2010-04-13Change directory-specific CFLAGS to use full pathPeter Tyser20-25/+30
2010-04-13Create CPUDIR variablePeter Tyser14-32/+33
2010-04-10Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk16-251/+453