summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass2017-07-251-0/+1
* x86: Move link to use driver model for SCSISimon Glass2017-07-111-1/+21
* Revert "x86: Convert MMC to driver model"Bin Meng2017-06-274-1/+43
* x86: baytrail: Fix boot hang with a debug buildBin Meng2017-06-052-0/+9
* x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integerBin Meng2017-06-051-5/+6
* x86: baytrail: Use macros instead of magic numbers for FSP settingsBin Meng2017-06-051-15/+20
* x86: baytrail: Remove "serial-debug-port-*" settingsBin Meng2017-06-051-4/+0
* x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1Bin Meng2017-06-051-1/+1
* x86: Convert MMC to driver modelSimon Glass2017-05-174-43/+1
* x86: acpi: Fix Windows S3 resume failureBin Meng2017-05-171-2/+6
* x86: acpi: Refactor acpi_resume()Bin Meng2017-05-171-3/+3
* x86: Adjust board_final_cleanup() orderBin Meng2017-05-171-2/+2
* x86: fsp: Save stack address to CMOS for next S3 bootBin Meng2017-05-171-0/+8
* x86: acpi: Resume OS if resume vector is foundBin Meng2017-05-171-0/+8
* x86: acpi: Add wake up assembly stubBin Meng2017-05-172-0/+79
* x86: Store and display previous sleep stateBin Meng2017-05-171-0/+6
* x86: baytrail: acpi: Add APIs for determining/clearing sleep stateBin Meng2017-05-171-0/+47
* fs: Kconfig: Add a separate config for FS_CBFSSimon Glass2017-04-301-0/+1
* fs: Convert CONFIG_CMD_CBFS to KconfigSimon Glass2017-04-301-0/+1
* x86: Drop leading spaces in cpu_x86_get_desc()Simon Glass2017-04-181-1/+5
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-056-6/+18
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-057-7/+45
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-2/+2
* x86: Intel MID platforms has no microcode updateAndy Shevchenko2017-02-211-1/+2
* x86: Force 32-bit jumps in interrupt handlersJ. Tang2017-02-211-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-0812-22/+23
* x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko2017-02-071-10/+2
* x86: qemu: Fix compiler warnings for 64-bitBin Meng2017-02-072-4/+4
* x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng2017-02-071-1/+4
* x86: Compile irq.c for 64-bitBin Meng2017-02-071-1/+1