summaryrefslogtreecommitdiffstats
path: root/src/cpu
Commit message (Expand)AuthorAgeFilesLines
* build system: Structure and serialize INTERMEDIATEPatrick Georgi2021-01-141-6/+2
* cpu/x86/smm: Pass GNVS with smm_module_loader v2Kyösti Mälkki2021-01-131-0/+2
* cpu/x86/sipi_vector: Simplify loop getting unique CPU numberPatrick Rudolph2021-01-121-3/+2
* cpu/intel/haswell: Add delay for TPM before Flex Ratio rebootAngel Pons2021-01-111-0/+5
* cpu/intel/haswell: Allow tuning VR for C-state operationsAngel Pons2021-01-112-2/+50
* cpu/intel/haswell: Raise PSI1 threshold to 20AAngel Pons2021-01-111-1/+1
* cpu/intel/haswell: Enable turbo ratio if availableAngel Pons2021-01-111-4/+7
* cpu/intel/haswell: Do not set PMG_IO_CAPTURE_BASE MSRAngel Pons2021-01-111-6/+0
* mb/emulation/qemu: Copy page tables to DRAM in assemblyPatrick Rudolph2021-01-112-1/+55
* cpu/intel/haswell/haswell.h: Align with BroadwellAngel Pons2021-01-102-55/+29
* cpu/intel/haswell: Align cosmetics with BroadwellAngel Pons2021-01-101-36/+35
* cpu/intel/haswell: Do not determine CPU type at runtimeAngel Pons2021-01-102-24/+4
* cpu/x86/smm: Use append instead of assign for smm-c-depsFurquan Shaikh2021-01-081-1/+1
* cpu/intel/model_206ax: Always return a package from _CSTAngel Pons2021-01-081-2/+0
* */Makefile.inc: Add some INTERMEDIATE targets to .PHONYArthur Heymans2021-01-081-0/+2
* ACPI: Remove ACPI_NO_SMI_GNVSKyösti Mälkki2021-01-072-2/+0
* arch/x86: Move prologue to .init sectionKyösti Mälkki2021-01-076-1/+7
* cpu/intel/haswell: Rename `HASWELL_BCLK` to `CPU_BCLK`Angel Pons2021-01-073-4/+4
* cpu/intel/model_206ax: Simplify C-state acpigenAngel Pons2021-01-061-14/+2
* cpu/intel/model_206ax: Rename `cX_acpower` optionsAngel Pons2021-01-062-7/+7
* cpu/intel/model_206ax: Unify ACPI C-state optionsAngel Pons2021-01-062-6/+2
* cpu/intel/x/chip.h: Drop unused `disable_acpi` settingAngel Pons2021-01-063-6/+0
* ACPI: Final APM_CNT_GNVS_UPDATE cleanupKyösti Mälkki2021-01-041-35/+0
* arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki2021-01-041-1/+3
* cpu/intel/model_206ax: Add more CPU steppingsAngel Pons2020-12-251-0/+4
* nb/intel/sandybridge: Move steppings to CPU headerAngel Pons2020-12-251-0/+24
* arch/x86: Link gdt_init.S into bootblockKyösti Mälkki2020-12-162-2/+1
* arch/x86: Clean up bootblock assemblyKyösti Mälkki2020-12-162-29/+4
* arch/x86: Combine bootblock linker scriptsKyösti Mälkki2020-12-143-38/+0
* nb/intel/sandybridge: Clean up stepping logicAngel Pons2020-12-121-0/+6
* Drop many cases of .previous directive useKyösti Mälkki2020-12-111-2/+0
* cpu/x86/64bit/exit32.inc: Don't invalidate cache in CARPatrick Rudolph2020-12-101-1/+2
* cpu/x86/64bit: Add code to call function in protected modePatrick Rudolph2020-12-052-0/+73
* cpu/x86/smm_module_loaderv2: Fix compiling for x86_64Arthur Heymans2020-12-041-7/+7
* mb/emulation/x86: Add optional parallel_mp init supportArthur Heymans2020-12-041-0/+14
* cpu/qemu-x86: Increase MAX_CPUS to have actual AP initArthur Heymans2020-12-041-0/+5
* cpu/x86/lapic/secondary.S: Adapt for x86_64Arthur Heymans2020-12-041-0/+13
* cpu/qemu-x86: Add the option to have no SMMArthur Heymans2020-12-041-1/+20
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-022-5/+2
* cpu/x86/smm/smm_stub: Fix stack canary on x86_64Patrick Rudolph2020-12-021-0/+3
* cpu/x86/smm/smm_stub: Fix GDT for x86_64Patrick Rudolph2020-12-021-1/+1
* cpu/x86/early_reset: Mark assemblycode as 32bitPatrick Rudolph2020-12-011-0/+1
* cpu/intel/microcode: Mark assemblycode as 32bitPatrick Rudolph2020-12-011-0/+1
* cpu/x86/sipi: Add x86_64 supportPatrick Rudolph2020-12-012-0/+25
* Makefile.inc: Move adding mcu FIT entriesArthur Heymans2020-11-271-0/+28
* cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph2020-11-224-0/+17
* cpu/amd/microcode: Remove dead MakefileArthur Heymans2020-11-221-2/+0
* cpu/amd/pi: Remove unused cpu code 00660F01Martin Roth2020-11-228-259/+0
* intel/socket_441: Increase bootblock sizeJulius Werner2020-11-211-1/+1
* ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki2020-11-193-3/+3