summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/start.S
AgeCommit message (Expand)Author
2020-03-05Revert "x86: use invd instead of wbinvd in real mode start code"Andy Shevchenko
2020-02-04x86: use invd instead of wbinvd in real mode start codeMasahiro Yamada
2019-10-08x86: Add more comments to the start-up codeSimon Glass
2019-10-08x86: Change condition for using CARSimon Glass
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden
2019-05-08x86: Add a way to jump from TPL to SPLSimon Glass
2018-10-28x86: Fix car_uninit weak symbol definitionBin Meng
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko
2016-03-17x86: Support a chained-boot development flowSimon Glass
2016-01-13Fix 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-14x86: 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-13x86: Support Intel FSP initialization path in start.SBin Meng
2014-12-13x86: 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-23dm: x86: Support pre-reloc malloc()Simon Glass
2014-10-23dm: 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