summaryrefslogtreecommitdiff
path: root/arch/i386
Commit message (Expand)AuthorAgeLines
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-6/+6
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-2/+0
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-26-1/+1
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-2/+2
* x86: Implement fully relocatable imageGraeme Russ2010-10-07-24/+35
* x86: Use loops instead of memcpy/memset in board_init_fGraeme Russ2010-10-07-16/+31
* x86: Rearrange linker scriptGraeme Russ2010-10-07-2/+3
* x86: Rename linker script symbolsGraeme Russ2010-10-07-24/+24
* x86: Set cold/warm boot flagGraeme Russ2010-10-07-16/+13
* x86: Place global data below stack before entering CGraeme Russ2010-10-07-37/+37
* x86: Dont clobber %eax after getting memory sizeGraeme Russ2010-10-07-3/+2
* x86: Don't clobber %ebxGraeme Russ2010-10-07-7/+12
* x86: Remove usage of %ebp as a return pointerGraeme Russ2010-10-07-10/+10
* x86: Move ECC initialisation outside RAM initialisationGraeme Russ2010-10-07-14/+14
* x86: Remove progress indication in low-level initGraeme Russ2010-10-07-42/+2
* x86: Fix %ss and %esp in register structure for interruptsGraeme Russ2010-10-07-4/+45
* x86: Change compiler optionsGraeme Russ2010-10-07-17/+12
* x86: Coding Style CleanupGraeme Russ2010-10-07-373/+362
* x86: Move loading of GTD to C codeGraeme Russ2010-10-07-96/+57
* x86: use gc sections to reduce image sizeGraeme Russ2010-10-07-0/+3
* x86: zboot updateGraeme Russ2010-10-07-5/+13
* x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boardsGraeme Russ2010-10-07-0/+2
* Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese2010-09-23-7/+0
* arm: get rid of bi_envHeiko Schocher2010-09-19-4/+0
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-19-6/+7
* Make getenv() work before relocation.Wolfgang Denk2010-09-19-2/+3
* x86: Fix x86 Cold BootGraeme Russ2010-09-13-0/+5
* x86: Fix do_go_exec() - const argv[]Graeme Russ2010-09-13-5/+20
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-04-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-5/+5
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2010-05-26-3/+0
* sc520: Fix minor DRAM Controller Setup bugGraeme Russ2010-05-06-1/+1
* sc520: Update to new AMD CopyrightGraeme Russ2010-05-06-40/+77
* sc520: Board Specific PCI InitGraeme Russ2010-05-06-37/+3
* sc520: Move PCI defines to PCI include fileGraeme Russ2010-05-06-29/+29
* sc520: Allow boards to override udelayGraeme Russ2010-05-06-0/+5
* x86: Fix support for booting bzImageGraeme Russ2010-05-06-32/+424
* x86: Provide weak PC/AT compatibility setup functionGraeme Russ2010-05-06-0/+9
* x86: Use CONFIG_SERIAL_MULTIGraeme Russ2010-05-06-508/+5
* x86: Fix copying of Real-Mode code into RAMGraeme Russ2010-05-06-2/+2
* x86: Pass relocation offset into Global DataGraeme Russ2010-05-06-27/+36
* x86: Move GDT to a safe location in RAMGraeme Russ2010-05-06-14/+103
* x86: Add RAM bootstrap functionalityGraeme Russ2010-05-06-6/+38
* x86: Split sc520 memory sizing versus reportingGraeme Russ2010-05-06-38/+61
* x86: Fix sc520 memory size reportingGraeme Russ2010-05-06-18/+17
* x86: Fix do_go_exec()Graeme Russ2010-05-06-4/+4
* x86: Add register dump to crash handlersGraeme Russ2010-05-06-34/+180
* x86: Fix MMCR AccessGraeme Russ2010-05-06-52/+63
* x86: #ifdef out getenv_IPaddr()Graeme Russ2010-05-06-0/+2
* x86: Add unaligned.hGraeme Russ2010-05-06-0/+1