summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/fsp
Commit message (Expand)AuthorAgeFilesLines
* x86: fsp: Don't enable FSP graphics if booted from corebootSimon Glass2021-03-271-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-023-0/+3
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* x86: fsp: Adjust calculations for MTRR range and DRAM topSimon Glass2020-11-061-13/+22
* x86: Silence some logging statementsSimon Glass2020-11-061-1/+1
* x86: Add a way to add to the e820 memory tableSimon Glass2020-09-251-0/+17
* x86: Notify the FSP of the 'end firmware' eventSimon Glass2020-09-251-0/+16
* x86: apl: Support writing the IntelGraphicsMem tableSimon Glass2020-09-251-0/+32
* x86: rename CONFIG_STACK_SIZEHeinrich Schuchardt2020-08-011-1/+1
* 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-172-13/+15
* x86: fsp: video: Allocate a frame buffer when neededSimon Glass2020-07-091-0/+12
* bdinfo: x86: vesa: Update fb_base to the correct valueSimon Glass2020-06-251-2/+3
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* x86: fsp: Allow skipping init code when chain loadingSimon Glass2020-04-302-0/+11
* x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-161-1/+1
* x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass2019-12-151-0/+4
* x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass2019-12-151-1/+1
* x86: fsp: Make graphics support common to FSP1/2Simon Glass2019-12-152-0/+130
* x86: Set up the MTRR for SDRAMSimon Glass2019-12-151-0/+5
* x86: Set the DRAM banks to reflect real locationSimon Glass2019-12-151-1/+29
* 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 board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+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: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass2019-10-081-0/+10
* 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-082-0/+177
* x86: Move common fsp functions into a common fileSimon Glass2019-10-082-0/+105
* x86: fsp: Move common dram functions into a common fileSimon Glass2019-10-082-0/+95
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-086-886/+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
* Fix spelling of available.Vagrant Cascadian2019-05-091-1/+1
* x86: Update a stale comment about ifdtoolSimon Glass2019-05-081-1/+1
* x86: fsp: Eliminate the reset_cpu() callBin Meng2018-07-201-1/+1
* x86: Use microcode update from device tree for all processorsIvan Gorinov2018-07-021-1/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-13/+6
* x86: Rename e820entry to e820_entryBin Meng2018-04-161-1/+1
* x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2018-04-161-2/+3
* x86: Move commands from under arch/x86 to cmd/x86/Tom Rini2018-01-082-153/+0
* x86: fsp: graphics: Add some notes about the graphics info hobBin Meng2017-10-271-0/+4
* Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng2017-10-271-24/+0
* x86: fsp: Update fsp command to show spec 1.1 headerBin Meng2017-09-161-2/+22
* x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng2017-09-162-0/+125
* x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng2017-09-161-0/+7
* x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng2017-08-241-0/+24