aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/start.S
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-1/+0
2021-01-30x86: typo segementHeinrich Schuchardt1-1/+1
2020-09-01x86: Introduce USE_EARLY_BOARD_INIT optionAndy Shevchenko1-0/+3
2020-07-17x86: Update the comment about booting for FSP2Simon Glass1-0/+1
2020-03-05Revert "x86: use invd instead of wbinvd in real mode start code"Andy Shevchenko1-1/+1
2020-02-04x86: use invd instead of wbinvd in real mode start codeMasahiro Yamada1-1/+1
2019-10-08x86: Add more comments to the start-up codeSimon Glass1-0/+12
2019-10-08x86: Change condition for using CARSimon Glass1-2/+2
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese1-8/+1
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden1-2/+4
2019-05-08x86: Add a way to jump from TPL to SPLSimon Glass1-0/+13
2018-10-28x86: Fix car_uninit weak symbol definitionBin Meng1-6/+6
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko1-10/+2
2016-03-17x86: Support a chained-boot development flowSimon Glass1-0/+80
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-1/+2
2015-10-21x86: Init the debug UART if enabledSimon Glass1-8/+3
2015-08-26x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng1-2/+4
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng1-0/+8
2015-08-14x86: Switch to using generic global_data setupSimon Glass1-82/+13
2015-08-06x86: Enable debug UART for MinnowmaxSimon Glass1-0/+9
2015-08-05x86: Add support for passing tables into U-BootSimon Glass1-1/+18
2015-08-05x86: Tidy up global_data flagsSimon Glass1-3/+7
2015-08-05x86: Add various minor tidy-ups to the 32-bit startup codeSimon Glass1-20/+26
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng1-1/+5
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2015-01-13x86: Disable CAR before relocation on platforms that need itSimon Glass1-0/+8
2014-12-13x86: Support Intel FSP initialization path in start.SBin Meng1-0/+14
2014-12-13x86: Clean up asm-offsetsBin Meng1-1/+2
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass1-4/+6
2014-11-21x86: Emit post codes in startup code for ChromebooksSimon Glass1-0/+4
2014-11-21x86: Save the BIST value on resetSimon Glass1-3/+6
2014-11-21x86: Tidy up global descriptor table setupSimon Glass1-3/+16
2014-10-23dm: x86: Support pre-reloc malloc()Simon Glass1-0/+7
2014-10-23dm: x86: Zero global data before board_init_f()Simon Glass1-0/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-02-01x86: Set up the global data pointer in C instead of asmSimon Glass1-6/+0
2012-12-06x86: Add back cold- and warm-boot flagsGabe Black1-1/+9
2012-11-28x86: Put global data on the stackGraeme Russ1-7/+60
2012-01-04x86: Use fs for global dataGraeme Russ1-1/+7
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ1-16/+6
2012-01-04x86: Remove GDR related magic numbersGraeme Russ1-1/+2
2011-11-29x86: Misc cleanupsGraeme Russ1-2/+3
2011-11-29x86: Add multiboot headerGraeme Russ1-0/+20
2011-11-29sc520: Create arch asm-offsetsGraeme Russ1-1/+2
2011-11-29x86: Punt cold- and warm-boot flagsGraeme Russ1-2/+0
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-04-13x86: Rename i386 to x86Graeme Russ1-0/+132