summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* x86: Wrap print_ch() with config optionBin Meng2017-02-071-0/+2
* x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.cBin Meng2017-02-071-0/+2
* x86: Update compile/link flags to support 64-bit U-BootSimon Glass2017-02-071-2/+0
* x86: Add a dummy setjmp implementation for x86_64Simon Glass2017-02-072-1/+21
* x86: Move setjmp to the i386 directorySimon Glass2017-02-073-3/+1
* x86: Move call64 to the i386 directorySimon Glass2017-02-073-1/+2
* x86: Move turbo_state to global_dataSimon Glass2017-02-071-4/+4
* x86: Move pirq_routing_table to global_dataSimon Glass2017-02-071-7/+5
* x86: Support jumping from SPL to U-BootSimon Glass2017-02-062-0/+67
* x86: Don't build cpu files which are not supported on 64-bitSimon Glass2017-02-061-1/+8
* x86: Don't build call64 and setjmp on 64-bitSimon Glass2017-02-061-1/+5
* x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass2017-02-063-0/+31
* x86: ivybridge: Skip SATA init in SPLSimon Glass2017-02-061-0/+2
* x86: Add a link script for SPLSimon Glass2017-02-061-0/+74
* x86: Add a link script for 64-bit x86Simon Glass2017-02-062-0/+82
* x86: Fix up CONFIG_X86_64 checkSimon Glass2017-02-061-1/+1