aboutsummaryrefslogtreecommitdiff
path: root/arch/i386/cpu
AgeCommit message (Expand)Author
2011-02-12x86: Defer setup of final stackGraeme Russ
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ
2011-02-12x86: Use Cache-As-RAM for initial stackGraeme Russ
2011-02-12x86: Move initial gd to fixed locationGraeme Russ
2011-02-12sc520: Remove printf calls from cpu_init_fGraeme Russ
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ
2011-02-12sc520: Define MMCR address in include fileGraeme Russ
2011-02-12x86: Make cpu init functions weakGraeme Russ
2011-02-12x86: Call early_board_init when warm bootingGraeme Russ
2011-02-12x86: Add processor flags header from linuxGraeme Russ
2011-02-12x86: Move Global Descriptor Table defines to processor.hGraeme Russ
2011-02-12x86: Add stack dump to register dumpGraeme Russ
2011-02-12x86: Fix mangled umlautsGraeme Russ
2011-02-12sc520: Sort MakefileGraeme Russ
2011-02-12x86: Parametize values used in linker scriptGraeme Russ
2011-02-12x86: Align config.mk and linker scripts with other archesGraeme Russ
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-07x86: Implement fully relocatable imageGraeme Russ
2010-10-07x86: Set cold/warm boot flagGraeme Russ
2010-10-07x86: Place global data below stack before entering CGraeme Russ
2010-10-07x86: Dont clobber %eax after getting memory sizeGraeme Russ
2010-10-07x86: Don't clobber %ebxGraeme Russ
2010-10-07x86: Remove usage of %ebp as a return pointerGraeme Russ
2010-10-07x86: Move ECC initialisation outside RAM initialisationGraeme Russ
2010-10-07x86: Remove progress indication in low-level initGraeme Russ
2010-10-07x86: Fix %ss and %esp in register structure for interruptsGraeme Russ
2010-10-07x86: Change compiler optionsGraeme Russ
2010-10-07x86: Coding Style CleanupGraeme Russ
2010-10-07x86: Move loading of GTD to C codeGraeme Russ
2010-09-13x86: Fix x86 Cold BootGraeme Russ
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-06sc520: Fix minor DRAM Controller Setup bugGraeme Russ
2010-05-06sc520: Update to new AMD CopyrightGraeme Russ
2010-05-06sc520: Board Specific PCI InitGraeme Russ
2010-05-06sc520: Allow boards to override udelayGraeme Russ
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ
2010-05-06x86: Move GDT to a safe location in RAMGraeme Russ
2010-05-06x86: Add RAM bootstrap functionalityGraeme Russ
2010-05-06x86: Split sc520 memory sizing versus reportingGraeme Russ
2010-05-06x86: Fix sc520 memory size reportingGraeme Russ
2010-05-06x86: Add register dump to crash handlersGraeme Russ
2010-05-06x86: Fix MMCR AccessGraeme Russ
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser