summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/fsp/fsp_common.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* x86: Notify the FSP of the 'end firmware' eventSimon Glass2020-09-251-0/+16
* x86: Rename board_final_cleanup() to board_final_init()Simon Glass2020-07-171-1/+1
* x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass2020-07-171-2/+0
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-161-1/+1
* x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass2019-12-151-20/+0
* x86: Update mrccache to support multiple cachesSimon Glass2019-12-151-1/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: Move acpi_s3.h to a common locationSimon Glass2019-10-081-1/+1
* x86: Move common fsp functions into a common fileSimon Glass2019-10-081-0/+104
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-081-165/+0
* Fix spelling of available.Vagrant Cascadian2019-05-091-1/+1
* x86: fsp: Eliminate the reset_cpu() callBin Meng2018-07-201-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng2017-10-271-24/+0
* x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng2017-08-241-0/+24
* x86: fsp: Save stack address to CMOS for next S3 bootBin Meng2017-05-171-1/+37
* x86: Store and display previous sleep stateBin Meng2017-05-171-0/+1
* x86: fsp: acpi: Pass different boot mode to FSP initBin Meng2017-05-171-1/+25
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-0/+5
* board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass2017-04-051-1/+1
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-2/+2
* x86: Remove legacy pci codesBin Meng2015-11-131-5/+0
* x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng2015-10-211-1/+29
* x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng2015-08-261-1/+15
* x86: Drop FSP error defines and use EFI insteadSimon Glass2015-08-141-1/+1
* x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass2015-08-141-3/+8
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-051-0/+2
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-141-0/+8
* x86: fsp: Use reset_cpu()Simon Glass2015-04-291-7/+0
* x86: mmc: Move common FSP functions into a common fileSimon Glass2015-02-061-0/+55