summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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-20ns16550: unify serial_x86Thomas Chou
2015-11-19x86: qemu: Convert to use driver model keyboardBin Meng
2015-11-19x86: crownbay: Convert to use driver model keyboardBin Meng
2015-11-19x86: 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
2015-11-13x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to KconfigBin Meng
2015-11-13x86: Rename pcat_ to i8254 and i8259 accordinglyBin Meng
2015-11-13x86: Initialize i8254 timer counter 1Bin Meng
2015-11-13x86: Fix cosmetic issues in the i8254 and i8259 codesBin Meng
2015-11-13x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERSBin Meng
2015-11-13x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQSBin Meng
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-05x86: Use the generic bitops headersFabio Estevam
2015-10-21x86: Add support for Advantech SOM-6896George McCollister
2015-10-21x86: ivybridge: Enable the MRC cacheBin Meng
2015-10-21x86: ivybridge: Measure the MRC code execution timeSimon Glass
2015-10-21x86: ivybridge: Fix car_uninit() to correctly set run stateSimon Glass
2015-10-21x86: ivybridge: Check the RTC return valueSimon Glass
2015-10-21x86: ivybridge: Use 'ret' instead of 'rcode'Simon Glass
2015-10-21x86: chromebook_link: Enable the debug UARTSimon Glass
2015-10-21x86: Init the debug UART if enabledSimon Glass
2015-10-21x86: Pass correct cpu_index to ap_init()Bin Meng
2015-10-21x86: galileo: Enable mrc cacheBin Meng
2015-10-21x86: quark: Implement mrc cacheBin Meng
2015-10-21x86: ivybridge: Correct two typos for MRCBin Meng
2015-10-21x86: Remove unused rw-mrc-cache properties in the link and panther dts filesBin Meng
2015-10-21x86: baytrail: Issue full system reset in reset_cpu()Bin Meng
2015-10-21x86: Enable mrc cache for bayleybay and minnowmaxBin Meng
2015-10-21x86: baytrail: Save mrc cache to spi flashBin Meng
2015-10-21x86: fsp: Pass mrc cache to fsp_init() and save it to gd after fsp_init()Bin Meng
2015-10-21x86: Use struct mrc_region to describe a mrc regionBin Meng
2015-10-21x86: ivybridge: Use APIs provided in the mrccache libBin Meng
2015-10-21x86: Add more common routines to manipulate mrc cacheBin Meng