summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp
AgeCommit message (Expand)AuthorFilesLines
2023-08-01x86: fsp: Use mtrr_set_next_var() for graphics memoryBin Meng1-2/+1
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass1-1/+1
2023-02-10x86: Correct Chrromebook typoSimon Glass1-1/+1
2022-12-09x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabledSean Anderson1-0/+2
2022-08-12video: Rename structs and functions to avoid VBESimon Glass1-1/+1
2022-08-12video: Renname vbe.h to vesa.hSimon Glass1-1/+1
2021-08-02x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng1-16/+0
2021-08-02x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng1-4/+23
2021-03-27x86: fsp: Don't enable FSP graphics if booted from corebootSimon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-11-06x86: fsp: Adjust calculations for MTRR range and DRAM topSimon Glass1-13/+22
2020-11-06x86: Silence some logging statementsSimon Glass1-1/+1
2020-09-25x86: Add a way to add to the e820 memory tableSimon Glass1-0/+17
2020-09-25x86: Notify the FSP of the 'end firmware' eventSimon Glass1-0/+16
2020-09-25x86: apl: Support writing the IntelGraphicsMem tableSimon Glass1-0/+32
2020-08-01x86: rename CONFIG_STACK_SIZEHeinrich Schuchardt1-1/+1
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 Glass2-13/+15
2020-07-09x86: fsp: video: Allocate a frame buffer when neededSimon Glass1-0/+12
2020-06-25bdinfo: x86: vesa: Update fb_base to the correct valueSimon Glass1-2/+3
2020-05-19common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-04-30x86: fsp: Allow skipping init code when chain loadingSimon Glass2-0/+11
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass1-1/+1
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass1-0/+4
2019-12-15x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass1-1/+1
2019-12-15x86: fsp: Make graphics support common to FSP1/2Simon Glass2-0/+130
2019-12-15x86: Set up the MTRR for SDRAMSimon Glass1-0/+5
2019-12-15x86: Set the DRAM banks to reflect real locationSimon Glass1-1/+29
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-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-03common: 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: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass1-0/+10
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass1-0/+7
2019-10-08x86: fsp: Move common support functions into a common fileSimon Glass2-0/+177
2019-10-08x86: Move common fsp functions into a common fileSimon Glass2-0/+105
2019-10-08x86: fsp: Move common dram functions into a common fileSimon Glass2-0/+95
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass6-886/+0
2019-08-09x86: Add a common HOB libraryPark, Aiden1-54/+3
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden1-47/+31
2019-05-10Fix spelling of available.Vagrant Cascadian1-1/+1
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass1-1/+1
2018-07-20x86: fsp: Eliminate the reset_cpu() callBin Meng1-1/+1
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov1-1/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-13/+6
2018-04-16x86: Rename e820entry to e820_entryBin Meng1-1/+1