aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
AgeCommit message (Expand)AuthorFilesLines
2011-02-12sc520: Release CAR and enable cachingGraeme Russ1-5/+11
2011-02-12x86: Convert board_init_f to use an init_sequenceGraeme Russ1-41/+29
2011-02-12x86: Rearrange function calls in board_init_fGraeme Russ1-8/+8
2011-02-12x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ2-49/+74
2011-02-12x86: Fix incorrect usage of relocation offsetGraeme Russ2-6/+6
2011-02-12x86: Move console initialisation into board_init_fGraeme Russ1-3/+12
2011-02-12x86: Move test for cold boot into init functionsGraeme Russ2-13/+11
2011-02-12x86: Move call to dram_init_f into board_init_fGraeme Russ3-3/+4
2011-02-12x86: Defer setup of final stackGraeme Russ2-17/+33
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ7-755/+610
2011-02-12x86: Use Cache-As-RAM for initial stackGraeme Russ4-21/+115
2011-02-12x86: Move initial gd to fixed locationGraeme Russ3-19/+36
2011-02-12sc520: Remove printf calls from cpu_init_fGraeme Russ1-2/+0
2011-02-12sc520: Move board specific settings to board init functionGraeme Russ1-19/+0
2011-02-12sc520: Define MMCR address in include fileGraeme Russ3-36/+51
2011-02-12x86: Make cpu init functions weakGraeme Russ3-10/+17
2011-02-12x86: Call early_board_init when warm bootingGraeme Russ1-5/+5
2011-02-12x86: Add processor flags header from linuxGraeme Russ6-10/+121
2011-02-12x86: Move Global Descriptor Table defines to processor.hGraeme Russ2-10/+7
2011-02-12x86: Add stack dump to register dumpGraeme Russ1-0/+16
2011-02-12x86: Fix mangled umlautsGraeme Russ2-2/+2
2011-02-12sc520: Sort MakefileGraeme Russ1-1/+1
2011-02-12x86: Parametize values used in linker scriptGraeme Russ4-20/+19
2011-02-12x86: Align config.mk and linker scripts with other archesGraeme Russ3-8/+114
2011-02-12x86: Fix definition of global_data struct for asm-offsets.cGraeme Russ1-1/+1
2011-01-25Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGSNobuhiro Iwamatsu1-1/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier3-6/+6
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-2/+0
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-2/+2
2010-10-07x86: Implement fully relocatable imageGraeme Russ3-24/+35
2010-10-07x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ1-16/+31
2010-10-07x86: Rearrange linker scriptGraeme Russ1-2/+3
2010-10-07x86: Rename linker script symbolsGraeme Russ3-24/+24
2010-10-07x86: Set cold/warm boot flagGraeme Russ3-16/+13
2010-10-07x86: Place global data below stack before entering CGraeme Russ3-37/+37
2010-10-07x86: Dont clobber %eax after getting memory sizeGraeme Russ1-3/+2
2010-10-07x86: Don't clobber %ebxGraeme Russ2-7/+12
2010-10-07x86: Remove usage of %ebp as a return pointerGraeme Russ3-10/+10
2010-10-07x86: Move ECC initialisation outside RAM initialisationGraeme Russ2-14/+14
2010-10-07x86: Remove progress indication in low-level initGraeme Russ1-42/+2
2010-10-07x86: Fix %ss and %esp in register structure for interruptsGraeme Russ3-4/+45
2010-10-07x86: Change compiler optionsGraeme Russ4-17/+12
2010-10-07x86: Coding Style CleanupGraeme Russ4-373/+362
2010-10-07x86: Move loading of GTD to C codeGraeme Russ2-96/+57
2010-10-07x86: use gc sections to reduce image sizeGraeme Russ1-0/+3
2010-10-07x86: zboot updateGraeme Russ1-5/+13
2010-10-07x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boardsGraeme Russ1-0/+2
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese1-7/+0
2010-09-19arm: get rid of bi_envHeiko Schocher1-4/+0