aboutsummaryrefslogtreecommitdiff
path: root/arch/i386
AgeCommit message (Expand)Author
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
2010-10-07x86: Move loading of GTD to C codeGraeme Russ
2010-10-07x86: use gc sections to reduce image sizeGraeme Russ
2010-10-07x86: zboot updateGraeme Russ
2010-10-07x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boardsGraeme Russ
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese
2010-09-19arm: get rid of bi_envHeiko Schocher
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-09-19Make getenv() work before relocation.Wolfgang Denk
2010-09-13x86: Fix x86 Cold BootGraeme Russ
2010-09-13x86: Fix do_go_exec() - const argv[]Graeme Russ
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-05-26Coding style cleanup, update CHANGELOG.Wolfgang Denk
2010-05-06sc520: Fix minor DRAM Controller Setup bugGraeme Russ
2010-05-06sc520: Update to new AMD CopyrightGraeme Russ
2010-05-06sc520: Board Specific PCI InitGraeme Russ
2010-05-06sc520: Move PCI defines to PCI include fileGraeme Russ
2010-05-06sc520: Allow boards to override udelayGraeme Russ
2010-05-06x86: Fix support for booting bzImageGraeme Russ
2010-05-06x86: Provide weak PC/AT compatibility setup functionGraeme Russ
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ
2010-05-06x86: Fix copying of Real-Mode code into RAMGraeme Russ
2010-05-06x86: Pass relocation offset into Global DataGraeme Russ
2010-05-06x86: Move GDT to a safe location in RAMGraeme Russ
2010-05-06x86: Add RAM bootstrap functionalityGraeme Russ
2010-05-06x86: Split sc520 memory sizing versus reportingGraeme Russ
2010-05-06x86: Fix sc520 memory size reportingGraeme Russ
2010-05-06x86: Fix do_go_exec()Graeme Russ
2010-05-06x86: Add register dump to crash handlersGraeme Russ
2010-05-06x86: Fix MMCR AccessGraeme Russ
2010-05-06x86: #ifdef out getenv_IPaddr()Graeme Russ
2010-05-06x86: Add unaligned.hGraeme Russ
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser