aboutsummaryrefslogtreecommitdiff
path: root/arch/i386
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-6/+7
2010-09-19Make getenv() work before relocation.Wolfgang Denk1-2/+3
2010-09-13x86: Fix x86 Cold BootGraeme Russ1-0/+5
2010-09-13x86: Fix do_go_exec() - const argv[]Graeme Russ1-5/+20
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk5-5/+5
2010-05-26Coding style cleanup, update CHANGELOG.Wolfgang Denk1-3/+0
2010-05-06sc520: Fix minor DRAM Controller Setup bugGraeme Russ1-1/+1
2010-05-06sc520: Update to new AMD CopyrightGraeme Russ1-40/+77
2010-05-06sc520: Board Specific PCI InitGraeme Russ2-37/+3
2010-05-06sc520: Move PCI defines to PCI include fileGraeme Russ2-29/+29
2010-05-06sc520: Allow boards to override udelayGraeme Russ2-0/+5
2010-05-06x86: Fix support for booting bzImageGraeme Russ6-32/+424
2010-05-06x86: Provide weak PC/AT compatibility setup functionGraeme Russ2-0/+9
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ3-508/+5
2010-05-06x86: Fix copying of Real-Mode code into RAMGraeme Russ2-2/+2
2010-05-06x86: Pass relocation offset into Global DataGraeme Russ1-27/+36
2010-05-06x86: Move GDT to a safe location in RAMGraeme Russ2-14/+103
2010-05-06x86: Add RAM bootstrap functionalityGraeme Russ2-6/+38
2010-05-06x86: Split sc520 memory sizing versus reportingGraeme Russ2-38/+61
2010-05-06x86: Fix sc520 memory size reportingGraeme Russ1-18/+17
2010-05-06x86: Fix do_go_exec()Graeme Russ1-4/+4
2010-05-06x86: Add register dump to crash handlersGraeme Russ1-34/+180
2010-05-06x86: Fix MMCR AccessGraeme Russ4-52/+63
2010-05-06x86: #ifdef out getenv_IPaddr()Graeme Russ1-0/+2
2010-05-06x86: Add unaligned.hGraeme Russ1-0/+1