aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/include
AgeCommit message (Expand)AuthorFilesLines
2011-02-12x86: Split board_init_f() into init_fnc_t compatible functionsGraeme Russ1-4/+8
2011-02-12x86: Move call to dram_init_f into board_init_fGraeme Russ1-0/+1
2011-02-12sc520: Move RAM sizing code from asm to CGraeme Russ1-0/+57
2011-02-12x86: Move initial gd to fixed locationGraeme Russ1-1/+6
2011-02-12sc520: Define MMCR address in include fileGraeme Russ1-7/+29
2011-02-12x86: Make cpu init functions weakGraeme Russ1-0/+2
2011-02-12x86: Add processor flags header from linuxGraeme Russ1-0/+100
2011-02-12x86: Move Global Descriptor Table defines to processor.hGraeme Russ1-3/+6
2011-02-12x86: Fix definition of global_data struct for asm-offsets.cGraeme Russ1-1/+1
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-07x86: Implement fully relocatable imageGraeme Russ1-13/+15
2010-10-07x86: Set cold/warm boot flagGraeme Russ1-0/+3
2010-10-07x86: Place global data below stack before entering CGraeme Russ1-2/+22
2010-10-07x86: Fix %ss and %esp in register structure for interruptsGraeme Russ2-0/+26
2010-10-07x86: Change compiler optionsGraeme Russ1-2/+0
2010-10-07x86: Make CONFIG_RELOC_FIXUP_WORKS generic for all x86 boardsGraeme Russ1-0/+2
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-05-26Coding style cleanup, update CHANGELOG.Wolfgang Denk1-3/+0
2010-05-06sc520: Board Specific PCI InitGraeme Russ1-0/+1
2010-05-06sc520: Move PCI defines to PCI include fileGraeme Russ2-29/+29
2010-05-06sc520: Allow boards to override udelayGraeme Russ1-0/+1
2010-05-06x86: Fix support for booting bzImageGraeme Russ5-0/+329
2010-05-06x86: Provide weak PC/AT compatibility setup functionGraeme Russ1-0/+2
2010-05-06x86: Add unaligned.hGraeme Russ1-0/+1
2010-04-13i386: Move cpu/i386/* to arch/i386/cpu/*Peter Tyser2-2/+2
2010-04-13Move architecture-specific includes to arch/$ARCH/include/asmPeter Tyser23-0/+1940