aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-01-19x86: quark: Fix boot breakageBin Meng1-11/+16
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-24/+2
2016-01-14Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini24-101/+3092
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD2-3/+4
2016-01-13x86: qemu: remove cpu node in device treeMiao Yan2-14/+0
2016-01-13x86: qemu: fix cpu device in smp bootMiao Yan2-11/+72
2016-01-13x86: use actual CPU number for allocating memoryMiao Yan1-3/+3
2016-01-13x86: fix a typo in function nameMiao Yan1-3/+3
2016-01-13x86: qemu: add a cpu uclass driver for qemu targetMiao Yan4-5/+62
2016-01-13x86: qemu: add fw_cfg supportMiao Yan4-1/+380
2016-01-13x86: ivybridge: Add macros for LPC decode rangesBin Meng1-0/+10
2016-01-13x86: fsp: Always use hex numbers in the hob command outputBin Meng1-2/+2
2016-01-13x86: ivybridge: Do not require HAVE_INTEL_MEBin Meng1-1/+0
2016-01-13x86: ivybridge: Add microcode blobs for all the steppingsBin Meng4-0/+2472
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng4-9/+18
2016-01-13x86: fsp: Move struct fspinit_rtbuf definition to chipset headerBin Meng4-16/+8
2016-01-13x86: queensbay: Remove invalid comments in update_fsp_configs()Bin Meng1-6/+0
2016-01-13x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig optionBin Meng2-9/+23
2016-01-13x86: fsp: Rename update_fsp_upd() and change its signatureBin Meng4-12/+13
2016-01-13x86: fsp: Rename shared_data to fsp_config_dataBin Meng5-12/+46
2016-01-13x86: fsp: Add boot_mode as a member of struct shared_dataBin Meng2-0/+2
2016-01-13x86: fsp: Avoid cast stack_top in struct shared_dataBin Meng3-4/+4
2016-01-13x86: fsp: Simplify fsp_continue()Bin Meng2-26/+7
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass3-6/+6
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-1/+2
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass1-2/+2
2016-01-12dm: Convert bios_interrupts to use DM PCI APISimon Glass1-13/+23
2016-01-12dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass3-12/+12
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng3-34/+0
2015-12-09x86: Remove CPU_INTEL_SOCKET_RPGA989Bin Meng1-11/+4
2015-12-09x86: Clean up ivybridge/chrome Kconfig optionsBin Meng1-30/+0
2015-12-09x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng2-33/+1
2015-12-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng1-0/+5
2015-12-09x86: Fix PCI UART compatible string for crownbay and galileoBin Meng2-5/+5
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass1-0/+3
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng2-390/+0
2015-12-01x86: tsc: Remove legacy timer codesBin Meng5-80/+0
2015-12-01x86: Convert to use driver model timerBin Meng18-39/+32
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-12-01x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng2-20/+0
2015-11-20ns16550: unify serial_x86Thomas Chou1-1/+1
2015-11-19x86: qemu: Convert to use driver model keyboardBin Meng2-0/+2
2015-11-19x86: crownbay: Convert to use driver model keyboardBin Meng1-0/+1
2015-11-19x86: Add an i8042 device for boards that have itSimon Glass4-0/+17
2015-11-13x86: Remove legacy pci codesBin Meng3-71/+0
2015-11-13x86: qemu: Convert to use driver model pciBin Meng2-50/+0
2015-11-13x86: qemu: Move chipset-specific codes from pci.c to qemu.cBin Meng2-72/+82
2015-11-13x86: qemu: Remove call to vgabios executionBin Meng1-18/+1
2015-11-13x86: queensbay: Really disable IGDBin Meng2-10/+23