summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng1-2/+3
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini2-153/+0
2017-10-27x86: fsp: graphics: Add some notes about the graphics info hobBin Meng1-0/+4
2017-10-27Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng1-24/+0
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng1-2/+22
2017-09-16x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng2-0/+125
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng1-0/+7
2017-08-24x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng1-0/+24
2017-06-05x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng1-4/+0
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng1-1/+37
2017-05-17x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3Bin Meng1-0/+12
2017-05-17x86: Store and display previous sleep stateBin Meng1-0/+1
2017-05-17x86: fsp: acpi: Pass different boot mode to FSP initBin Meng1-1/+25
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-0/+5
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass1-1/+1
2016-07-12x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng1-1/+1