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