aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-11-28x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer3-0/+119
2012-11-28x86: Add some missing includesGabe Black2-0/+5
2012-11-28x86: Allow excluding reset vector code from u-bootGabe Black2-2/+6
2012-11-28x86: Add initial memory barrier macrosSimon Glass1-0/+8
2012-11-28x86: Add ilog2 to bitopsGraeme Russ1-0/+5
2012-11-28x86: Remove duplicate PCI initGraeme Russ1-3/+0
2012-11-28x86: Put global data on the stackGraeme Russ7-52/+63
2012-11-28x86: Forward declare gd_tGraeme Russ3-5/+7
2012-11-27Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2-2/+0
2012-11-27EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung1-0/+36
2012-11-26Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini11-82/+573
2012-11-26spl/85xx: new SPL supportScott Wood5-9/+98
2012-11-26spl/powerpc: introduce CONFIG_SPL_INIT_MINIMALScott Wood4-15/+70
2012-11-26powerpc/mpc85xx: consistently use COBJS-yScott Wood1-9/+10
2012-11-26spl/mpc85xx: rename cpu_init_nand.c to spl_minimal.cScott Wood1-0/+0
2012-11-26spl/mpc85xx: move udelay to cpu codeScott Wood1-0/+17
2012-11-26powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood2-0/+334
2012-11-26powerpc/mpc85xx: fix TLB alignmentScott Wood1-4/+4
2012-11-26powerpc: change .fixup test to a GCC version testScott Wood2-6/+5
2012-11-26powerpc/mpc85xx: add comma before "already enabled"Scott Wood1-1/+1
2012-11-26powerpc/mpc85xx: move debug tlb entry after TLB is in known stateScott Wood1-44/+40
2012-11-25MIPS: do not initialize timestamp variable before relocate_codeZhi-zhou Zhang2-2/+0
2012-11-20musb-new: omap2plus backend driverIlya Yanok1-0/+4
2012-11-20OMAP3: am35x: add musb functionsIlya Yanok3-0/+104
2012-11-20OMAP3: am35x_def.h: add USB definesIlya Yanok1-0/+27
2012-11-20musb-new: am35x backend driverIlya Yanok1-0/+3
2012-11-20am33xx: init OTG hardware and new musb gadget driverIlya Yanok4-3/+105
2012-11-20musb-new: dsps backend driverIlya Yanok1-0/+25
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok3-3/+3
2012-11-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-0/+21
2012-11-19Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini1-0/+8
2012-11-14mx51evk: Fix build error when CONFIG_VIDEO is disabledVikram Narayanan1-0/+21
2012-11-14pmic: Introduce power_init_board() method at ./lib/board.c fileƁukasz Majewski1-0/+8
2012-11-10nios2: remove asm/status_led.hThomas Chou1-31/+0
2012-11-08microblaze: Fix compilation failure because of missing libdtsMichal Simek1-0/+2
2012-11-07microblaze: Remove asm/bitops.h from asm/posix_types.hMichal Simek1-3/+0
2012-11-07microblaze: Flush caches before enabling themMichal Simek3-10/+6
2012-11-07microblaze: Fix byteorder for microblazeMichal Simek1-23/+0
2012-11-07microblaze: Fix compilation warning in ext2_find_next_zero_bitMichal Simek1-1/+2
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini22-272/+1435
2012-11-04powerpc/mpc83xx: sparse fixesKim Phillips2-4/+6
2012-11-04powerpc/mpc85xx: sparse fixesKim Phillips2-2/+2
2012-11-04arch/powerpc/cpu/mpc8xxx/: sparse fixesKim Phillips4-7/+10
2012-11-04arch/powerpc/lib/board.c, *traps.c: sparse fixesKim Phillips13-303/+206
2012-11-04arch/powerpc/lib/extable.c: sparse fixKim Phillips1-4/+1
2012-11-04arch/powerpc/include/asm/io.h: fix warning: preprocessor token __iomem redefinedKim Phillips1-1/+0
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips3-6/+2
2012-11-04socfpga/spl: Remove malloc.hVikram Narayanan1-1/+0
2012-11-04socfpga/spl: Remove timer_init from spl_board_initVikram Narayanan1-3/+0
2012-11-03Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD4-13/+59