aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-05x86: Allow writing tables to failSimon Glass1-1/+8
2020-09-25x86: Notify the FSP of the 'end firmware' eventSimon Glass1-0/+15
2020-07-20x86: mp: Park CPUs before running the OSSimon Glass1-0/+5
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass1-27/+26
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass1-4/+4
2020-07-17x86: apl: Fix save/restore of ITSS prioritiesSimon Glass1-3/+15
2020-07-17x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUMESimon Glass1-19/+19
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-04x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass1-0/+25
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass1-1/+3
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-1/+1
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass1-1/+1
2020-01-17common: Move ll_boot_init() to init.hSimon Glass1-0/+1
2019-12-15x86: Drop unnecessary cpu code for TPLSimon Glass1-0/+4
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass1-1/+1
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng1-3/+18
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng1-0/+1
2018-07-20x86: Switch to use DM sysreset driverBin Meng1-26/+0
2018-06-24x86: efi-x86_payload: Enable usb keyboard during bootBin Meng1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-30x86: don't compare pointers to 0Heinrich Schuchardt1-2/+2
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng1-2/+6
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng1-3/+3
2017-05-17x86: Adjust board_final_cleanup() orderBin Meng1-2/+2
2017-05-17x86: fsp: Save stack address to CMOS for next S3 bootBin Meng1-0/+8
2017-05-17x86: acpi: Resume OS if resume vector is foundBin Meng1-0/+8
2017-05-17x86: Store and display previous sleep stateBin Meng1-0/+6
2017-02-06x86: Move the i386 code into its own directorySimon Glass1-504/+0
2016-10-11x86: Correct address casts in cpu codeSimon Glass1-6/+4
2016-06-12x86: Probe pinctrl driver in cpu_init_r()Bin Meng1-0/+5
2016-05-23x86: Reserve configuration tables in high memoryBin Meng1-3/+8
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng1-0/+12
2016-05-23x86: Call board_final_cleanup() in last_stage_init()Bin Meng1-0/+10
2016-03-17x86: Update microcode for secondary CPUsSimon Glass1-0/+1
2016-03-17x86: Rename PORT_RESET to IO_PORT_RESETSimon Glass1-2/+2
2016-03-17x86: cpu: Add functions to return the family and steppingSimon Glass1-0/+10
2016-03-17x86: cpu: Make the vendor table constSimon Glass1-1/+1
2016-01-24x86: Bring up northbridge, pch and lpc after the CPUsSimon Glass1-2/+18
2016-01-24x86: Make x86_init_cpus() staticSimon Glass1-1/+1
2015-12-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng1-0/+5
2015-12-01x86: Remove MIN_PORT80_KCLOCKS_DELAYBin Meng1-18/+0
2015-10-21x86: Initialize GDT entry 1 to be the 32-bit CS as wellBin Meng1-1/+6
2015-08-14x86: Switch to using generic global_data setupSimon Glass1-1/+3
2015-08-14x86: Move the GDT into global_dataSimon Glass1-4/+5
2015-08-05x86: Handle running as EFI payloadSimon Glass1-8/+13
2015-08-05x86: Use CR0 constants in CPU initSimon Glass1-1/+1
2015-07-28x86: Allow cpu-x86 driver to be probed for UPBin Meng1-0/+9
2015-07-28x86: Change pci option rom area MTRR setting to cacheableBin Meng1-7/+20