aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser16-2/+2645
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser23-0/+1940
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser19-0/+3607