summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ
2012-01-04x86: Split init functions out of board.cGraeme Russ
2012-01-04x86: Move relocation code out of board.cGraeme Russ
2012-01-04x86: Move setup_pcat_compatibility() out of board.cGraeme Russ
2012-01-04x86: Move do_go_exec() out of board.cGraeme Russ
2012-01-04CHECKPATCH: arch/x86/lib/*Graeme Russ
2012-01-04x86: Tweak IDT and GDT for alignment and readabilityGraeme Russ
2012-01-04x86: Allow cache before copy to RAMGraeme Russ
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ
2012-01-04x86: Set GD_FLG_RELOC after entering in-RAM copy of U-BootGraeme Russ
2012-01-04x86: Use fs for global dataGraeme Russ
2012-01-04x86: Rework relocation calculationsGraeme Russ
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ
2012-01-04x86: Rework Global Descriptor Table loadingGraeme Russ
2012-01-04x86: Remove GDR related magic numbersGraeme Russ
2012-01-04x86: Speed up copy-to-RAM and clear BSS operationsGraeme Russ
2012-01-02x86: Import glibc memcpy implementationGraeme Russ
2011-12-23Merge branch 'next' of ../nextWolfgang Denk
2011-12-21arm: Tegra: fix undefined instruction hang immediately after resetTom Warren
2011-12-20AVR32: fix timer_init() functionSven Schnelle
2011-12-19arm, fdt: update ethernet mac address before booting LinuxHeiko Schocher
2011-12-19add print_cpuinfo to s3c24x0David Müller (ELSOFT AG)
2011-12-19omap4_panda: Initialize the USB phyChris Lalancette
2011-12-19davinci: Fixed wrong timebase clock frequency.Manfred Rudigier
2011-12-19arm926ejs: remove noop flush_dcache_all functionIlya Yanok
2011-12-19Coding Style cleanupWolfgang Denk
2011-12-19x86: Add support for specifying an initrd with the zboot commandGabe Black
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black
2011-12-19x86: Add infrastructure to extract an e820 table from the coreboot tablesGabe Black
2011-12-19x86: Add support for booting Linux using the 32 bit boot protocolGabe Black
2011-12-19x86: Clean up the x86 zimage code in preparation to extend itGabe Black
2011-12-19x86: Import code from coreboot's libpayload to parse the coreboot tableGabe Black
2011-12-19x86: Initial commit for running as a coreboot payloadGabe Black
2011-12-17avr32:mmu.c: fix printf() length modifierAndreas Bießmann
2011-12-17Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk
2011-12-16usb:gadget:s5p Enable the USB Gadget framework at Exynos4210 (C210 Universal)Lukasz Majewski
2011-12-12powerpc/mpc83xx: set TXEQA/TXEQE value for mpc837XE sataJerry Huang
2011-12-12powerpc/bootm: Flush ramdisk and device tree image when booting on MPKumar Gala
2011-12-12Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk
2011-12-12Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-12-11USB: MX5: add helper functions to enable USB clocksWolfgang Grandegger
2011-12-11usb:gadget:s5p Enable the USB Gadget framework at GONILukasz Majewski
2011-12-11pxa: convert pxa27x_udc to use read and write functionsStefan Herbrechtsmeier
2011-12-11pxa: activate the first usb host port on pxa27x by defaultStefan Herbrechtsmeier
2011-12-11pxa: fix usb host register mismatchStefan Herbrechtsmeier
2011-12-11arm: add __aeabi_unwind_cpp_pr1() function to avoid linker complaintsWolfgang Grandegger
2011-12-10sandbox: fix compiling of cpu/os.cAndreas Bießmann
2011-12-10sandbox: Add timer simulationMatthias Weisser
2011-12-10sandbox: Add improved RAM simulationMatthias Weisser
2011-12-10arm, davinci: Use lldiv for the 64-bit divisions in timer.cChristian Riesch