summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/start.S
AgeCommit message (Expand)Author
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko
2016-03-17x86: Support a chained-boot development flowSimon Glass
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-10-21x86: Init the debug UART if enabledSimon Glass
2015-08-26x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng
2015-08-14x86: Switch to using generic global_data setupSimon Glass
2015-08-06x86: Enable debug UART for MinnowmaxSimon Glass
2015-08-05x86: Add support for passing tables into U-BootSimon Glass
2015-08-05x86: Tidy up global_data flagsSimon Glass
2015-08-05x86: Add various minor tidy-ups to the 32-bit startup codeSimon Glass
2015-07-15x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng
2015-03-24remove unnecessary version.h includesRob Herring
2015-01-13x86: Disable CAR before relocation on platforms that need itSimon Glass
2014-12-14x86: Support Intel FSP initialization path in start.SBin Meng
2014-12-14x86: Clean up asm-offsetsBin Meng
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass
2014-11-21x86: Emit post codes in startup code for ChromebooksSimon Glass
2014-11-21x86: Save the BIST value on resetSimon Glass
2014-11-21x86: Tidy up global descriptor table setupSimon Glass
2014-10-24dm: x86: Support pre-reloc malloc()Simon Glass
2014-10-24dm: x86: Zero global data before board_init_f()Simon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-02-01x86: Set up the global data pointer in C instead of asmSimon Glass
2012-12-06x86: Add back cold- and warm-boot flagsGabe Black
2012-11-28x86: Put global data on the stackGraeme Russ
2012-01-04x86: Use fs for global dataGraeme Russ
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ
2012-01-04x86: Remove GDR related magic numbersGraeme Russ
2011-11-29x86: Misc cleanupsGraeme Russ
2011-11-29x86: Add multiboot headerGraeme Russ
2011-11-29sc520: Create arch asm-offsetsGraeme Russ
2011-11-29x86: Punt cold- and warm-boot flagsGraeme Russ
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams
2011-04-13x86: Rename i386 to x86Graeme Russ