summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp
AgeCommit message (Expand)Author
2020-04-30x86: fsp: Allow skipping init code when chain loadingSimon Glass
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass
2019-12-15x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass
2019-12-15x86: fsp: Make graphics support common to FSP1/2Simon Glass
2019-12-15x86: Set up the MTRR for SDRAMSimon Glass
2019-12-15x86: Set the DRAM banks to reflect real locationSimon Glass
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-10-08x86: fsp: Save usable RAM and hob_list in the handoff areaSimon Glass
2019-10-08x86: fsp: Add access to variable MRC dataSimon Glass
2019-10-08x86: fsp: Move common support functions into a common fileSimon Glass
2019-10-08x86: Move common fsp functions into a common fileSimon Glass
2019-10-08x86: fsp: Move common dram functions into a common fileSimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2019-08-09x86: Add a common HOB libraryPark, Aiden
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden
2019-05-09Fix spelling of available.Vagrant Cascadian
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass
2018-07-20x86: fsp: Eliminate the reset_cpu() callBin Meng
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini
2017-10-27x86: fsp: graphics: Add some notes about the graphics info hobBin Meng
2017-10-27Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down"Bin Meng
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng
2017-09-16x86: dm: video: Add a framebuffer driver that utilizes VBTBin Meng
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng
2017-08-24x86: fsp: Configure SPI opcode registers before SPI is locked downBin Meng
2017-06-05x86: fsp: Remove the call to set up internal uart in fsp_init()Bin Meng
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng
2017-05-17x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3Bin Meng
2017-05-17x86: Store and display previous sleep stateBin Meng
2017-05-17x86: fsp: acpi: Pass different boot mode to FSP initBin Meng
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass
2017-04-05board_f: x86: Rename x86_fsp_init() to arch_fsp_init()Simon Glass
2016-07-12x86: fsp: Wrap setup_internal_uart() call with CONFIG_INTERNAL_UARTBin Meng
2016-03-17x86: Update microcode for secondary CPUsSimon Glass
2016-02-21x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese
2016-01-14Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2016-01-13x86: fsp: Always use hex numbers in the hob command outputBin Meng
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng