summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-12/+1
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-01-147-29/+159
|\
| * x86: qemu: add fw_cfg supportMiao Yan2016-01-131-0/+93
| * x86: ivybridge: Add macros for LPC decode rangesBin Meng2016-01-131-0/+10
| * x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng2016-01-131-1/+3
| * x86: fsp: Move struct fspinit_rtbuf definition to chipset headerBin Meng2016-01-134-16/+8
| * x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng2016-01-131-3/+3
| * x86: fsp: Rename shared_data to fsp_config_dataBin Meng2016-01-134-7/+41
| * 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-132-2/+2
| * x86: fsp: Simplify fsp_continue()Bin Meng2016-01-131-3/+1
* | dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass2016-01-121-2/+1
|/
* x86: tsc: Remove legacy timer codesBin Meng2015-12-011-1/+0
* x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng2015-12-011-2/+0
* x86: Remove legacy pci codesBin Meng2015-11-131-21/+0
* x86: queensbay: Really disable IGDBin Meng2015-11-131-4/+3
* x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng2015-11-131-1/+1
* x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng2015-11-132-37/+37
* x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng2015-11-131-0/+2
* x86: Use the generic bitops headersFabio Estevam2015-11-051-1/+20
* x86: Use struct mrc_region to describe a mrc regionBin Meng2015-10-211-4/+9
* x86: Add more common routines to manipulate mrc cacheBin Meng2015-10-211-0/+51
* x86: Add various minor tidy-ups in mrccache codesBin Meng2015-10-211-10/+10
* x86: Do sanity test on the cache record in mrccache_update()Bin Meng2015-10-211-1/+1
* x86: Move mrccache.[c|h] to a common placeBin Meng2015-10-211-0/+0
* x86: Add SMBIOS table supportBin Meng2015-10-211-0/+236
* x86: Move install_e820_map() out of zimage.cBin Meng2015-10-212-3/+3
* x86: Allow disabling IGD on Intel QueensbayBin Meng2015-10-211-0/+5
* x86: quark: Configure MTRR to enable cacheBin Meng2015-09-161-0/+44
* x86: quark: Initialize thermal sensor properlyBin Meng2015-09-161-0/+14
* x86: quark: Lock HMBOUND register before jumping to kernelBin Meng2015-09-161-0/+1
* x86: quark: Add clrbits, setbits, clrsetbits macros for message port accessBin Meng2015-09-161-0/+31
* x86: quark: Add PCIe/USB static register programming after memory initBin Meng2015-09-161-0/+22
* x86: quark: Add USB PHY initialization supportBin Meng2015-09-091-0/+8
* x86: Enable PCIe controller on quark/galileoBin Meng2015-09-091-0/+42
* x86: quark: Optimize MRC execution timeBin Meng2015-09-091-0/+35
* x86: Generate a valid ACPI tableSaket Sinha2015-08-261-0/+393
* x86: superio: Add keyboard controller support to smsc_lpc47m driverBin Meng2015-08-261-0/+3
* x86: Remove calculate_relocation_address()Bin Meng2015-08-261-2/+0
* x86: coreboot: Increase memrange entry number to 32Bin Meng2015-08-261-6/+3
* x86: Drop FSP error defines and use EFI insteadSimon Glass2015-08-141-11/+0
* x86: Move the GDT into global_dataSimon Glass2015-08-141-1/+3
* x86: Remove init_gd() functionSimon Glass2015-08-141-1/+0
* x86: Allow pirq_init() to return an errorSimon Glass2015-08-141-1/+3
* x86: Split out fsp_init_phase_pci() code into a new functionSimon Glass2015-08-141-0/+7
* x86: fsp: Do not assert VPD_IMAGE_REV when DEBUGBin Meng2015-08-142-2/+0
* x86: Add support for passing tables into U-BootSimon Glass2015-08-051-0/+1
* efi: Add 64-bit payload supportSimon Glass2015-08-051-1/+4
* x86: Add a way to call 32-bit code from 64-bit modeSimon Glass2015-08-051-0/+9
* x86: Add an enum for some commonly-used GDT bitsSimon Glass2015-08-051-0/+18
OpenPOWER on IntegriCloud