summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp/fsp_support.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass2019-12-151-1/+1
* x86: fsp: Add access to variable MRC dataSimon Glass2019-10-081-0/+7
* x86: fsp: Move common support functions into a common fileSimon Glass2019-10-081-0/+176
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-081-366/+0
* x86: Add a common HOB libraryPark, Aiden2019-08-091-54/+3
* x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden2019-08-091-47/+31
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng2017-09-161-0/+7
* x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng2017-06-051-4/+0
* x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng2016-07-121-1/+1
* x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng2016-02-211-0/+33
* x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese2016-01-281-1/+1
* x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng2016-01-131-6/+1
* x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig optionBin Meng2016-01-131-9/+14
* x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng2016-01-131-6/+6
* x86: fsp: Rename shared_data to fsp_config_dataBin Meng2016-01-131-5/+5
* x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng2016-01-131-0/+1
* x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng2016-01-131-2/+2
* x86: fsp: Simplify fsp_continue()Bin Meng2016-01-131-23/+6
* x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng2015-08-141-2/+1
* x86: fsp: Load GDT before calling FspInitEntryBin Meng2015-07-141-0/+3
* x86: fsp_support: Correct high mem comment typoAndrew Bradford2015-06-041-1/+1
* x86: Allow a UART to be set up before the FSP is readySimon Glass2015-02-061-0/+4
* x86: Remove unnecessary casts and fix comment typosSimon Glass2015-02-061-5/+5
* x86: Adjust the FSP types slightlySimon Glass2015-02-051-2/+2
* x86: Move common FSP code into a common locationSimon Glass2015-02-051-0/+408