Age | Commit message (Expand) | Author |
2021-06-19 | soc/intel/common/block/smm: Add `mainboard_smi_finalize` | Aseda Aboagye |
2020-11-09 | cpu/x86/smm/smihandler.c: Simplify smm revision handling | Arthur Heymans |
2020-09-29 | cpu/x86/smm/smihandler.c: Implement smm_get_save_state() | Arthur Heymans |
2020-09-29 | cpu/x86/smm/smmhandler.c: Get revision using C code | Arthur Heymans |
2020-09-21 | cpu/x86/smm.h: Add function to return the SMM save state revision | Arthur Heymans |
2020-06-17 | cpu/x86/smm: Add helper functions to verify SMM access | Patrick Rudolph |
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/smm: Drop em64t save state | Arthur Heymans |
2019-09-10 | AUTHORS: Move src/cpu copyrights into AUTHORS file | Martin Roth |
2019-08-13 | cpu/x86: Hide smm_save_state_area_t typedef | Kyösti Mälkki |
2019-08-13 | cpu/x86: Change old-style SMI handler prototypes | Kyösti Mälkki |
2019-08-13 | cpu/x86: Separate save_state struct headers | Kyösti Mälkki |
2019-07-11 | cpu/x86: Declare smi_release_lock() static | Kyösti Mälkki |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-02-25 | cpu/x86/smm: Add qemu's SMM-Revision Level | Patrick Rudolph |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2017-07-13 | src/cpu: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-19 | cpu/x86/smm/smihandler: Apply cosmetic changes | Patrick Rudolph |
2017-03-16 | cpu/x86: Wrap lines at 80 columns | Lee Leahy |
2017-03-16 | cpu/x86: Use tabs for indent | Lee Leahy |
2017-03-16 | cpu/x86: Fix various issues detected by checkpatch.pl | Lee Leahy |
2016-09-04 | src/cpu: Improve code formatting | Elyes HAOUAS |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-30 | smm: 64bit fixes | Stefan Reinauer |
2015-05-28 | smm: Merge configs SMM_MODULES and SMM_TSEG | Vladimir Serbinenko |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-03-11 | x86 SMM: Replace weak prototypes with weak function stub | Kyösti Mälkki |
2015-01-09 | x86: Initialize drivers in SMM context if needed | David Hendricks |
2014-08-11 | x86/smm/smihandler.c: break case in switch | Patrick Georgi |
2013-03-22 | x86: Unify arch/io.h and arch/romcc_io.h | Stefan Reinauer |
2013-02-27 | smm: Update rev 0x30101 SMM revision save state | Aaron Durbin |
2012-07-25 | SMM: Fix state table for Intel Core2 CPUs | Stefan Reinauer |
2012-07-24 | SMM: Fix state save map for sandybridge and TSEG | Duncan Laurie |
2012-04-04 | Add support to run SMM handler in TSEG instead of ASEG | Stefan Reinauer |
2011-07-04 | Small SMM fixups | Rudolf Marek |
2011-06-15 | SMM: don't overwrite SMM memory on resume | Sven Schnelle |
2010-12-18 | SMM for AMD K8 Part 1/2 | Stefan Reinauer |
2010-03-22 | printk_foo -> printk(BIOS_FOO, ...) | Stefan Reinauer |
2010-03-17 | fix a couple of warnings | Stefan Reinauer |
2010-03-05 | This patch is from 2009-10-20 | Uwe Hermann |
2010-02-22 | Fix SMM handler comment. Thanks for noticing, Peter! | Stefan Reinauer |
2010-02-22 | mini update SMM: | Stefan Reinauer |
2009-10-24 | * refactor x86 smi handler (put all debug stuff in an extra file smiutil.c) | Stefan Reinauer |
2009-06-30 | This patch unifies the use of config options in v2 to all start with CONFIG_ | Stefan Reinauer |
2009-04-22 | makes the smi handler a little bit less verbose | Stefan Reinauer |
2009-04-03 | drop unused variables in generic smm handler. (trivial) | Stefan Reinauer |
2009-03-06 | * fix a minor power state issue in the ich7 smm handler | Stefan Reinauer |
2009-01-19 | First shot at factoring SMM code into generic parts and southbridge specific | Stefan Reinauer |