summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng
2017-06-05x86: baytrail: Fix boot hang with a debug buildBin Meng
2017-06-05x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integerBin Meng
2017-06-05x86: baytrail: Use macros instead of magic numbers for FSP settingsBin Meng
2017-06-05x86: baytrail: Remove "serial-debug-port-*" settingsBin Meng
2017-06-05x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1Bin Meng
2017-05-17x86: Convert MMC to driver modelSimon Glass
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng
2017-05-17x86: Adjust board_final_cleanup() orderBin Meng
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng
2017-05-17x86: acpi: Resume OS if resume vector is foundBin Meng
2017-05-17x86: acpi: Add wake up assembly stubBin Meng
2017-05-17x86: Store and display previous sleep stateBin Meng
2017-05-17x86: baytrail: acpi: Add APIs for determining/clearing sleep stateBin Meng
2017-04-30fs: Kconfig: Add a separate config for FS_CBFSSimon Glass
2017-04-30fs: Convert CONFIG_CMD_CBFS to KconfigSimon Glass
2017-04-18x86: Drop leading spaces in cpu_x86_get_desc()Simon Glass
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese
2017-02-21x86: Intel MID platforms has no microcode updateAndy Shevchenko
2017-02-21x86: Force 32-bit jumps in interrupt handlersJ. Tang
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-07x86: make LOAD_FROM_32_BIT visible for platformsAndy Shevchenko
2017-02-07x86: qemu: Fix compiler warnings for 64-bitBin Meng
2017-02-07x86: qemu: Hide arch_cpu_init() and print_cpuinfo() for U-Boot properBin Meng
2017-02-07x86: Compile irq.c for 64-bitBin Meng
2017-02-07x86: Wrap print_ch() with config optionBin Meng
2017-02-07x86: qemu: Add missing DECLARE_GLOBAL_DATA_PTR in e820.cBin Meng
2017-02-07x86: Update compile/link flags to support 64-bit U-BootSimon Glass
2017-02-07x86: Add a dummy setjmp implementation for x86_64Simon Glass
2017-02-07x86: Move setjmp to the i386 directorySimon Glass
2017-02-07x86: Move call64 to the i386 directorySimon Glass
2017-02-07x86: Move turbo_state to global_dataSimon Glass
2017-02-07x86: Move pirq_routing_table to global_dataSimon Glass
2017-02-06x86: Support jumping from SPL to U-BootSimon Glass
2017-02-06x86: Don't build cpu files which are not supported on 64-bitSimon Glass
2017-02-06x86: Don't build call64 and setjmp on 64-bitSimon Glass
2017-02-06x86: ivybridge: Provide a dummy SDRAM init for 64-bitSimon Glass
2017-02-06x86: ivybridge: Skip SATA init in SPLSimon Glass
2017-02-06x86: Add a link script for SPLSimon Glass
2017-02-06x86: Add a link script for 64-bit x86Simon Glass
2017-02-06x86: Fix up CONFIG_X86_64 checkSimon Glass
2017-02-06x86: Support global_data on x86_64Simon Glass
2017-02-06x86: Add cpu code for x86_64Simon Glass
2017-02-06x86: Move the i386 code into its own directorySimon Glass
2017-02-06x86: Add 64-bit start-up codeSimon Glass
2017-02-06x86: ivybridge: Allow 32-bit init to move to SPLSimon Glass
2017-02-06x86: Use X86_32BIT_INIT instead of X86_RESET_VECTORSimon Glass