aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-24x86: Don't show an error when the MRC cache is up to dateSimon Glass1-1/+5
2016-01-24dm: x86: Add a northbridge uclassSimon Glass2-0/+16
2016-01-24x86: Use the IRQ device when setting up the mptableSimon Glass1-7/+7
2016-01-24dm: Expand the uclass for Platform Controller Hubs (PCH)Simon Glass2-31/+0
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-12/+1
2016-01-14Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2-39/+23
2016-01-13Fix 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
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-1/+2
2016-01-12dm: Convert bios_interrupts to use DM PCI APISimon Glass1-13/+23
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng2-390/+0
2015-12-01x86: tsc: Remove legacy timer codesBin Meng1-53/+0
2015-12-01x86: tsc: Add driver model timer supportBin Meng1-0/+65
2015-12-01x86: tsc: Use notrace from <linux/compiler.h>Bin Meng1-3/+3
2015-11-13x86: Remove legacy pci codesBin Meng1-5/+0
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng4-6/+6
2015-11-13x86: Initialize i8254 timer counter 1Bin Meng1-0/+10
2015-11-13x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng2-16/+15
2015-11-13x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERSBin Meng1-16/+0
2015-11-13x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng2-12/+8
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: Use struct mrc_region to describe a mrc regionBin Meng1-10/+17
2015-10-21x86: Add more common routines to manipulate mrc cacheBin Meng1-0/+89
2015-10-21x86: Add various minor tidy-ups in mrccache codesBin Meng1-8/+6
2015-10-21x86: Do sanity test on the cache record in mrccache_update()Bin Meng1-0/+3
2015-10-21x86: Move mrccache.[c|h] to a common placeBin Meng2-0/+157
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 Meng3-7/+28
2015-10-21x86: fsp: Print GUID whenever applicable in the hob command outputBin Meng1-3/+19
2015-10-21x86: fsp: Compact the output of hob commandBin Meng1-14/+14
2015-10-21x86: Add SMBIOS table supportBin Meng3-0/+275
2015-10-21x86: Move install_e820_map() out of zimage.cBin Meng3-26/+38
2015-09-28x86: fsp: Report correct number of E820 table entriesBin Meng1-1/+2
2015-08-26x86: Generate a valid ACPI tableSaket Sinha3-0/+442
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-26x86: Remove calculate_relocation_address()Bin Meng1-50/+1
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 helper code for running from EFISimon Glass4-0/+165
2015-08-05x86: Handle running as EFI payloadSimon Glass2-0/+16
2015-08-05x86: Add support for passing tables into U-BootSimon Glass1-0/+1