summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig optionBin Meng2016-01-131-9/+14
| * x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng2016-01-131-6/+6
| * x86: fsp: Rename shared_data to fsp_config_dataBin Meng2016-01-131-5/+5
| * x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng2016-01-131-0/+1
| * x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng2016-01-131-2/+2
| * x86: fsp: Simplify fsp_continue()Bin Meng2016-01-131-23/+6
* | Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-2/+2
|/
* x86: Remove legacy pci codesBin Meng2015-11-131-5/+0
* x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng2015-10-212-1/+35
* x86: fsp: Add a hdr sub-command to show header informationBin Meng2015-10-211-1/+31
* x86: fsp: Make hob command a sub-command to fspBin Meng2015-10-212-0/+103
* x86: fsp: Report correct number of E820 table entriesBin Meng2015-09-281-1/+2
* x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng2015-08-261-1/+1
* x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng2015-08-261-1/+15
* x86: Drop FSP error defines and use EFI insteadSimon Glass2015-08-141-1/+1
* x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass2015-08-141-3/+8
* x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng2015-08-141-2/+1
* x86: Add some missing global_data declarations in files that use gdSimon Glass2015-08-051-0/+2
* x86: Reserve PCIe ECAM address range in the E820 tableBin Meng2015-07-281-0/+6
* x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2015-07-142-21/+13
* x86: fsp: Load GDT before calling FspInitEntryBin Meng2015-07-141-0/+3
* x86: fsp_support: Correct high mem comment typoAndrew Bradford2015-06-041-1/+1
* x86: fsp: Use reset_cpu()Simon Glass2015-04-291-7/+0
* x86: Allow a UART to be set up before the FSP is readySimon Glass2015-02-061-0/+4
* x86: Remove unnecessary casts and fix comment typosSimon Glass2015-02-061-5/+5