summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fsp
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop part.h from common headerSimon Glass2-0/+4
2019-12-15x86: fsp: Make the notify API call commonSimon Glass1-0/+24
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass1-7/+0
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass2-0/+16
2019-10-08x86: fsp: Add a few more definitions for FSP2Simon Glass1-1/+14
2019-10-08x86: Move common fsp functions into a common fileSimon Glass1-0/+17
2019-10-08x86: fsp: Move common dram functions into a common fileSimon Glass1-0/+9
2019-10-08x86: fsp: Tidy up comment style a littleSimon Glass1-21/+21
2019-10-08x86: fsp: Create a common fsp_support.h headerSimon Glass1-0/+125
2019-10-08x86: Move fsp_bootmode.h to the generic fsp directorySimon Glass1-0/+23
2019-10-08x86: Move fsp_infoheader.h to the generic fsp directorySimon Glass1-0/+38
2019-10-08x86: Move fsp_hob.h to the generic fsp directorySimon Glass1-0/+98
2019-10-08x86: Move fsp_fv.h to the generic fsp directorySimon Glass1-0/+136
2019-10-08x86: Move fsp_types.h to the generic fsp directorySimon Glass1-0/+62
2019-10-08x86: Move fsp_azalia.h to the generic fsp directorySimon Glass1-0/+38
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass9-803/+0
2019-08-09x86: Add a common HOB libraryPark, Aiden2-219/+2
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden5-52/+46
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini9-18/+9
2017-10-19x86: fsp: Consolidate Azalia header fileBin Meng2-0/+40
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng1-1/+8
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng2-0/+38
2017-09-16x86: fsp: Update struct common_buf for FSP spec 1.1Bin Meng2-1/+10
2017-02-06x86: fsp: Fix cast for 64-bit compilationSimon Glass1-2/+2
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng1-1/+3
2016-01-13x86: fsp: Move struct fspinit_rtbuf definition to chipset headerBin Meng2-16/+0
2016-01-13x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng1-3/+3
2016-01-13x86: fsp: Rename shared_data to fsp_config_dataBin Meng2-7/+11
2016-01-13x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng1-0/+1
2016-01-13x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng2-2/+2
2016-01-13x86: fsp: Simplify fsp_continue()Bin Meng1-3/+1
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass1-11/+0
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass1-0/+7
2015-08-05efi: Add start-up library codeSimon Glass1-57/+2
2015-02-06x86: Adjust the FSP types slightlySimon Glass2-3/+7
2015-02-06x86: Move common FSP code into a common locationSimon Glass9-0/+1007