Age | Commit message (Expand) | Author |
2023-09-28 | treewide: convert to tpm_result_t | Jon Murphy |
2023-09-07 | security/intel: Remove unnecessary blank line after '{' | Elyes Haouas |
2023-08-14 | commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles | Martin Roth |
2023-01-09 | security/intel/txt: Add helper function to disable TXT | Subrata Banik |
2023-01-08 | security/intel/txt: Create Intel TXT lib with helper functions | Subrata Banik |
2022-12-10 | treewide: Include <device/mmio.h> instead of <arch/mmio.h> | Elyes Haouas |
2022-11-07 | cpu/x86: Drop !CPU_INFO_V2 code | Arthur Heymans |
2022-09-12 | drivers/intel/ptt: Use the correct detection method | Michał Żygowski |
2022-07-20 | treewide: Remove unused <cpu/x86/msr.h> | Elyes Haouas |
2022-07-17 | security/intel/txt/common.c: Remove unuseful "else" after "return" | Elyes HAOUAS |
2022-05-16 | src: Remove unused <cf9_reset.h> | Elyes Haouas |
2022-05-11 | sec/intel/txt: Use 'bios_acm_error' variable | Arthur Heymans |
2022-04-24 | {drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h> | Elyes HAOUAS |
2022-01-12 | src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h> | Elyes HAOUAS |
2022-01-01 | src: Drop duplicated includes | Elyes HAOUAS |
2021-12-06 | x86_64 assembly: Don't touch %gs | Patrick Rudolph |
2021-12-06 | security/intel: Use defines for segment registers | Patrick Rudolph |
2021-12-02 | security/intel/txt: Fix HEAP_ACM format depending on number of ACMs in CBFS | Michał Żygowski |
2021-11-27 | security/intel/txt: Fix GETSEC checks in romstage | Michał Żygowski |
2021-11-27 | security/intel/txt: Allow platforms without FIT to use Intel TXT | Michał Żygowski |
2021-11-27 | security/intel/txt: Issue a global reset when TXT_RESET bit is set | Michał Żygowski |
2021-11-27 | security/intel/txt: Use set_global_reset in txt_reset_platform if possible | Michał Żygowski |
2021-11-27 | security/intel/txt: Implement GETSEC PARAMETER dumping | Michał Żygowski |
2021-11-27 | security/intel/txt: Remove unused region device | Michał Żygowski |
2021-11-27 | security/intel/txt: Correct reporting of chipset production fuse state | Michał Żygowski |
2021-11-26 | security/intel/txt: Allow to set TXT BIOS Data Region version | Michał Żygowski |
2021-11-01 | security/intel/txt: Get addr bits at runtime | Arthur Heymans |
2021-10-05 | src/mainboard to src/security: Fix spelling errors | Martin Roth |
2021-09-17 | security/intel/txt/romstage: add missing arch/cpu.h include | Felix Held |
2021-07-14 | include/cpu/x86/msr: introduce IA32_MC_*(x) macros | Felix Held |
2021-07-12 | security/intel/txt: use mca_get_bank_count() | Felix Held |
2021-07-12 | security/intel/txt: add missing cpu/x86/msr.h include | Felix Held |
2021-06-21 | security/intel/cbnt: Add logging | Arthur Heymans |
2021-06-21 | security/intel/txt: Split off microcode error types string printing | Arthur Heymans |
2021-06-21 | security/intel/txt: Always build logging.c | Arthur Heymans |
2021-05-30 | Apply more uses for Kconfig TPM | Kyösti Mälkki |
2021-05-20 | security/intel/txt: Add weak function to skip TXT lockdown | Arthur Heymans |
2021-05-11 | security/intel/txt: Set up TPM in bootblock if using measured boot | Arthur Heymans |
2021-03-19 | cpu/intel/fit: Add the FIT table as a separate CBFS file | Arthur Heymans |
2021-03-17 | cbfs: Replace more instances of cbfs_boot_locate() with newer APIs | Julius Werner |
2021-02-16 | src/{drivers,security}: Remove unused <string.h> | Elyes HAOUAS |
2021-02-11 | security/intel/txt/Makefile.inc: Use tab for indent | Elyes HAOUAS |
2021-01-15 | build system: Always add coreboot.pre dependency to intermediates | Patrick Georgi |
2021-01-14 | build system: Structure and serialize INTERMEDIATE | Patrick Georgi |
2021-01-08 | */Makefile.inc: Add some INTERMEDIATE targets to .PHONY | Arthur Heymans |
2021-01-07 | security/intel/txt: Don't run SCHECK on CBnT | Arthur Heymans |
2021-01-04 | security/intel/txt/ramstage.c: Fix clearing secrets on CBNT | Arthur Heymans |
2020-12-29 | sec/intel/txt/Kconfig: Make TXT HEAP and SINIT size configurable | Arthur Heymans |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-11-10 | sec/intel/cbnt: Stitch in ACMs in the coreboot image | Arthur Heymans |
2020-11-04 | haswell: Add Intel TXT support in romstage | Angel Pons |
2020-11-04 | sec/intel/txt: Add support for running SCLEAN in romstage | Angel Pons |
2020-10-28 | sec/intel/txt/Kconfig: Remove the menu for including ACMs | Arthur Heymans |
2020-10-28 | sec/intel/txt/Makefile.inc: Include ACMs using Kconfig variables | Arthur Heymans |
2020-10-22 | sec/intel/txt: Split MTRR setup ASM code into a macro | Angel Pons |
2020-10-22 | sec/intel/txt: Add `enable_getsec_or_reset` function | Angel Pons |
2020-10-22 | sec/intel/txt: Extract BIOS ACM loading into a function | Angel Pons |
2020-10-22 | sec/intel/txt: Only run LockConfig for LT-SX | Angel Pons |
2020-10-22 | sec/intel/txt: Always run SCHECK on regular boots | Angel Pons |
2020-10-22 | sec/intel/txt: Allow skipping ACM NOP function | Angel Pons |
2020-10-22 | sec/intel/txt/ramstage.c: Do not init the heap on S3 resume | Angel Pons |
2020-10-22 | sec/intel/txt/ramstage.c: Extract heap init into a function | Angel Pons |
2020-10-22 | sec/intel/txt: Add and fill in BIOS Specification info | Angel Pons |
2020-10-22 | sec/intel/txt/common.c: Only log ACM error on failure | Angel Pons |
2020-10-22 | sec/intel/txt: Move DPR size to Kconfig | Angel Pons |
2020-10-17 | intel/txt: Add `txt_get_chipset_dpr` function | Angel Pons |
2020-10-17 | security/intel/txt: Improve MTRR setup for GETSEC[ENTERACCS] | Angel Pons |
2020-10-17 | sec/intel/txt: Bail if var MTRRs cannot snugly cache the BIOS ACM | Angel Pons |
2020-10-15 | sec/intel/txt/getsec_enteraccs.S: Save and restore MTRR_DEF_TYPE | Arthur Heymans |
2020-10-15 | security/intel/txt: Use `smm_region()` to get TSEG base | Angel Pons |
2020-10-12 | security/intel/txt: Add and use DPR register layout | Angel Pons |
2020-10-12 | security/intel/txt: Clean up includes | Angel Pons |
2020-10-08 | security/intel/txt: Print chipset as hex value | Christian Walter |
2020-09-21 | src/security: Drop unneeded empty lines | Elyes HAOUAS |
2020-08-30 | security/intel/txt/getsec.c: Do not check lock bit | Angel Pons |
2020-08-30 | security/intel/txt: Add missing definitions | Angel Pons |
2020-08-18 | src: Remove unused 'include <lib.h>' | Elyes HAOUAS |
2020-08-07 | security/intel/txt: Fix variable MTRR handling | Angel Pons |
2020-08-07 | security/intel/txt: Allow using CF9 reset, too | Angel Pons |
2020-08-06 | security/intel/txt: Avoid shifting by a negative value | John Zhao |
2020-07-31 | security/intel/txt: Add Intel TXT support | Philipp Deppenwiese |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-08 | {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header | Elyes HAOUAS |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-11-21 | soc/intel/fsp_broadwell_de: Drop support | Arthur Heymans |
2019-11-14 | security/intel: Hide Intel submenu when INTEL TXT is disabled | Wim Vervoorn |
2019-10-18 | build: Mark bootblock files on x86 as IBB | Patrick Rudolph |
2019-09-02 | security/intel: Add TXT infrastructure | Patrick Rudolph |