summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass2016-01-121-1/+2
* | dm: Convert bios_interrupts to use DM PCI APISimon Glass2016-01-121-13/+23
|/
* x86: tsc: Move tsc_timer.c to drivers/timerBin Meng2015-12-012-390/+0
* x86: tsc: Remove legacy timer codesBin Meng2015-12-011-53/+0
* x86: tsc: Add driver model timer supportBin Meng2015-12-011-0/+65
* x86: tsc: Use notrace from <linux/compiler.h>Bin Meng2015-12-011-3/+3
* x86: Remove legacy pci codesBin Meng2015-11-131-5/+0
* x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng2015-11-134-6/+6
* x86: Initialize i8254 timer counter 1Bin Meng2015-11-131-0/+10
* x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng2015-11-132-16/+15
* x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERSBin Meng2015-11-131-16/+0
* x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng2015-11-132-12/+8
* x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng2015-10-212-1/+35
* x86: Use struct mrc_region to describe a mrc regionBin Meng2015-10-211-10/+17
* x86: Add more common routines to manipulate mrc cacheBin Meng2015-10-211-0/+89
* x86: Add various minor tidy-ups in mrccache codesBin Meng2015-10-211-8/+6
* x86: Do sanity test on the cache record in mrccache_update()Bin Meng2015-10-211-0/+3
* x86: Move mrccache.[c|h] to a common placeBin Meng2015-10-212-0/+157
* 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-213-7/+28
* x86: fsp: Print GUID whenever applicable in the hob command outputBin Meng2015-10-211-3/+19
* x86: fsp: Compact the output of hob commandBin Meng2015-10-211-14/+14
* x86: Add SMBIOS table supportBin Meng2015-10-213-0/+275
* x86: Move install_e820_map() out of zimage.cBin Meng2015-10-213-26/+38
* x86: fsp: Report correct number of E820 table entriesBin Meng2015-09-281-1/+2
* x86: Generate a valid ACPI tableSaket Sinha2015-08-263-0/+442
* 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: Remove calculate_relocation_address()Bin Meng2015-08-261-50/+1
* 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 helper code for running from EFISimon Glass2015-08-054-0/+165
* x86: Handle running as EFI payloadSimon Glass2015-08-052-0/+16
* x86: Add support for passing tables into U-BootSimon Glass2015-08-051-0/+1
* efi: Add 64-bit payload supportSimon Glass2015-08-051-0/+51
* x86: Support building the EFI stubSimon Glass2015-08-052-1/+25
* x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass2015-08-051-0/+66
* x86: Allow relocation code to build without text baseSimon Glass2015-08-051-6/+11
* x86: Add support for U-Boot as an EFI applicationBen Stoltz2015-08-052-0/+124
OpenPOWER on IntegriCloud