Age | Commit message (Expand) | Author |
2023-02-09 | arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator | Felix Held |
2023-02-08 | cpu/intel/model_206ax/model_206ax_init: use CPUID_ALL_STEPPINGS_MASK | Felix Held |
2023-02-08 | arch/x86/cpu: introduce and use device_match_mask | Felix Held |
2023-02-08 | mb/samsung: Enable VBOOT_VBNV_FLASH | Yu-Ping Wu |
2023-02-07 | src: Move POST_BOOTBLOCK_CAR to common postcodes and use it | Martin Roth |
2023-02-07 | tree: Drop repeated words | Alexander Goncharov |
2023-01-09 | treewide: Remove unused <cpu/amd/msr.h> | Elyes Haouas |
2022-12-23 | cpu/x86: Set up a separate stack for APs | Arthur Heymans |
2022-12-17 | Add option to use Ada code in romstage | Jeremy Compostella |
2022-12-16 | cpu/intel: Fix clearing MTRR for clang 64bit | Arthur Heymans |
2022-12-16 | cpu/x86/mtrr: rename local cpu_idx variable and make it const | Felix Held |
2022-12-15 | cpu/x86/mtrr: use lapicid instead of cpu_index calls | Felix Held |
2022-12-14 | cpu/x86/mp_init.c: Improve AP entry point | Arthur Heymans |
2022-12-14 | cpu/intel/206ax: Fix generating C state entries | Arthur Heymans |
2022-12-12 | cpu/x86/mtrr/mtrr: fix printk format strings | Felix Held |
2022-12-12 | cpu/x86/mtrr: Print cpu index number when set up MTRRs for BSP/APs | Kane Chen |
2022-12-10 | cpu/cpu.h: Change the function signature | Arthur Heymans |
2022-12-07 | mb,sb,soc/intel: Drop useless IO trap handlers | Kyösti Mälkki |
2022-12-05 | cpu/intel/speedstep: Have nb and sb code provide c5/c6/slfm | Arthur Heymans |
2022-12-01 | cpu/intel/model_206ax: Remove fake lapic device | Arthur Heymans |
2022-12-01 | cpu/intel/sandybridge: Use enum for ACPI C states | Arthur Heymans |
2022-11-28 | aopen/dxplplusu: Support SMM_ASEG and SMM_TSEG | Kyösti Mälkki |
2022-11-25 | cpu/intel/model_2065x: Don't use a magic APIC | Arthur Heymans |
2022-11-25 | cpu/intel/haswell: Move chip_ops to cpu cluster | Arthur Heymans |
2022-11-23 | cpu/intel/car: Define post codes | Martin Roth |
2022-11-22 | src/cpu: Remove unnecessary space after casts | Elyes Haouas |
2022-11-21 | cpu/intel/socket_*: Clean up Kconfig files | Elyes Haouas |
2022-11-17 | cpu/x86/Kconfig: Drop unused Kconfig symbol | Elyes Haouas |
2022-11-17 | sb/intel/common: Drop duplicate smi_set_eos() | Kyösti Mälkki |
2022-11-16 | cpu/x86/smm: Use common SMM_ASEG region | Kyösti Mälkki |
2022-11-12 | cpu/x86: Set thread local storage in C code | Arthur Heymans |
2022-11-12 | include/cpu/msr.h: transform into an union | Arthur Heymans |
2022-11-12 | cpu/intel/socket_mPGA604: Drop non-working SSE2 disablement | Kyösti Mälkki |
2022-11-10 | cpu/x86/Kconfig.debug_cpu: Drop unused symbol | Arthur Heymans |
2022-11-09 | Revert "mb/aopen/dxplplusu: Remove board" | Kyösti Mälkki |
2022-11-09 | cpu/*: Drop PARALLEL_MP leftovers | Arthur Heymans |
2022-11-09 | cpu/x86/smm/module_loader: Fix ASEG loading | Arthur Heymans |
2022-11-08 | cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-11-07 | cpu/x86: Drop !CPU_INFO_V2 code | Arthur Heymans |
2022-11-07 | cpu/x86: Drop LEGACY_SMP_INIT | Arthur Heymans |
2022-11-07 | mb/qemu/x86: Remove option for LEGACY_SMP_INIT | Arthur Heymans |
2022-11-07 | cpu/amd/agesa: Remove leftover code | Arthur Heymans |
2022-11-07 | {cpu/nb}/amd/family16: Remove platform | Arthur Heymans |
2022-11-07 | {cpu/nb}/amd/family15tn: Remove platform | Arthur Heymans |
2022-11-07 | {cpu/nb}/amd/family14: Remove platform | Arthur Heymans |
2022-11-07 | mb/aopen/dxplplusu: Remove board | Arthur Heymans |
2022-11-05 | cpu/x86/mp_init.c: Use existing code to create cpu struct device | Arthur Heymans |
2022-11-03 | Revert "cpu/x86/mp_init.c: Set a bogus initial lapic_id" | Felix Held |
2022-11-03 | cpu/x86/mp_init.c: Handle failed init_bsp() | Arthur Heymans |
2022-11-03 | cpu/x86/mp_init.c: Set a bogus initial lapic_id | Arthur Heymans |
2022-10-28 | cpu/x86/mp_init.c: Use linked list data structures | Arthur Heymans |
2022-10-28 | cpu/intel/common: Fix typecasting issue | Sridhar Siricilla |
2022-10-27 | cpu/x86/mp_init: adjust timeout for final SIPI | Jonathan Zhang |
2022-10-27 | mb/lenovo/haswell: Enable VBOOT_VBNV_FLASH | Yu-Ping Wu |
2022-10-26 | cpu/x86: Clean up includes | Elyes Haouas |
2022-10-26 | cpu/intel: Clean up includes | Elyes Haouas |
2022-10-26 | cpu/x86/Kconfig: Enable LAPIC remap mitigation on likely affect NB | Arthur Heymans |
2022-10-12 | cpu/x86/64bit: Fix building with -jx | Arthur Heymans |
2022-10-06 | cpu/x86/pae/pgtbl.c: Clean up includes and add <types.h> | Elyes Haouas |
2022-10-06 | cpu/intel/common/fsb.c: Sorte includes and add <stdint.h> | Elyes Haouas |
2022-10-06 | cpu/intel/car/romstage.c: Clean up includes and add <types.h> | Elyes Haouas |
2022-10-06 | cpu/x86/smm/smm_module_loader.c: Clean up includes | Elyes Haouas |
2022-10-06 | cpu/x86/mtrr/mtrr.c: Add missing <stdbool.h> | Elyes Haouas |
2022-09-29 | treewide: use is_enabled_cpu() on cycles over device list | Fabio Aiuto |
2022-09-24 | cpu/x86/smm/smihandler: use lapicid() | Felix Held |
2022-09-24 | cpu/x86/mp_init: drop unused MAX_APIC_IDS define | Felix Held |
2022-09-24 | include/cpu/x86/mtrr: define NUM_FIXED_MTRRS once in mtrr.h | Felix Held |
2022-09-23 | cpu/x86/smm/smihandler: use existing LAPIC ID register definition | Felix Held |
2022-09-22 | cpu/x86/smm/smm_module_loader.c: Fix STM setup | Eugene Myers |
2022-09-20 | cpu/intel/haswell: Update Broadwell ULT µcode updates | Angel Pons |
2022-09-20 | cpu/intel/haswell: Hook up Crystal Well µcode updates | Angel Pons |
2022-09-20 | cpu/intel/haswell: Do not include useless µcode updates | Angel Pons |
2022-09-15 | soc/amd: Do SMM relocation via MSR | Arthur Heymans |
2022-09-15 | cpu/intel/haswell: Allow up to six microcodes in the FIT table | Jeremy Compostella |
2022-09-14 | soc/amd/common: Add common function to get cpu count | Arthur Heymans |
2022-09-14 | timer: Change timer util functions to 64-bit | Rob Barnes |
2022-07-25 | arch/x86: Fix MAX_CPUS check proper for late X2APIC config | Subrata Banik |
2022-07-20 | treewide: Remove unused <cpu/x86/mtrr.h> | Elyes Haouas |
2022-07-19 | cpu/amd: Reformat code | Elyes Haouas |
2022-07-18 | cpu/x86: Allow SoC to select the `X2APIC_LATE_WORKAROUND` | Subrata Banik |
2022-07-18 | arch/x86: Add X2APIC_LATE_WORKAROUND | Subrata Banik |
2022-07-17 | cpu/amd/pi/00730F01/update_microcode.c: Fix some white spaces issues | Elyes Haouas |
2022-07-17 | cpu: Get rid of unnecessary blank line {before,after} barce | Elyes HAOUAS |
2022-07-14 | arch/x86: Mark prepare_and_run_postcar noreturn | Arthur Heymans |
2022-07-13 | cpu/amd: Add common helpers for TSEG and SMM | Arthur Heymans |
2022-07-13 | cpu/x86/mp_init: retype do_smm element in mp_state struct to bool | Felix Held |
2022-06-26 | intel/microcode: Change log type from BIOS_ERR to BIOS_WARNING | Subrata Banik |
2022-06-22 | microcode: Add error msg in case `intel_microcode_find()` return NULL | Subrata Banik |
2022-06-22 | cpu/intel/microcode: Create helper function to load microcode patch | Subrata Banik |
2022-06-22 | cpu/intel/microcode: Have API to re-load microcode patch | Subrata Banik |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-06-17 | cpu/intel/microcode: Fix `device enumeration` boot regression | Subrata Banik |
2022-06-17 | cpu/Makefile.inc: Fix rebuilding a new target | Arthur Heymans |
2022-06-15 | cpu/x86/smm/smm_module_loader.c: Fix formatted print | Elyes Haouas |
2022-06-07 | arch/x86: Add a common romstage entry | Arthur Heymans |
2022-06-07 | cpu/intel/microcode: Have provision to re-load microcode patch | Subrata Banik |
2022-06-06 | cpu/amd/agesa: Use common MRC_CACHE code to save S3 data | Arthur Heymans |
2022-06-06 | drivers/amd/agesa: Don't save regular boot MTRR to flash | Arthur Heymans |
2022-06-03 | cpu/x86/smm_module_loader: Use struct region in cpu map | Arthur Heymans |
2022-06-03 | cpu/x86/smm: Use struct region to check overlapping sections | Arthur Heymans |