summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/start.S
Commit message (Expand)AuthorAgeFilesLines
* x86: Support a chained-boot development flowSimon Glass2016-03-171-0/+80
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-1/+2
* x86: Init the debug UART if enabledSimon Glass2015-10-211-8/+3
* x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng2015-08-261-2/+4
* x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng2015-08-261-0/+8
* x86: Switch to using generic global_data setupSimon Glass2015-08-141-82/+13
* x86: Enable debug UART for MinnowmaxSimon Glass2015-08-061-0/+9
* x86: Add support for passing tables into U-BootSimon Glass2015-08-051-1/+18
* x86: Tidy up global_data flagsSimon Glass2015-08-051-3/+7
* x86: Add various minor tidy-ups to the 32-bit startup codeSimon Glass2015-08-051-20/+26
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-141-1/+5
* remove unnecessary version.h includesRob Herring2015-03-241-1/+0
* x86: Disable CAR before relocation on platforms that need itSimon Glass2015-01-131-0/+8
* x86: Support Intel FSP initialization path in start.SBin Meng2014-12-131-0/+14
* x86: Clean up asm-offsetsBin Meng2014-12-131-1/+2
* x86: ivybridge: Implement SDRAM initSimon Glass2014-11-211-4/+6
* x86: Emit post codes in startup code for ChromebooksSimon Glass2014-11-211-0/+4
* x86: Save the BIST value on resetSimon Glass2014-11-211-3/+6
* x86: Tidy up global descriptor table setupSimon Glass2014-11-211-3/+16
* dm: x86: Support pre-reloc malloc()Simon Glass2014-10-231-0/+7
* dm: x86: Zero global data before board_init_f()Simon Glass2014-10-231-0/+6
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* x86: Set up the global data pointer in C instead of asmSimon Glass2013-02-011-6/+0
* x86: Add back cold- and warm-boot flagsGabe Black2012-12-061-1/+9
* x86: Put global data on the stackGraeme Russ2012-11-281-7/+60
* x86: Use fs for global dataGraeme Russ2012-01-041-1/+7
* x86: Simplify Flash-to-RAM code execution transitionGraeme Russ2012-01-041-16/+6
* x86: Remove GDR related magic numbersGraeme Russ2012-01-041-1/+2
* x86: Misc cleanupsGraeme Russ2011-11-291-2/+3
* x86: Add multiboot headerGraeme Russ2011-11-291-0/+20
* sc520: Create arch asm-offsetsGraeme Russ2011-11-291-1/+2
* x86: Punt cold- and warm-boot flagsGraeme Russ2011-11-291-2/+0
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-041-1/+1
* cleanup: Fix typos and misspellings in various files.Mike Williams2011-07-281-1/+1
* x86: Rename i386 to x86Graeme Russ2011-04-131-0/+132
OpenPOWER on IntegriCloud