summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07117-251/+117
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-274-8/+0
* x86: Rename e820entry to e820_entryBin Meng2018-04-163-4/+4
* x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2018-04-163-6/+10
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* x86: quark: Fix unused warningsTom Rini2018-01-301-9/+4
* ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen2017-12-127-0/+7
* x86: don't compare pointers to 0Heinrich Schuchardt2017-11-301-2/+2
* x86: qemu: Move Cache-As-RAM memory from area mapped to ROMAnton Gerasimov2017-11-301-1/+1
* x86: braswell: cherryhill: Update dts for SPI lock downBin Meng2017-10-271-4/+0
* env: x86: braswell: Set ENV_IS_IN_SPI_FLASH as defaultBin Meng2017-10-271-1/+0
* x86: braswell: Fix unexpected crash during Linux kernel bootBin Meng2017-10-272-171/+1
* x86: baytrail: fsp: Move Azalia update codes to boardBin Meng2017-10-191-109/+2
* x86: baytrail: fsp: Use a function to update the Azalia config pointerBin Meng2017-10-191-2/+13
* x86: fsp: Consolidate Azalia header fileBin Meng2017-10-191-7/+6
* x86: baytrail: Fix unstable ACPI S3 resumeBin Meng2017-10-191-0/+22
* x86: tangier: Enable ACPI support for Intel TangierAndy Shevchenko2017-10-072-0/+88
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-3/+3
* x86: ivybridge: remove unused variablesHeinrich Schuchardt2017-09-161-10/+0
* x86: braswell: Disable PUNIT power configuration for B0 steppingBin Meng2017-09-161-0/+6
* x86: braswell: Add FSP configurationBin Meng2017-09-162-1/+159
* x86: Add Intel Braswell SoC supportBin Meng2017-09-166-0/+335
* x86: baytrail: acpi: Add full reset bit to the reset register value in FADTBin Meng2017-09-021-1/+1
* x86: tangier: kconfig: Guard tangier-specific optionsBin Meng2017-08-241-0/+4
* x86: baytrail: Fix turbo enableBin Meng2017-08-241-0/+1
* x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to KconfigBin Meng2017-08-241-1/+1
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-157-7/+0
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-0116-69/+118
|\
| * x86: Switch all boards to use DM SCSIBin Meng2017-08-016-0/+6
| * x86: Convert MMC to driver modelSimon Glass2017-08-014-43/+1
| * x86: ivybridge: remove unused uma_memory_sizexypron.glpk@gmx.de2017-08-011-5/+0
| * x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng2017-08-014-0/+4
| * x86: kconfig: Move USB to platform KconfigBin Meng2017-08-018-0/+17
| * x86: qemu: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+4
| * x86: quark: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+9
| * x86: tangier: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+7
| * x86: queensbay: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+11
| * x86: coreboot: kconfig: Imply drivers that are usefulBin Meng2017-08-011-0/+10
| * x86: broadwell: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+6
| * x86: ivybridge: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+5
| * x86: baytrail: kconfig: Imply platform specific driversBin Meng2017-08-011-1/+10
| * x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng2017-08-014-0/+4
| * x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng2017-08-015-1/+20
| * x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng2017-08-014-10/+2
| * x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng2017-08-012-10/+0
| * x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng2017-08-013-0/+3
* | ahci: Support non-PCI controllersSimon Glass2017-08-011-1/+1
|/
* x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko2017-07-302-58/+0
* x86: Add Intel Edison board filesAndy Shevchenko2017-07-301-0/+4
* x86: Add Intel Tangier supportFelipe Balbi2017-07-306-0/+281