Age | Commit message (Expand) | Author |
2022-02-28 | cpu/x86/smm: Support PARALLEL_MP with SMM_ASEG | Arthur Heymans |
2022-02-07 | cpu/x86/Makefile.inc: Build smi_trigger on !HAVE_SMI_HANDLER | Arthur Heymans |
2021-04-19 | cpu/x86/smm/smm_module_loaderv2.c: Rename file | Arthur Heymans |
2021-04-19 | cpu/x86/smm: Drop the V1 smmloader | Arthur Heymans |
2021-01-25 | cpu/x86/smm: Use common APMC logging | Kyösti Mälkki |
2021-01-08 | cpu/x86/smm: Use append instead of assign for smm-c-deps | Furquan Shaikh |
2020-11-09 | cpu/x86/smm: Add a common save state handling | Arthur Heymans |
2020-11-02 | cpu/x86/smm: Pass smm.ld through src-to-obj | Arthur Heymans |
2020-08-15 | cpu/x86/smm: Introduce SMM module loader version 2 | Rocky Phagura |
2020-06-16 | arch/x86: Create helper for APM_CNT SMI triggers | Kyösti Mälkki |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2019-09-10 | AUTHORS: Move src/cpu copyrights into AUTHORS file | Martin Roth |
2019-08-15 | cpu/x86/smm: Define single smm_subregion() | Kyösti Mälkki |
2019-08-08 | arch/x86: Move TSEG_STAGE_CACHE implementation | Kyösti Mälkki |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
2019-06-21 | x86/smmstub: Fix compiling with external toolchains | Arthur Heymans |
2016-05-04 | cpu/x86: remove BACKUP_DEFAULT_SMM_REGION option | Aaron Durbin |
2016-05-04 | cpu/x86/smm_module_loader: always build with SMM module support | Aaron Durbin |
2016-01-28 | Move object files to $(obj)/<class>/ | Nico Huber |
2016-01-28 | Makefile: Make full use of src-to-obj macro | Nico Huber |
2015-11-24 | Unify OBJCOPY arguments throughout various x86 stages | Stefan Reinauer |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-30 | smm: 64bit fixes | Stefan Reinauer |
2015-09-09 | linking: add and use LDFLAGS_common | Aaron Durbin |
2015-06-08 | x86 SMM: Relocator is intel-only | Kyösti Mälkki |
2015-05-29 | x86 SMM: Merge recipes | Kyösti Mälkki |
2015-05-29 | x86 SMM: We have single SMM linker script now | Kyösti Mälkki |
2015-05-28 | smm: Merge configs SMM_MODULES and SMM_TSEG | Vladimir Serbinenko |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-05-20 | build system: use archives, not linker action to shorten command lines | Patrick Georgi |
2015-05-19 | x86: garbage collect SMM programs | Aaron Durbin |
2015-04-28 | Makefile x86 SMM: Move smm_wrap recipes | Kyösti Mälkki |
2015-04-06 | build system: run linker scripts through the preprocessor | Patrick Georgi |
2015-04-04 | build system: Introduce manual file type | Patrick Georgi |
2015-04-02 | build system: extend src-to-obj for non-.c/.S files | Patrick Georgi |
2015-03-30 | x86/smm: Move SMM configuration out of generic Makefile | Patrick Georgi |
2015-03-17 | Makefile.inc: Use -Og when compiling with GDB support | Stefan Reinauer |
2014-11-30 | Unify remaining binutils invocations | Patrick Georgi |
2014-11-25 | build system: unify linker use across gcc and clang | Patrick Georgi |
2014-11-25 | build system: use a single variable name for compiler runtimes | Patrick Georgi |
2014-11-11 | cpu/x86/smm/Makefile.inc: Fix up linkage rules | Edward O'Callaghan |
2014-10-28 | cpu/x86/smm/Makefile.inc: Correct SMM linkage under clang builds | Edward O'Callaghan |
2014-08-11 | coreboot classes: Add dynamic classes to coreboot | Furquan Shaikh |
2014-05-19 | build: use CFLAGS_* in more places where they're needed | Patrick Georgi |
2014-05-06 | Introduce stage-specific architecture for coreboot | Furquan Shaikh |
2014-04-18 | console: Use romstage code for ramstage and SMM | Kyösti Mälkki |
2014-03-20 | rmodules: use rmodtool to create rmodules | Aaron Durbin |
2014-02-16 | x86: provide infrastructure to backup default SMM region | Aaron Durbin |
2013-03-18 | SMM: link against libgcc | Stefan Reinauer |
2013-03-14 | x86: SMM Module Support | Aaron Durbin |
2013-03-08 | Eliminate do_div(). | David Hendricks |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2012-04-04 | Add support to run SMM handler in TSEG instead of ASEG | Stefan Reinauer |
2010-09-30 | Rename build system variables to be more intuitive, and | Patrick Georgi |
2010-05-30 | don't generate C source code file but use objcopy to include the SMM blob. | Stefan Reinauer |
2010-03-27 | make only needs to read Makefile.incs once, thanks to the | Patrick Georgi |
2010-03-24 | SMM: remove hack that was needed back in oldconfig times. | Stefan Reinauer |
2010-03-17 | fix a couple of warnings | Stefan Reinauer |
2010-03-14 | Add scan-build support to the build system. | Patrick Georgi |
2010-02-15 | Various license header consistency fixes (trivial). | Uwe Hermann |
2009-10-27 | Add $(obj) paths for a couple of smm files so they don't end up in the top di... | Myles Watson |
2009-10-24 | * refactor x86 smi handler (put all debug stuff in an extra file smiutil.c) | Stefan Reinauer |
2009-10-24 | First attempt to integrate SMM in Kconfig. Unused code so far | Stefan Reinauer |
2009-08-25 | Various Kconfig and Makefile.inc fixes and cosmetics. | Uwe Hermann |
2009-08-12 | Kconfig! | Patrick Georgi |