summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2016-01-19x86: quark: Fix boot breakageBin Meng
2016-01-19Add more SPDX-License-Identifier tagsTom Rini
2016-01-15Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini
2016-01-14Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2016-01-13x86: qemu: remove cpu node in device treeMiao Yan
2016-01-13x86: qemu: fix cpu device in smp bootMiao Yan
2016-01-13x86: use actual CPU number for allocating memoryMiao Yan
2016-01-13x86: fix a typo in function nameMiao Yan
2016-01-13x86: qemu: add a cpu uclass driver for qemu targetMiao Yan
2016-01-13x86: qemu: add fw_cfg supportMiao Yan
2016-01-13x86: ivybridge: Add macros for LPC decode rangesBin Meng
2016-01-13x86: fsp: Always use hex numbers in the hob command outputBin Meng
2016-01-13x86: ivybridge: Do not require HAVE_INTEL_MEBin Meng
2016-01-13x86: ivybridge: Add microcode blobs for all the steppingsBin Meng
2016-01-13x86: fsp: Set up init runtime buffer in update_fsp_configs()Bin Meng
2016-01-13x86: fsp: Move struct fspinit_rtbuf definition to chipset headerBin Meng
2016-01-13x86: queensbay: Remove invalid comments 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
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass
2016-01-12dm: Convert bios_interrupts to use DM PCI APISimon Glass
2016-01-12dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng
2015-12-09x86: Remove CPU_INTEL_SOCKET_RPGA989Bin Meng
2015-12-09x86: Clean up ivybridge/chrome Kconfig optionsBin Meng
2015-12-09x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGEBin Meng
2015-12-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng
2015-12-09x86: Fix PCI UART compatible string for crownbay and galileoBin Meng
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng
2015-12-01x86: tsc: Remove legacy timer codesBin Meng
2015-12-01x86: Convert to use driver model timerBin Meng
2015-12-01x86: tsc: Add driver model timer supportBin Meng
2015-12-01x86: tsc: Use notrace from <linux/compiler.h>Bin Meng
2015-12-01x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng
2015-11-21ns16550: unify serial_x86Thomas Chou
2015-11-20x86: qemu: Convert to use driver model keyboardBin Meng
2015-11-20x86: crownbay: Convert to use driver model keyboardBin Meng
2015-11-20x86: Add an i8042 device for boards that have itSimon Glass
2015-11-13x86: Remove legacy pci codesBin Meng
2015-11-13x86: qemu: Convert to use driver model pciBin Meng
2015-11-13x86: qemu: Move chipset-specific codes from pci.c to qemu.cBin Meng
2015-11-13x86: qemu: Remove call to vgabios executionBin Meng
2015-11-13x86: queensbay: Really disable IGDBin Meng