| Commit message (Expand) | Author | Age | Files | Lines |
* | mb,sb,soc/intel: Drop useless IO trap handlers | Kyösti Mälkki | 2022-12-07 | 1 | -18/+0 |
* | sb,soc/intel: Fix SMI handler IO trap data mask | Kyösti Mälkki | 2022-12-07 | 1 | -1/+1 |
* | soc: Add SPDX license headers to Makefiles | Martin Roth | 2022-10-31 | 1 | -0/+1 |
* | device/mmio.h: Move readXp/writeXp helpers to device/mmio.h | Jianjun Wang | 2022-03-08 | 1 | -2/+2 |
* | soc/intel/common: Remove GPIO PAD lock config override from mainboard | Subrata Banik | 2022-02-04 | 1 | -15/+0 |
* | soc/intel/common: add generic gpio lock mechanism | Nick Vaccaro | 2021-12-07 | 2 | -0/+45 |
* | soc/intel/common: Add InSMM.STS support | Angel Pons | 2021-06-21 | 1 | -2/+25 |
* | security/intel: Add option to enable SMM flash access only | Angel Pons | 2021-06-21 | 1 | -27/+29 |
* | soc/intel/common/block/smm: Add `mainboard_smi_finalize` | Aseda Aboagye | 2021-06-19 | 1 | -0/+7 |
* | soc/intel/common/block/smm: Drop stale comment | Angel Pons | 2021-04-19 | 1 | -2/+0 |
* | soc/intel/common: Prevent SMI storm when setting SPI WPD bit | Angel Pons | 2021-04-06 | 1 | -0/+12 |
* | soc/intel/common/block/smm: Ignore PM1 and GPE0 events in SCI mode | Angel Pons | 2021-03-10 | 1 | -14/+6 |
* | sb,soc/intel: Remove no-op APMC for C-state and P-state | Kyösti Mälkki | 2021-01-25 | 1 | -14/+0 |
* | cpu/x86/smm: Use common APMC logging | Kyösti Mälkki | 2021-01-25 | 1 | -7/+1 |
* | arch/x86: Pass GNVS as parameter to SMM module | Kyösti Mälkki | 2021-01-04 | 1 | -21/+0 |
* | soc/intel/common/block/smm/smihandler: Fix compilation under x86_64 | Patrick Rudolph | 2020-12-01 | 1 | -2/+2 |
* | soc/intel/common/block/smm: Fix compilation without intel uart code | Patrick Rudolph | 2020-10-12 | 1 | -2/+2 |
* | src/soc/intel: Drop unneeded empty lines | Elyes HAOUAS | 2020-09-21 | 1 | -1/+0 |
* | SMM: Validate more user-provided pointers | Patrick Rudolph | 2020-08-21 | 1 | -0/+4 |
* | ACPI GNVS: Replace uses of smm_get_gnvs() | Kyösti Mälkki | 2020-07-01 | 2 | -10/+0 |
* | ACPI: Drop typedef global_nvs_t | Kyösti Mälkki | 2020-06-30 | 2 | -5/+5 |
* | ACPI: Replace smm_setup_structures() | Kyösti Mälkki | 2020-06-24 | 1 | -19/+0 |
* | soc/intel/common: Replace smm_soutbridge_enable(SMI_FLAGS) | Kyösti Mälkki | 2020-06-16 | 1 | -1/+11 |
* | src: Remove unused 'include <bootstate.h>' | Elyes HAOUAS | 2020-06-02 | 1 | -1/+0 |
* | treewide: Remove "this file is part of" lines | Patrick Georgi | 2020-05-11 | 3 | -3/+0 |
* | soc/intel/common: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS | 2020-05-01 | 1 | -4/+4 |
* | soc/intel/common: Use SPDX for GPL-2.0-only files | Angel Pons | 2020-04-06 | 3 | -39/+6 |
* | soc: Remove copyright notices | Patrick Georgi | 2020-03-18 | 3 | -7/+0 |
* | soc/intel/common/block/smm: add case intrusion to SMI handler | Michael Niewöhner | 2020-03-11 | 1 | -0/+9 |
* | intel/soc: skl,apl,cnl,icl,tgl,common: enable TCO SMIs if selected | Michael Niewöhner | 2020-03-07 | 1 | -1/+4 |
* | soc/intel/common/block/smm: add Kconfig for TCO SMI | Michael Niewöhner | 2020-03-07 | 1 | -0/+6 |
* | soc/intel/common/block: Move smihandler common functions into common code | Subrata Banik | 2020-02-25 | 1 | -9/+33 |
* | src/soc/intel: Remove unused <stdlib.h> | Elyes HAOUAS | 2019-12-19 | 1 | -1/+0 |
* | ELOG: Introduce elog_gsmi variants | Kyösti Mälkki | 2019-11-09 | 1 | -4/+3 |
* | soc/intel/common/smm: Add missing printk statement | Tim Wawrzynczak | 2019-08-21 | 1 | -0/+1 |
* | soc/intel: Rename some SMM support functions | Kyösti Mälkki | 2019-08-15 | 1 | -1/+1 |
* | cpu/x86: Separate save_state struct headers | Kyösti Mälkki | 2019-08-13 | 1 | -0/+2 |
* | soc/intel: Drop pmc_soc_restore_power_failure() | Nico Huber | 2019-08-09 | 1 | -1/+2 |
* | arch/x86: Move TSEG_STAGE_CACHE implementation | Kyösti Mälkki | 2019-08-08 | 1 | -12/+0 |
* | intel/apollolake: Replace smm_region_info() with smm_region() | Kyösti Mälkki | 2019-08-07 | 1 | -6/+0 |
* | cpu/x86/smm: Promote smm_subregion() | Kyösti Mälkki | 2019-08-07 | 1 | -1/+0 |
* | drivers/intel: Move FSP stage_cache implementation into common block | Subrata Banik | 2019-07-09 | 1 | -0/+13 |
* | soc/intel/{cml, whl}: Add option to skip HECI disable in SMM | Subrata Banik | 2019-06-13 | 1 | -0/+8 |
* | soc/intel/common: Update ESPI disable option | Duncan Laurie | 2019-03-18 | 3 | -18/+9 |
* | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner | 2019-03-08 | 2 | -8/+8 |
* | device/pci: Fix PCI accessor headers | Kyösti Mälkki | 2019-03-01 | 1 | -0/+1 |
* | soc/intel/common/block: Move tco common functions into block/smbus | Subrata Banik | 2019-01-10 | 1 | -0/+1 |
* | soc/intel: Fix bad uses of __SIMPLE_DEVICE__ | Kyösti Mälkki | 2019-01-03 | 1 | -4/+1 |
* | smmstore: make smmstore's SMM handler code follow everything else | Patrick Georgi | 2018-12-05 | 1 | -2/+2 |
* | elog: make elog's SMM handler code follow everything else | Patrick Georgi | 2018-12-05 | 1 | -2/+2 |