summaryrefslogtreecommitdiff
path: root/arch/x86/lib/fsp
AgeCommit message (Expand)Author
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
2016-01-13x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig optionBin Meng
2016-01-13x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng
2016-01-13x86: fsp: Rename shared_data to fsp_config_dataBin Meng
2016-01-13x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng
2016-01-13x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng
2016-01-13x86: fsp: Simplify fsp_continue()Bin Meng
2015-11-13x86: Remove legacy pci codesBin Meng
2015-10-21x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng
2015-10-21x86: fsp: Add a hdr sub-command to show header informationBin Meng
2015-10-21x86: fsp: Make hob command a sub-command to fspBin Meng
2015-09-28x86: fsp: Report correct number of E820 table entriesBin Meng
2015-08-26x86: fsp: Add comments about U-Boot entering start.S twiceBin Meng
2015-08-26x86: fsp: Enlarge the size of malloc() pool before relocationBin Meng
2015-08-14x86: Drop FSP error defines and use EFI insteadSimon Glass
2015-08-14x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass
2015-08-14x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng
2015-07-14x86: fsp: Move FspInitEntry call to board_init_f()Bin Meng
2015-07-14x86: fsp: Load GDT before calling FspInitEntryBin Meng
2015-06-04x86: fsp_support: Correct high mem comment typoAndrew Bradford
2015-04-29x86: fsp: Use reset_cpu()Simon Glass
2015-02-06x86: Allow a UART to be set up before the FSP is readySimon Glass
2015-02-06x86: Remove unnecessary casts and fix comment typosSimon Glass
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass
2015-02-05x86: Make CAR and DRAM FSP code commonSimon Glass
2015-02-05x86: Adjust the FSP types slightlySimon Glass
2015-02-05x86: Move common FSP code into a common locationSimon Glass