summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* x86: Move acpi_s3.h to a common locationSimon Glass2019-10-081-1/+1
* x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2018-07-201-3/+18
* x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-201-0/+1
* x86: Switch to use DM sysreset driverBin Meng2018-07-201-26/+0
* x86: efi-x86_payload: Enable usb keyboard during bootBin Meng2018-06-241-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: don't compare pointers to 0Heinrich Schuchardt2017-11-301-2/+2
* 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: Store and display previous sleep stateBin Meng2017-05-171-0/+6
* x86: Move the i386 code into its own directorySimon Glass2017-02-061-504/+0
* x86: Correct address casts in cpu codeSimon Glass2016-10-111-6/+4
* x86: Probe pinctrl driver in cpu_init_r()Bin Meng2016-06-121-0/+5
* x86: Reserve configuration tables in high memoryBin Meng2016-05-231-3/+8
* x86: Unify reserve_arch() for all x86 boardsBin Meng2016-05-231-0/+12
* x86: Call board_final_cleanup() in last_stage_init()Bin Meng2016-05-231-0/+10
* x86: Update microcode for secondary CPUsSimon Glass2016-03-171-0/+1
* x86: Rename PORT_RESET to IO_PORT_RESETSimon Glass2016-03-171-2/+2
* x86: cpu: Add functions to return the family and steppingSimon Glass2016-03-171-0/+10
* x86: cpu: Make the vendor table constSimon Glass2016-03-171-1/+1
* x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass2016-01-241-2/+18
* x86: Make x86_init_cpus() staticSimon Glass2016-01-241-1/+1
* x86: Move i8254_init() to x86_cpu_init_f()Bin Meng2015-12-091-0/+5
* x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng2015-12-011-18/+0
* x86: Initialize GDT entry 1 to be the 32-bit CS as wellBin Meng2015-10-211-1/+6
* x86: Switch to using generic global_data setupSimon Glass2015-08-141-1/+3
* x86: Move the GDT into global_dataSimon Glass2015-08-141-4/+5
* x86: Handle running as EFI payloadSimon Glass2015-08-051-8/+13
* x86: Use CR0 constants in CPU initSimon Glass2015-08-051-1/+1
* x86: Allow cpu-x86 driver to be probed for UPBin Meng2015-07-281-0/+9
* x86: Change pci option rom area MTRR setting to cacheableBin Meng2015-07-281-7/+20
* dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass2015-07-141-0/+2
* x86: Setup fixed range MTRRs for legacy regionsBin Meng2015-07-141-0/+22
* x86: Move lapic_setup() call into init_bsp()Bin Meng2015-07-141-2/+0
* x86: Move MP initialization codes into a common placeBin Meng2015-07-141-0/+40
* x86: dm: Clean up cpu driversBin Meng2015-07-141-28/+0
* x86: fsp: Load GDT before calling FspInitEntryBin Meng2015-07-141-0/+20
* x86: Allow CPUs to be set up after relocationSimon Glass2015-04-301-0/+38
* x86: Store the GDT pointer in global_dataSimon Glass2015-04-291-0/+1
* x86: Implement reset_cpu() correctly for modern CPUsSimon Glass2015-04-291-13/+9
* x86: Write configuration tables in last_stage_init()Bin Meng2015-04-291-0/+10
* Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass2015-04-181-1/+1
* x86: Save mtrr support flag in global dataBin Meng2015-01-231-0/+7
* x86: Add GDT descriptors for option ROMsSimon Glass2014-11-251-3/+6
* x86: Remove cpu_init_r() for x86Bin Meng2014-11-251-6/+0
* x86: Call cpu_init_interrupts() from interrupt_init()Bin Meng2014-11-251-2/+0