summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* x86: Rename i386 to x86Graeme Russ2011-04-1364-8631/+0
* x86: Code cleanupGraeme Russ2011-04-1327-176/+166
* eNET: Remove config.mkGraeme Russ2011-04-131-2/+3
* Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk2011-04-121-1/+1
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2011-03-271-1/+0
* Introduce a new linker flag LDFLAGS_FINALHaiying Wang2011-03-221-1/+1
* sc520: Release CAR and enable cachingGraeme Russ2011-02-121-5/+11
* x86: Convert board_init_f to use an init_sequenceGraeme Russ2011-02-121-41/+29
* x86: Rearrange function calls in board_init_fGraeme Russ2011-02-121-8/+8
* x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ2011-02-122-49/+74
* x86: Fix incorrect usage of relocation offsetGraeme Russ2011-02-122-6/+6
* x86: Move console initialisation into board_init_fGraeme Russ2011-02-121-3/+12
* x86: Move test for cold boot into init functionsGraeme Russ2011-02-122-13/+11
* x86: Move call to dram_init_f into board_init_fGraeme Russ2011-02-123-3/+4
* x86: Defer setup of final stackGraeme Russ2011-02-122-17/+33
* sc520: Move RAM sizing code from asm to CGraeme Russ2011-02-127-755/+610
* x86: Use Cache-As-RAM for initial stackGraeme Russ2011-02-124-21/+115
* x86: Move initial gd to fixed locationGraeme Russ2011-02-123-19/+36
* 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-123-36/+51
* x86: Make cpu init functions weakGraeme Russ2011-02-123-10/+17
* x86: Call early_board_init when warm bootingGraeme Russ2011-02-121-5/+5
* x86: Add processor flags header from linuxGraeme Russ2011-02-126-10/+121
* x86: Move Global Descriptor Table defines to processor.hGraeme Russ2011-02-122-10/+7
* x86: Add stack dump to register dumpGraeme Russ2011-02-121-0/+16
* x86: Fix mangled umlautsGraeme Russ2011-02-122-2/+2
* sc520: Sort MakefileGraeme Russ2011-02-121-1/+1
* x86: Parametize values used in linker scriptGraeme Russ2011-02-124-20/+19
* x86: Align config.mk and linker scripts with other archesGraeme Russ2011-02-123-8/+114
* x86: Fix definition of global_data struct for asm-offsets.cGraeme Russ2011-02-121-1/+1
* Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu2011-01-251-1/+2
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-173-6/+6
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-2/+0
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-261-1/+1
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-181-2/+2
* x86: Implement fully relocatable imageGraeme Russ2010-10-073-24/+35
* x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ2010-10-071-16/+31
* x86: Rearrange linker scriptGraeme Russ2010-10-071-2/+3
* x86: Rename linker script symbolsGraeme Russ2010-10-073-24/+24
* x86: Set cold/warm boot flagGraeme Russ2010-10-073-16/+13
* x86: Place global data below stack before entering CGraeme Russ2010-10-073-37/+37
* 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-073-4/+45
* x86: Change compiler optionsGraeme Russ2010-10-074-17/+12
* x86: Coding Style CleanupGraeme Russ2010-10-074-373/+362
OpenPOWER on IntegriCloud