aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-12-19x86: Add support for specifying an initrd with the zboot commandGabe Black1-4/+19
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black3-90/+122
2011-12-19x86: Add infrastructure to extract an e820 table from the coreboot tablesGabe Black1-1/+37
2011-12-19x86: Add support for booting Linux using the 32 bit boot protocolGabe Black3-17/+62
2011-12-19x86: Clean up the x86 zimage code in preparation to extend itGabe Black2-58/+45
2011-12-19x86: Import code from coreboot's libpayload to parse the coreboot tableGabe Black7-0/+620
2011-12-19x86: Initial commit for running as a coreboot payloadGabe Black4-0/+148
2011-12-17avr32:mmu.c: fix printf() length modifierAndreas Bießmann1-1/+1
2011-12-17Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk1-0/+1
2011-12-16usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)Lukasz Majewski1-0/+1
2011-12-12powerpc/mpc83xx: set TXEQA/TXEQE value for mpc837XE sataJerry Huang1-1/+10
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala1-6/+16
2011-12-12Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk6-7/+93
2011-12-12Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-0/+4
2011-12-11USB: MX5: add helper functions to enable USB clocksWolfgang Grandegger3-0/+80
2011-12-11usb:gadget:s5p Enable the USB Gadget framework at GONILukasz Majewski1-0/+4
2011-12-11pxa: convert pxa27x_udc to use read and write functionsStefan Herbrechtsmeier1-4/+4
2011-12-11pxa: activate the first usb host port on pxa27x by defaultStefan Herbrechtsmeier1-2/+2
2011-12-11pxa: fix usb host register mismatchStefan Herbrechtsmeier2-1/+3
2011-12-11arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaintsWolfgang Grandegger1-0/+4
2011-12-10sandbox: fix compiling of cpu/os.cAndreas Bießmann1-3/+4
2011-12-10sandbox: Add timer simulationMatthias Weisser3-2/+30
2011-12-10sandbox: Add improved RAM simulationMatthias Weisser2-7/+17
2011-12-10arm, davinci: Use lldiv for the 64-bit divisions in timer.cChristian Riesch1-2/+4
2011-12-09M28: Cleanup memsize.o OOT buildMarek Vasut3-23/+9
2011-12-09i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28Marek Vasut8-0/+1617
2011-12-09i.mx: add the initial support for freescale i.MX6Q processorJason Liu12-0/+3628
2011-12-09i.mx: introduce the armv7/imx-common folderJason Liu6-86/+165
2011-12-09S5PC2XX: Rename S5pc2XX to exynosChander Kashyap13-72/+72
2011-12-09tegra2: Don't use board pointer before it is set upSimon Glass1-9/+1
2011-12-09tegra2: Remove unneeded 'dynamic ram size' messageSimon Glass1-3/+1
2011-12-09tegra2: Remove unneeded boot codeSimon Glass5-147/+1
2011-12-09arm: Move CP15 init out of cpu_init_crit()Simon Glass2-6/+21
2011-12-09tegra2: Simplify tegra_start() boot pathSimon Glass3-25/+37
2011-12-09tegra2: Add arch_cpu_init() to fire up Cortex-A9Simon Glass2-0/+21
2011-12-09Fix warnings in arch/arm/cpu/arm920t/s3c24x0/usb_ohci.cSimon Glass1-8/+12
2011-12-08arch/mips/lib/board.c: Fix GCC 4.6 build warningWolfgang Denk1-4/+6
2011-12-08arch/mips/lib/board.c: make (mostly) checkpatch cleanWolfgang Denk1-64/+60
2011-12-07powerpc: Minimal private libgcc to build on DebianKyle Moffett4-1/+159
2011-12-07Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk1-6/+3
2011-12-07ppc4xx: Remove usbdev.cStefan Roese5-274/+0
2011-12-06arch/arm/include/asm/arch-omap5/clocks.h: Fix GCC 4.2 warningsAnatolij Gustschin1-8/+8
2011-12-06arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix GCC 4.6 warningsAnatolij Gustschin1-5/+3
2011-12-06arch/arm/cpu/armv7/omap-common/spl.c: Fix GCC 4.2 warningsAnatolij Gustschin1-2/+3
2011-12-06MX: serial_mxc: cleanup removing nasty #ifdefStefano Babic6-19/+21
2011-12-06MXS: Add static annotations to dma driverMarek Vasut1-25/+0
2011-12-06mx5: Correct a warning in clock.cSimon Glass1-1/+1
2011-12-06OMAP3: Add SPL_BOARD_INIT hookTom Rini3-0/+13
2011-12-06OMAP3: Add SPL support to omap3_evmTom Rini1-0/+26
2011-12-06OMAP3: Add SPL support to BeagleboardTom Rini1-0/+29