Age | Commit message (Expand) | Author |
2024-01-24 | cpu: Rename Makefiles from .inc to .mk | Martin Roth |
2023-08-06 | cpu: Add SPDX license headers to Makefiles | Martin Roth |
2021-01-18 | cpu/intel/smm/gen1/smmrelocate.c: Remove repeated word | Elyes HAOUAS |
2020-11-10 | cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registers | Arthur Heymans |
2020-09-21 | src/cpu: Drop unneeded empty lines | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-01 | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS |
2020-04-04 | src/cpu: Use SPDX for GPL-2.0-only files | Angel Pons |
2019-11-22 | cpu/intel/gen1/smmrelocate: Fix stale comment | Arthur Heymans |
2019-11-22 | intel/smm: Provide common smm_relocation_params | Kyösti Mälkki |
2019-11-04 | cpu/intel/smm/gen1: Deal with SMM save state compatibility | Arthur Heymans |
2019-10-03 | cpu/intel/: Fix regression with smmrelocate | Kyösti Mälkki |
2019-09-10 | AUTHORS: Move src/cpu/intel copyrights into AUTHORS file | Martin Roth |
2019-08-28 | intel/smm/gen1: Use smm_subregion() | Kyösti Mälkki |
2019-08-15 | intel/smm: Define struct ied_header just once | Kyösti Mälkki |
2019-08-15 | soc/intel: Rename some SMM support functions | Kyösti Mälkki |
2019-08-15 | intel/smm/gen1: Rename header file | Kyösti Mälkki |
2019-08-15 | cpu/intel: Replace bsp_init_and_start_aps() | Kyösti Mälkki |
2019-08-15 | intel/smm/gen1: Split alternative SMRR register function | Kyösti Mälkki |
2019-08-13 | cpu/x86: Separate save_state struct headers | Kyösti Mälkki |
2019-08-08 | lib/stage_cache: Refactor Kconfig options | Kyösti Mälkki |
2019-07-13 | cpu/x86: Move smm_lock() prototype | Kyösti Mälkki |
2019-07-10 | cpu/x86: Remove obsolete smm_init_completion() | Kyösti Mälkki |
2019-06-21 | cpu: Add missing #include <commonlib/helpers.h> | Elyes HAOUAS |
2019-05-27 | sb/intel/common/smi.c: Remove unused functions | Arthur Heymans |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-01-22 | cpu/intel/model_206ax: Use parallel MP init | Arthur Heymans |
2019-01-22 | cpu/intel/smm/gen1: Add pineview to the check for alt SMRR MSR's | Arthur Heymans |
2019-01-14 | cpu/intel/gen1/smmrelocate: Check for sanity on SMRR | Arthur Heymans |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-24 | cpu/intel/smm: Don't make assumptions on TSEG_SIZE | Arthur Heymans |
2018-10-11 | src: Move common IA-32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-28 | src/*: normalize Google copyright headers | Patrick Georgi |
2018-08-09 | cpu/intel/smm: Make sure SMRR base is aligned to SMRR size | Arthur Heymans |
2018-07-30 | nb/intel/gm45: Use common code for SMM in TSEG | Arthur Heymans |
2018-07-30 | cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067x | Arthur Heymans |
2018-07-24 | cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx | Arthur Heymans |
2018-04-11 | Revert "model_206ax: Use parallel MP init" | Arthur Heymans |
2018-04-11 | model_206ax: Use parallel MP init | Arthur Heymans |
2018-04-10 | cpu/intel/sandybridge: Put stage cache into TSEG | Arthur Heymans |
2017-08-19 | intel/smm/gen1: Backup default SMM area | Kyösti Mälkki |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-28 | cpu/*: Add whitespace around '<<' | Elyes HAOUAS |
2017-03-16 | cpu/intel: Wrap lines at 80 columns | Lee Leahy |
2017-03-16 | cpu/intel: Fix brace issues detected by checkpatch.pl | Lee Leahy |
2017-03-16 | cpu/intel: Indent with tabs | Lee Leahy |
2016-10-11 | cpu/intel/smm: Use CONFIG_SMM_TSEG_SIZE | Nico Huber |
2016-02-14 | CPU/intel: Add missing license headers | Damien Roth |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-15 | cpu/mtrr.h: Fix macro names for MTRR registers | Alexandru Gagniuc |
2015-06-09 | Create i945-ivy smm tseg init based on ivy code. | Vladimir Serbinenko |