summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/cpu.c
AgeCommit message (Expand)Author
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-04x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass
2020-01-17common: Move ll_boot_init() to init.hSimon Glass
2019-12-15x86: Drop unnecessary cpu code for TPLSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng
2018-07-20x86: Switch to use DM sysreset driverBin Meng
2018-06-24x86: efi-x86_payload: Enable usb keyboard during bootBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-11-30x86: don't compare pointers to 0Heinrich Schuchardt
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-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass
2015-07-14x86: Setup fixed range MTRRs for legacy regionsBin Meng
2015-07-14x86: Move lapic_setup() call into init_bsp()Bin Meng
2015-07-14x86: Move MP initialization codes into a common placeBin Meng
2015-07-14x86: dm: Clean up cpu driversBin Meng
2015-07-14x86: fsp: Load GDT before calling FspInitEntryBin Meng
2015-04-30x86: Allow CPUs to be set up after relocationSimon Glass
2015-04-29x86: Store the GDT pointer in global_dataSimon Glass