summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/cpu.c
AgeCommit message (Expand)Author
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: Store and display previous sleep stateBin Meng
2017-02-06x86: Move the i386 code into its own directorySimon Glass
2016-10-11x86: Correct address casts in cpu codeSimon Glass
2016-06-12x86: Probe pinctrl driver in cpu_init_r()Bin Meng
2016-05-23x86: Reserve configuration tables in high memoryBin Meng
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng
2016-05-23x86: Call board_final_cleanup() in last_stage_init()Bin Meng
2016-03-17x86: Update microcode for secondary CPUsSimon Glass
2016-03-17x86: Rename PORT_RESET to IO_PORT_RESETSimon Glass
2016-03-17x86: cpu: Add functions to return the family and steppingSimon Glass
2016-03-17x86: cpu: Make the vendor table constSimon Glass
2016-01-24x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass
2016-01-24x86: Make x86_init_cpus() staticSimon Glass
2015-12-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng
2015-12-01x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng
2015-10-21x86: Initialize GDT entry 1 to be the 32-bit CS as wellBin Meng
2015-08-14x86: Switch to using generic global_data setupSimon Glass
2015-08-14x86: Move the GDT into global_dataSimon Glass
2015-08-05x86: Handle running as EFI payloadSimon Glass
2015-08-05x86: Use CR0 constants in CPU initSimon Glass
2015-07-28x86: Allow cpu-x86 driver to be probed for UPBin Meng
2015-07-28x86: Change pci option rom area MTRR setting to cacheableBin Meng
2015-07-15dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass
2015-07-15x86: Setup fixed range MTRRs for legacy regionsBin Meng
2015-07-15x86: Move lapic_setup() call into init_bsp()Bin Meng
2015-07-15x86: Move MP initialization codes into a common placeBin Meng
2015-07-15x86: dm: Clean up cpu driversBin Meng
2015-07-15x86: fsp: Load GDT before calling FspInitEntryBin Meng
2015-04-30x86: Allow CPUs to be set up after relocationSimon Glass
2015-04-30x86: Store the GDT pointer in global_dataSimon Glass
2015-04-30x86: Implement reset_cpu() correctly for modern CPUsSimon Glass
2015-04-30x86: Write configuration tables in last_stage_init()Bin Meng
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass
2015-01-24x86: Save mtrr support flag in global dataBin Meng
2014-11-25x86: Add GDT descriptors for option ROMsSimon Glass
2014-11-25x86: Remove cpu_init_r() for x86Bin Meng
2014-11-25x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng
2014-11-21x86: Make show_boot_progress() commonSimon Glass
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass
2014-11-21x86: Fix a warning with gcc 4.4.4Simon Glass
2014-11-21x86: Do CPU identification in the early phaseBin Meng
2014-11-21x86: Fix up some missing prototypesSimon Glass
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass
2014-10-29x86: Add support for starting 64-bit kernelSimon Glass
2014-10-29x86: Display basic CPU information on bootSimon Glass