summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86: Support global_data on x86_64Simon Glass2017-02-061-0/+27
* x86: Add cpu code for x86_64Simon Glass2017-02-064-1/+72
* x86: Move the i386 code into its own directorySimon Glass2017-02-065-509/+546
* x86: Add 64-bit start-up codeSimon Glass2017-02-062-0/+32
* x86: ivybridge: Allow 32-bit init to move to SPLSimon Glass2017-02-061-2/+2
* x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-061-4/+6
* x86: Use X86_16BIT_INIT instead of X86_RESET_VECTORSimon Glass2017-02-062-2/+2
* x86: ivybridge: Fix types for 64-bit compilationSimon Glass2017-02-061-2/+2
* x86: ivybridge: Add more debugging for failuresSimon Glass2017-02-062-10/+31
* x86: ivybridge: Declare global data where it is usedSimon Glass2017-02-064-0/+8
* x86: Use unsigned long for address in table generationSimon Glass2017-02-061-1/+1
* x86: Move efi .lds files into the 'lib' directorySimon Glass2016-11-142-177/+0