Age | Commit message (Expand) | Author |
2022-02-10 | Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" | Felix Held |
2022-02-07 | cpu/x86/mp_init.c: Rename num_concurrent_stacks | Arthur Heymans |
2022-02-07 | cpu/x86/smm: Improve smm stack setup | Arthur Heymans |
2022-02-05 | cpu/x86/lapic: Move LAPIC configuration to MP init | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Fix choice X2APIC_ONLY | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Add lapic_send_ipi_self,others() | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Unify some parameter | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Support switching to X2APIC mode | Kyösti Mälkki |
2022-02-05 | cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available | Kyösti Mälkki |
2022-02-03 | cpu/x86/smm: Retype variables | Arthur Heymans |
2022-02-01 | cpu/x86/smm: Add SMM_LEGACY_ASEG | Kyösti Mälkki |
2021-11-30 | include/cpu/x86/mp.h: Remove indirect include | Arthur Heymans |
2021-11-29 | src/cpu,soc/amd/common/block/cpu: Add preload_microcode | Raul E Rangel |
2021-11-29 | soc/intel/common: Include Alder Lake-N device IDs | Usha P |
2021-11-03 | cpu/amd/mtrr: Remove topmem global variables | Arthur Heymans |
2021-11-03 | cpu/amd/mtrr/amd_mtrr.c: Remove unused functions | Arthur Heymans |
2021-10-26 | src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function | Felix Held |
2021-10-22 | cpu/x86/mp_init: use cb_err as status return type in remaining functions | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as mp_init_with_smm return type | Felix Held |
2021-10-18 | cpu/x86/lapic: Drop xapic_write_atomic() | Kyösti Mälkki |
2021-10-05 | arch/x86,cpu/x86: Introduce new method for accessing cpu_info | Raul E Rangel |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-09-30 | soc/intel/alderlake: Add CPU ID 0x906a4 | Meera Ravindranath |
2021-08-24 | soc/intel: Add TGL-H CPUID | Jeremy Soller |
2021-08-16 | soc/intel/common/block/cpu: Introduce CAR_HAS_L3_PROTECTED_WAYS Kconfig | Subrata Banik |
2021-08-15 | soc/intel/common: Calculate and configure SF Mask 2 | Subrata Banik |
2021-08-04 | Move post_codes.h to commonlib/console/ | Ricardo Quesada |
2021-07-24 | include/cpu: Remove one space from bitfield macro definition | Subrata Banik |
2021-07-24 | include/cpu: Use tab instead of space | Subrata Banik |
2021-07-17 | cpu/intel: Add dedicated file to grow Intel CPUIDs | Subrata Banik |
2021-07-16 | include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR | Felix Held |
2021-07-14 | include/cpu/amd/msr: add and use MC_CTL_MASK macro | Felix Held |
2021-07-14 | include/cpu/x86/msr: move MC0_CTL_MASK to include/cpu/amd/msr | Felix Held |
2021-07-14 | include/cpu/x86/msr: add mca_clear_status function | Felix Held |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-14 | include/cpu/x86/msr: add IA32_ prefix to MC0_ADDR and MC0_MISC | Felix Held |
2021-07-12 | include/cpu/x86/msr: fix MCG_CTL_P definition | Felix Held |
2021-07-12 | include/cpu/x86/msr: add mca_get_bank_count function | Felix Held |
2021-07-06 | arch/x86: Use ENV_X86_64 instead of _x86_64_ | Patrick Rudolph |
2021-06-25 | Asm code: Use NO_EARLY_BOOTBLOCK_POSTCODES to remove Asm port80s | Martin Roth |
2021-06-22 | soc/intel/car: Add support for bootguard CAR | Arthur Heymans |
2021-06-21 | soc/intel/common: Add InSMM.STS support | Angel Pons |
2021-06-19 | soc/intel/common/block/smm: Add `mainboard_smi_finalize` | Aseda Aboagye |
2021-06-15 | cpu/intel/msr.h: Sort MSRs in ascending order | Angel Pons |
2021-06-15 | cpu/intel/msr.h: Add license header | Angel Pons |
2021-06-11 | cpu/x86/lapic: Replace LOCAL_APIC_ADDR references | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Drop read/write_around aliases | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Separate stop_this_cpu() | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add lapic_busy() helper | Arthur Heymans |
2021-06-10 | cpu/x86/lapic: Add lapic_send_ipi() helper | Arthur Heymans |
2021-06-10 | cpu/x86/lapic: Do not inline some utility functions | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add lapic_update32() helper | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Regroup LAPIC accessors | Kyösti Mälkki |
2021-06-09 | cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Declare start_cpu() static | Kyösti Mälkki |
2021-05-28 | cpu/x86/entry16.S: Make Intel CBnT TOCTOU safe | Arthur Heymans |
2021-05-10 | *x86: fix x2apic mode boot issue | Wonkyu Kim |
2021-04-30 | cpu/x86/msr: introduce helpers msr_read, msr_write | Michael Niewöhner |
2021-04-19 | cpu/x86/smm_loaderv2: Use the permanent stack top during relocation | Arthur Heymans |
2021-04-15 | *x86: Support x2apic mode | Wonkyu Kim |
2021-03-19 | cpu/x86/mp_init.c: Drop unnecessary preprocessor usage | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init: Allow stub sizes larger than the save state size | Arthur Heymans |
2021-03-19 | cpu/x86/smm_loaderv2: Remove unused variables | Arthur Heymans |
2021-03-19 | cpu/x86/smm_module_hander: Set up a save state map | Arthur Heymans |
2021-03-19 | cpu/x86/smm_stub.S: Drop smm_runtime from the stub | Arthur Heymans |
2021-03-19 | cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage | Arthur Heymans |
2021-03-18 | cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params | Arthur Heymans |
2021-03-18 | cpu/x86/smm_stub.S: Drop unused module_handler parameter | Arthur Heymans |
2021-03-18 | cpu/x86/smm: Move relocatable stub params | Arthur Heymans |
2021-03-12 | cpu/intel/microcode: Fix caching logic in intel_microcode_find | Furquan Shaikh |
2021-03-11 | src/cpu/x86: Add helper mp_run_on_all_aps | Aamir Bohra |
2021-02-19 | include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR | Felix Held |
2021-02-19 | soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.h | Felix Held |
2021-02-11 | cpu/intel/microcode: Fix typo in function parameter | Elyes HAOUAS |
2021-01-28 | cpu/intel/microcode: Add caching layer in intel_microcode_find | Patrick Rudolph |
2021-01-26 | cpu/x86/smm: Remove unused APMC for C-state and P-state | Kyösti Mälkki |
2021-01-25 | cpu/x86/smm: Use common APMC logging | Kyösti Mälkki |
2021-01-15 | soc/amd/picasso: Generate ACPI CRAT objects in cb | Jason Glenesk |
2021-01-07 | cpu/intel: add PC10 residency counter MSR | Michael Niewöhner |
2021-01-04 | ACPI: Final APM_CNT_GNVS_UPDATE cleanup | Kyösti Mälkki |
2021-01-02 | soc/amd/picasso: Separate CPUID defs into new header | Jason Glenesk |
2020-12-04 | cpu/x86/smm_module_loaderv2: Fix compiling for x86_64 | Arthur Heymans |
2020-11-10 | cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registers | Arthur Heymans |
2020-11-09 | soc/amd/*/smi.h: Move the pm_acpi_smi_cmd_port function declaration | Arthur Heymans |
2020-11-09 | cpu/x86/smm: Add a common save state handling | Arthur Heymans |
2020-10-31 | cpu/x86/lapic: rename virtual wire mode initialization function | Felix Held |
2020-10-31 | cpu/intel/common: correct MSR for the Nominal Performance in CPPC | Michael Niewöhner |
2020-10-24 | cpu/intel/common: rework code previously moved to common cpu code | Michael Niewöhner |
2020-10-24 | {cpu,soc}/intel: deduplicate cpu code | Michael Niewöhner |
2020-10-21 | {cpu,soc}/intel: replace AES-NI locking by common implemenation call | Michael Niewöhner |
2020-10-19 | cpu/intel/common: rework AES-NI locking | Michael Niewöhner |
2020-10-19 | soc/intel/skl,cpu/intel: copy AES-NI locking to common cpu code | Michael Niewöhner |
2020-10-16 | include/cpu/x86: introduce new helper for (un)setting MSRs | Michael Niewöhner |
2020-09-29 | cpu/x86/smm/smmhandler.c: Get revision using C code | Arthur Heymans |
2020-09-28 | include/cpu/x86/tsc: Fix rdtsc on x86_64 | Patrick Rudolph |
2020-09-25 | soc/amd/picasso: Generate ACPI pstate and cstate objects in cb | Jason Glenesk |
2020-09-21 | cpu/x86/smm.h: Add function to return the SMM save state revision | Arthur Heymans |
2020-09-14 | src/include: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-14 | soc/intel/common/cpu: Update COS mask calculation for NEM enhanced mode | Aamir Bohra |