aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp/fsp_common.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-09x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabledSean Anderson1-0/+2
2021-08-03x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng1-16/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-25x86: Notify the FSP of the 'end firmware' eventSimon Glass1-0/+16
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass1-1/+1
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass1-2/+0
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass1-1/+1
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass1-20/+0
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-1/+1
2019-12-02common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass1-1/+1
2019-10-08x86: Move common fsp functions into a common fileSimon Glass1-0/+104
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-165/+0
2019-05-09Fix spelling of available.Vagrant Cascadian1-1/+1
2018-07-20x86: fsp: Eliminate the reset_cpu() callBin Meng1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-27Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng1-24/+0
2017-08-24x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng1-0/+24
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng1-1/+37
2017-05-17x86: Store and display previous sleep stateBin Meng1-0/+1
2017-05-17x86: fsp: acpi: Pass different boot mode to FSP initBin Meng1-1/+25
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-0/+5
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass1-1/+1
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-2/+2
2015-11-13x86: Remove legacy pci codesBin Meng1-5/+0
2015-10-21x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng1-1/+29
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng1-1/+15
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass1-1/+1
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass1-3/+8
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass1-0/+2
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng1-0/+8
2015-04-29x86: fsp: Use reset_cpu()Simon Glass1-7/+0
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass1-0/+55