summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-17x86: Update microcode for secondary CPUsSimon Glass1-0/+2
2016-02-21x86: fsp: Make sure HOB list is not overwritten by U-BootBin Meng1-0/+33
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese1-1/+1
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2-39/+23
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-2/+2
2016-01-13x86: fsp: Always use hex numbers in the hob command outputBin Meng1-2/+2
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng1-6/+1
2016-01-13x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig optionBin Meng1-9/+14
2016-01-13x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng1-6/+6
2016-01-13x86: fsp: Rename shared_data to fsp_config_dataBin Meng1-5/+5
2016-01-13x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng1-0/+1
2016-01-13x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng1-2/+2
2016-01-13x86: fsp: Simplify fsp_continue()Bin Meng1-23/+6
2015-11-13x86: Remove legacy pci codesBin Meng1-5/+0
2015-10-21x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng2-1/+35
2015-10-21x86: fsp: Add a hdr sub-command to show header informationBin Meng1-1/+31
2015-10-21x86: fsp: Make hob command a sub-command to fspBin Meng2-0/+103
2015-09-29x86: fsp: Report correct number of E820 table entriesBin Meng1-1/+2
2015-08-26x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng1-1/+1
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng1-1/+15
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass1-1/+1
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass1-3/+8
2015-08-14x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng1-2/+1
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass1-0/+2
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng1-0/+6
2015-07-15x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng2-21/+13
2015-07-15x86: fsp: Load GDT before calling FspInitEntryBin Meng1-0/+3
2015-06-04x86: fsp_support: Correct high mem comment typoAndrew Bradford1-1/+1
2015-04-30x86: fsp: Use reset_cpu()Simon Glass1-7/+0
2015-02-06x86: Allow a UART to be set up before the FSP is readySimon Glass1-0/+4
2015-02-06x86: Remove unnecessary casts and fix comment typosSimon Glass1-5/+5
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass2-0/+56
2015-02-06x86: Make CAR and DRAM FSP code commonSimon Glass3-0/+207