summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Move loading of GTD to C codeGraeme Russ2010-10-072-96/+57
* x86: use gc sections to reduce image sizeGraeme Russ2010-10-071-0/+3
* x86: zboot updateGraeme Russ2010-10-071-5/+13
* x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boardsGraeme Russ2010-10-071-0/+2
* Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese2010-09-231-7/+0
* arm: get rid of bi_envHeiko Schocher2010-09-191-4/+0
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-6/+7
* Make getenv() work before relocation.Wolfgang Denk2010-09-191-2/+3
* x86: Fix x86 Cold BootGraeme Russ2010-09-131-0/+5
* x86: Fix do_go_exec() - const argv[]Graeme Russ2010-09-131-5/+20
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-041-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-045-5/+5
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2010-05-261-3/+0
* sc520: Fix minor DRAM Controller Setup bugGraeme Russ2010-05-061-1/+1
* sc520: Update to new AMD CopyrightGraeme Russ2010-05-061-40/+77
* sc520: Board Specific PCI InitGraeme Russ2010-05-062-37/+3
* sc520: Move PCI defines to PCI include fileGraeme Russ2010-05-062-29/+29
* sc520: Allow boards to override udelayGraeme Russ2010-05-062-0/+5
* x86: Fix support for booting bzImageGraeme Russ2010-05-066-32/+424
* x86: Provide weak PC/AT compatibility setup functionGraeme Russ2010-05-062-0/+9
* x86: Use CONFIG_SERIAL_MULTIGraeme Russ2010-05-063-508/+5
* x86: Fix copying of Real-Mode code into RAMGraeme Russ2010-05-062-2/+2
* x86: Pass relocation offset into Global DataGraeme Russ2010-05-061-27/+36
* x86: Move GDT to a safe location in RAMGraeme Russ2010-05-062-14/+103
* x86: Add RAM bootstrap functionalityGraeme Russ2010-05-062-6/+38
* x86: Split sc520 memory sizing versus reportingGraeme Russ2010-05-062-38/+61
* x86: Fix sc520 memory size reportingGraeme Russ2010-05-061-18/+17
* x86: Fix do_go_exec()Graeme Russ2010-05-061-4/+4
* x86: Add register dump to crash handlersGraeme Russ2010-05-061-34/+180
* x86: Fix MMCR AccessGraeme Russ2010-05-064-52/+63
* x86: #ifdef out getenv_IPaddr()Graeme Russ2010-05-061-0/+2
* x86: Add unaligned.hGraeme Russ2010-05-061-0/+1
* i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser2010-04-1316-2/+2645
* Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser2010-04-1323-0/+1940
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-1319-0/+3607
OpenPOWER on IntegriCloud