summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/fsp
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng2017-06-051-4/+0
* x86: fsp: Save stack address to CMOS for next S3 bootBin Meng2017-05-171-1/+37
* x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3Bin Meng2017-05-171-0/+12
* x86: Store and display previous sleep stateBin Meng2017-05-171-0/+1
* x86: fsp: acpi: Pass different boot mode to FSP initBin Meng2017-05-171-1/+25
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-0/+5
* board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass2017-04-051-1/+1
* x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng2016-07-121-1/+1
* x86: Update microcode for secondary CPUsSimon Glass2016-03-171-0/+2
* 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
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-142-39/+23
|\
| * x86: fsp: Always use hex numbers in the hob command outputBin Meng2016-01-131-2/+2
| * x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng2016-01-131-6/+1