summaryrefslogtreecommitdiff
path: root/arch/i386/cpu/start.S
Commit message (Expand)AuthorAgeLines
* x86: Rename i386 to x86Graeme Russ2011-04-13-132/+0
* x86: Code cleanupGraeme Russ2011-04-13-17/+11
* x86: Fix incorrect usage of relocation offsetGraeme Russ2011-02-12-1/+1
* x86: Move call to dram_init_f into board_init_fGraeme Russ2011-02-12-3/+0
* x86: Defer setup of final stackGraeme Russ2011-02-12-15/+29
* sc520: Move RAM sizing code from asm to CGraeme Russ2011-02-12-34/+14
* x86: Use Cache-As-RAM for initial stackGraeme Russ2011-02-12-18/+17
* x86: Move initial gd to fixed locationGraeme Russ2011-02-12-6/+6
* x86: Call early_board_init when warm bootingGraeme Russ2011-02-12-5/+5
* x86: Add processor flags header from linuxGraeme Russ2011-02-12-1/+2
* x86: Fix mangled umlautsGraeme Russ2011-02-12-1/+1
* x86: Implement fully relocatable imageGraeme Russ2010-10-07-0/+6
* x86: Set cold/warm boot flagGraeme Russ2010-10-07-13/+6
* x86: Place global data below stack before entering CGraeme Russ2010-10-07-0/+8
* x86: Dont clobber %eax after getting memory sizeGraeme Russ2010-10-07-3/+2
* x86: Don't clobber %ebxGraeme Russ2010-10-07-2/+2
* x86: Remove usage of %ebp as a return pointerGraeme Russ2010-10-07-6/+6
* x86: Move ECC initialisation outside RAM initialisationGraeme Russ2010-10-07-0/+11
* x86: Remove progress indication in low-level initGraeme Russ2010-10-07-42/+2
* x86: Change compiler optionsGraeme Russ2010-10-07-9/+3
* x86: Coding Style CleanupGraeme Russ2010-10-07-15/+15
* x86: Move loading of GTD to C codeGraeme Russ2010-10-07-96/+0
* x86: Move GDT to a safe location in RAMGraeme Russ2010-05-06-0/+96
* x86: Add RAM bootstrap functionalityGraeme Russ2010-05-06-0/+36
* x86: Split sc520 memory sizing versus reportingGraeme Russ2010-05-06-0/+5
* i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser2010-04-13-0/+135