Age | Commit message (Expand) | Author |
2022-05-23 | cpu/x86/smm: Remove heap | Arthur Heymans |
2022-05-16 | arch/x86/postcar: Set up postcar MTRR in C code | Arthur Heymans |
2022-05-16 | cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously | Kane Chen |
2022-04-25 | cpu/x86/64bit: Generate static page tables from an assembly file | Arthur Heymans |
2022-04-25 | cpu/x86/64bit: Add a separate Makefile.inc | Arthur Heymans |
2022-04-24 | {arch,cpu}: Remove redundant <arch/cpu.h> | Elyes HAOUAS |
2022-04-21 | cpu/x86/fpu_enable.inc: Remove file used by romcc | Arthur Heymans |
2022-04-19 | cpu/x86/Kconfig*: Guard with ARCH_X86 | Arthur Heymans |
2022-04-14 | x86/mtrr: Print address ranges inclusive to be more consistent | Werner Zeh |
2022-04-13 | cpu/x86/mtrr: Use `need_restore_mtrr` to set put_back_original_solution | Subrata Banik |
2022-04-13 | cpu/x86: Add function to set `put_back_original_solution` variable | Kane Chen |
2022-04-11 | cpu/x86/smm: Add sinkhole mitigation to relocatable smmstub | Arthur Heymans |
2022-04-11 | cpu/x86/smm_module_loader.c: Clean up printing the CPU map | Arthur Heymans |
2022-04-02 | cpu/x86/mtrr: Delay removing `temp` variable range MTRR snapshot | Subrata Banik |
2022-04-02 | {cpu/x86, drivers/amd}: Use `get_var_mtrr_count()` to get MTRR count | Subrata Banik |
2022-04-02 | cpu/x86/mtrr: Make useful MTRR functions available for all boot stages | Subrata Banik |
2022-03-10 | cpu/x86/smm: Add weak SoC init and exit methods | Raul E Rangel |
2022-03-09 | cpu/x86/smm,lib/cbmem_console: Enable CBMEMC when using DEBUG_SMI | Raul E Rangel |
2022-02-28 | cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG | Arthur Heymans |
2022-02-11 | cpu/x86/lapic: Fix SMP=n case with LEGACY_SMP_INIT | Kyösti Mälkki |
2022-02-10 | Revert "cpu/x86/lapic: Unconditionally use CPUID leaf 0xb if available" | Felix Held |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-02-07 | cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER | Arthur Heymans |
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: Add lapic_send_ipi_self,others() | 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 |
2022-02-01 | cpu/x86/lapic: Drop SMM_SERIALIZED_INITIALIZATION | Kyösti Mälkki |
2022-01-26 | src: Add missing 'void' in function definition | Elyes HAOUAS |
2021-12-10 | cpu/x86/mp_init.c: Make it work for !CONFIG_SMP | Arthur Heymans |
2021-12-06 | x86_64 assembly: Don't touch %gs | Patrick Rudolph |
2021-12-06 | cpu/x86/mp_init.c: Fix HAVE_SMI_HANDLER | Arthur Heymans |
2021-12-03 | cpu/x86/mp_init.c: Fix building with no smihandler | Arthur Heymans |
2021-12-01 | cpu/x86/mp_init.c: Fix building without an SMI_HANDLER | Arthur Heymans |
2021-11-29 | cpu/x86: Rename X86_AMD_INIT_SIPI to X86_INIT_NEED_1_SIPI | Subrata Banik |
2021-11-03 | cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS | Arthur Heymans |
2021-10-26 | src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function | Felix Held |
2021-10-26 | cpu/x86/Kconfig.debug_cpu: drop HAVE_DISPLAY_MTRRS option | Felix Held |
2021-10-26 | cpu/x86: drop CPU_X86_LAPIC Kconfig option | Felix Held |
2021-10-26 | cpu/x86: Introduce and use `CPU_X86_LAPIC` | Felix Held |
2021-10-26 | cpu/x86: Introduce `CPU_X86_CACHE_HELPER` | Felix Held |
2021-10-25 | cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs | Felix Held |
2021-10-22 | cpu/x86/mp_init: move printing of failure message into mp_init_with_smm | 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-21 | cpu/x86/mp_init: use cb_err as run_ap_work return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as mp_init & bsp_do_flight_plan return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as wait_for_aps return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as apic_wait_timeout return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as install_permanent_handler return type | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as install_relocation_handler return type | Felix Held |
2021-10-21 | cpu/x86: Remove cpu parameter to ap_init | Raul E Rangel |
2021-10-21 | cpu/x86: Require CPU_INFO_V2 when selecting PARALLEL_MP | Raul E Rangel |
2021-10-21 | arch/x86,cpu/x86: Fix 64-bit CPU_INFO_V2 build errors | Raul E Rangel |
2021-10-20 | cpu/x86/mp_init: rework start_aps to fix X86_AMD_INIT_SIPI case | Felix Held |
2021-10-20 | cpu/x86/mp_init: use cb_err as start_aps return type | Felix Held |
2021-10-20 | cpu/x86/mp_init: add final new line to debug messages | Felix Held |
2021-10-20 | cpu/x86/mp_init: factor out send_sipi_to_aps function | Felix Held |
2021-10-20 | cpu/x86/mp_init: use types.h include | Felix Held |
2021-10-18 | cpu/x86/cpu_info.S: Remove ebx save/restore | Raul E Rangel |
2021-10-18 | cpu/x86/smm/smm_stub: Remove cpu_info | Raul E Rangel |
2021-10-18 | arch/x86,cpu/x86,lib/thread: Remove usage of cpu_info from lib/thread | Raul E Rangel |
2021-10-18 | cpu/x86/lapic: Drop xapic_write_atomic() | Kyösti Mälkki |
2021-10-17 | cpu/x86/lapic: Only deliver ExtINT to BSP | Kyösti Mälkki |
2021-10-15 | cpu/x86/lapic: Do not set read-only bits in LVTx | Kyösti Mälkki |
2021-10-15 | cpu/x86/lapic: Add comment on spurious interrupt | Kyösti Mälkki |
2021-10-15 | cpu/x86/lapic: Split virtual_wire_mode_init() | 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-29 | arch/x86,cpu/x86: Disable the %gs and %fs segments | Raul E Rangel |
2021-09-27 | arch/x86,cpu/x86: Move cpu_info initialization instructions into macro | Raul E Rangel |
2021-09-27 | cpu/x86/mp_init: add expansion for SIPI acronym | Felix Held |
2021-09-24 | cpu/x86/mp_init: Add comment to smm_do_relocation | Raul E Rangel |
2021-09-08 | cpu/x86/tsc: Deduplicate Makefile logic | Angel Pons |
2021-09-04 | cpu/x86: Use MP_RUN_ON_ALL_CPUS macro instead of hardcoding | Subrata Banik |
2021-07-27 | cpu/x86/mp_init: don't wait between INIT and SIPI for X86_AMD_INIT_SIPI | Felix Held |
2021-07-26 | arch/x86,cpu/x86/mp_init: Switch cpu_info index type to size_t | Raul E Rangel |
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-19 | soc/intel/common/block/smm: Add `mainboard_smi_finalize` | Aseda Aboagye |
2021-06-16 | cpu/x86/mp_init: Support both xapic and x2apic with common code | Arthur Heymans |
2021-06-15 | cpu/x86/Kconfig: Increase SMM stack size to 0x800 on x86_64 | Patrick Rudolph |
2021-06-15 | treewide: Disable R_AMD64_32S relocation support | Patrick Rudolph |
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 wait_ipi_completion() helpers | 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-09 | cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE | Kyösti Mälkki |
2021-06-09 | cpu/x86/lapic: Drop IOAPIC test | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Redo DEBUG_HALT_SELF | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Declare start_cpu() static | Kyösti Mälkki |
2021-06-07 | cpu/x86/lapic: Drop parallel_cpu_init inside LEGACY_SMP_INIT | Kyösti Mälkki |