aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/cpu
AgeCommit message (Expand)AuthorFilesLines
2011-02-12sc520: Release CAR and enable cachingGraeme Russ1-5/+11
2011-02-12x86: Fix incorrect usage of relocation offsetGraeme Russ1-1/+1
2011-02-12x86: Move test for cold boot into init functionsGraeme Russ1-3/+4
2011-02-12x86: Move call to dram_init_f into board_init_fGraeme Russ1-3/+0
2011-02-12x86: Defer setup of final stackGraeme Russ1-15/+29
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ5-753/+547
2011-02-12x86: Use Cache-As-RAM for initial stackGraeme Russ4-21/+115
2011-02-12x86: Move initial gd to fixed locationGraeme Russ1-6/+6
2011-02-12sc520: Remove printf calls from cpu_init_fGraeme Russ1-2/+0
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ1-19/+0
2011-02-12sc520: Define MMCR address in include fileGraeme Russ2-29/+22
2011-02-12x86: Make cpu init functions weakGraeme Russ2-10/+15
2011-02-12x86: Call early_board_init when warm bootingGraeme Russ1-5/+5
2011-02-12x86: Add processor flags header from linuxGraeme Russ5-10/+21
2011-02-12x86: Move Global Descriptor Table defines to processor.hGraeme Russ1-7/+1
2011-02-12x86: Add stack dump to register dumpGraeme Russ1-0/+16
2011-02-12x86: Fix mangled umlautsGraeme Russ1-1/+1
2011-02-12sc520: Sort MakefileGraeme Russ1-1/+1
2011-02-12x86: Parametize values used in linker scriptGraeme Russ2-16/+14
2011-02-12x86: Align config.mk and linker scripts with other archesGraeme Russ2-2/+106
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier2-4/+4
2010-10-07x86: Implement fully relocatable imageGraeme Russ1-0/+6
2010-10-07x86: Set cold/warm boot flagGraeme Russ2-16/+10
2010-10-07x86: Place global data below stack before entering CGraeme Russ1-0/+8
2010-10-07x86: Dont clobber %eax after getting memory sizeGraeme Russ1-3/+2
2010-10-07x86: Don't clobber %ebxGraeme Russ2-7/+12
2010-10-07x86: Remove usage of %ebp as a return pointerGraeme Russ3-10/+10
2010-10-07x86: Move ECC initialisation outside RAM initialisationGraeme Russ2-14/+14
2010-10-07x86: Remove progress indication in low-level initGraeme Russ1-42/+2
2010-10-07x86: Fix %ss and %esp in register structure for interruptsGraeme Russ1-4/+19
2010-10-07x86: Change compiler optionsGraeme Russ2-15/+4
2010-10-07x86: Coding Style CleanupGraeme Russ4-373/+362
2010-10-07x86: Move loading of GTD to C codeGraeme Russ2-96/+57
2010-09-13x86: Fix x86 Cold BootGraeme Russ1-0/+5
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-05-06sc520: Fix minor DRAM Controller Setup bugGraeme Russ1-1/+1
2010-05-06sc520: Update to new AMD CopyrightGraeme Russ1-40/+77
2010-05-06sc520: Board Specific PCI InitGraeme Russ1-37/+2
2010-05-06sc520: Allow boards to override udelayGraeme Russ1-0/+4
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ2-507/+1
2010-05-06x86: Move GDT to a safe location in RAMGraeme Russ2-14/+103
2010-05-06x86: Add RAM bootstrap functionalityGraeme Russ2-6/+38
2010-05-06x86: Split sc520 memory sizing versus reportingGraeme Russ2-38/+61
2010-05-06x86: Fix sc520 memory size reportingGraeme Russ1-18/+17
2010-05-06x86: Add register dump to crash handlersGraeme Russ1-34/+180
2010-05-06x86: Fix MMCR AccessGraeme Russ4-52/+63
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser14-0/+2643