summaryrefslogtreecommitdiff
path: root/arch/i386/cpu/start.S
AgeCommit message (Expand)Author
2011-04-13x86: Rename i386 to x86Graeme Russ
2011-04-13x86: Code cleanupGraeme Russ
2011-02-12x86: Fix incorrect usage of relocation offsetGraeme Russ
2011-02-12x86: Move call to dram_init_f into board_init_fGraeme Russ
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-12x86: Call early_board_init when warm bootingGraeme Russ
2011-02-12x86: Add processor flags header from linuxGraeme Russ
2011-02-12x86: Fix mangled umlautsGraeme Russ
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: Change compiler optionsGraeme Russ
2010-10-07x86: Coding Style CleanupGraeme Russ
2010-10-07x86: Move loading of GTD to C codeGraeme Russ
2010-05-05x86: Move GDT to a safe location in RAMGraeme Russ
2010-05-05x86: Add RAM bootstrap functionalityGraeme Russ
2010-05-05x86: Split sc520 memory sizing versus reportingGraeme Russ
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser