aboutsummaryrefslogtreecommitdiff
path: root/arch/i386
AgeCommit message (Expand)Author
2011-04-13x86: Rename i386 to x86Graeme Russ
2011-04-13x86: Code cleanupGraeme Russ
2011-04-13eNET: Remove config.mkGraeme Russ
2011-04-12Make STANDALONE_LOAD_ADDR configurable per boardWolfgang Denk
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk
2011-03-22Introduce a new linker flag LDFLAGS_FINALHaiying Wang
2011-02-12sc520: Release CAR and enable cachingGraeme Russ
2011-02-12x86: Convert board_init_f to use an init_sequenceGraeme Russ
2011-02-12x86: Rearrange function calls in board_init_fGraeme Russ
2011-02-12x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ
2011-02-12x86: Fix incorrect usage of relocation offsetGraeme Russ
2011-02-12x86: Move console initialisation into board_init_fGraeme Russ
2011-02-12x86: Move test for cold boot into init functionsGraeme 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-12sc520: Remove printf calls from cpu_init_fGraeme Russ
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ
2011-02-12sc520: Define MMCR address in include fileGraeme Russ
2011-02-12x86: Make cpu init functions weakGraeme 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: Move Global Descriptor Table defines to processor.hGraeme Russ
2011-02-12x86: Add stack dump to register dumpGraeme Russ
2011-02-12x86: Fix mangled umlautsGraeme Russ
2011-02-12sc520: Sort MakefileGraeme Russ
2011-02-12x86: Parametize values used in linker scriptGraeme Russ
2011-02-12x86: Align config.mk and linker scripts with other archesGraeme Russ
2011-02-12x86: Fix definition of global_data struct for asm-offsets.cGraeme Russ
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-10-07x86: Implement fully relocatable imageGraeme Russ
2010-10-07x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ
2010-10-07x86: Rearrange linker scriptGraeme Russ
2010-10-07x86: Rename linker script symbolsGraeme 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: Fix %ss and %esp in register structure for interruptsGraeme Russ
2010-10-07x86: Change compiler optionsGraeme Russ
2010-10-07x86: Coding Style CleanupGraeme Russ