microblaze: Fix msr handling in interrupt_handler
[oweals/u-boot.git] / arch / i386 / cpu /
2011-02-12 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-mips
2011-02-12 Graeme Russsc520: Release CAR and enable caching
2011-02-12 Graeme Russx86: Fix incorrect usage of relocation offset
2011-02-12 Graeme Russx86: Move test for cold boot into init functions
2011-02-12 Graeme Russx86: Move call to dram_init_f into board_init_f
2011-02-12 Graeme Russx86: Defer setup of final stack
2011-02-12 Graeme Russsc520: Move RAM sizing code from asm to C
2011-02-12 Graeme Russx86: Use Cache-As-RAM for initial stack
2011-02-12 Graeme Russx86: Move initial gd to fixed location
2011-02-12 Graeme Russsc520: Remove printf calls from cpu_init_f
2011-02-12 Graeme Russsc520: Move board specific settings to board init function
2011-02-12 Graeme Russsc520: Define MMCR address in include file
2011-02-12 Graeme Russx86: Make cpu init functions weak
2011-02-12 Graeme Russx86: Call early_board_init when warm booting
2011-02-12 Graeme Russx86: Add processor flags header from linux
2011-02-12 Graeme Russx86: Move Global Descriptor Table defines to processor.h
2011-02-12 Graeme Russx86: Add stack dump to register dump
2011-02-12 Graeme Russx86: Fix mangled umlauts
2011-02-12 Graeme Russsc520: Sort Makefile
2011-02-12 Graeme Russx86: Parametize values used in linker script
2011-02-12 Graeme Russx86: Align config.mk and linker scripts with other...
2010-12-09 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-11-30 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-samsung
2010-11-19 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2010-11-17 Sebastien CarlierSwitch from archive libraries to partial linking
2010-10-17 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-10-11 Wolfgang DenkMerge branch 'at91' of git://git.denx.de/u-boot-atmel
2010-10-11 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-10-11 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-x86
2010-10-07 Graeme Russx86: Implement fully relocatable image
2010-10-07 Graeme Russx86: Set cold/warm boot flag
2010-10-07 Graeme Russx86: Place global data below stack before entering C
2010-10-07 Graeme Russx86: Dont clobber %eax after getting memory size
2010-10-07 Graeme Russx86: Don't clobber %ebx
2010-10-07 Graeme Russx86: Remove usage of %ebp as a return pointer
2010-10-07 Graeme Russx86: Move ECC initialisation outside RAM initialisation
2010-10-07 Graeme Russx86: Remove progress indication in low-level init
2010-10-07 Graeme Russx86: Fix %ss and %esp in register structure for interrupts
2010-10-07 Graeme Russx86: Change compiler options
2010-10-07 Graeme Russx86: Coding Style Cleanup
2010-10-07 Graeme Russx86: Move loading of GTD to C code
2010-09-15 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-nand...
2010-09-15 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-x86
2010-09-12 Graeme Russx86: Fix x86 Cold Boot
2010-07-06 Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot
2010-07-04 Wolfgang DenkMake sure that argv[] argument pointers are not modified.
2010-05-31 Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-05-21 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-imx
2010-05-06 Wolfgang DenkMerge branch 'master' of git://git.denx.de/u-boot-i2c
2010-05-05 Graeme Russsc520: Fix minor DRAM Controller Setup bug
2010-05-05 Graeme Russsc520: Update to new AMD Copyright
2010-05-05 Graeme Russsc520: Board Specific PCI Init
2010-05-05 Graeme Russsc520: Allow boards to override udelay
2010-05-05 Graeme Russx86: Use CONFIG_SERIAL_MULTI
2010-05-05 Graeme Russx86: Move GDT to a safe location in RAM
2010-05-05 Graeme Russx86: Add RAM bootstrap functionality
2010-05-05 Graeme Russx86: Split sc520 memory sizing versus reporting
2010-05-05 Graeme Russx86: Fix sc520 memory size reporting
2010-05-05 Graeme Russx86: Add register dump to crash handlers
2010-05-05 Graeme Russx86: Fix MMCR Access
2010-04-19 Minkyu KangMerge branch 'master' of git://git.denx.de/u-boot-arm
2010-04-13 Peter Tyseri386: Move cpu/i386/* to arch/i386/cpu/*