summaryrefslogtreecommitdiffstats
path: root/src/security/intel
Commit message (Expand)AuthorAgeFilesLines
* ec, lib, security, sb: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* security/intel: Use write{64,32,16,8}p and read{64,32,16,8}pElyes Haouas2024-01-305-57/+57
* device, security: Rename Makefiles from .inc to .mkMartin Roth2024-01-244-0/+0
* treewide: Use show_notices target for warningsMartin Roth2023-12-201-1/+3
* security/intel/stm: Remove check that can never be trueMartin Roth2023-10-271-3/+0
* treewide: convert to tpm_result_tJon Murphy2023-09-281-2/+2
* security/intel/stm: Remove __attribute__(())Elyes Haouas2023-09-091-1/+1
* security/intel: Remove unnecessary blank line after '{'Elyes Haouas2023-09-074-8/+0
* commonlib,console,nb,sb,security: Add SPDX licenses to MakefilesMartin Roth2023-08-144-0/+7
* security/intel/stm/StmApi.h: Use C99 flexible arraysElyes Haouas2023-08-011-4/+4
* security/intel/cbnt/Makefile: Fix invalid char '*'Elyes Haouas2023-06-151-1/+1
* security/intel/cbnt: Remove unneeded go stepsArthur Heymans2023-06-071-2/+0
* security/intel/txt: Add helper function to disable TXTSubrata Banik2023-01-092-0/+27
* security/intel/txt: Create Intel TXT lib with helper functionsSubrata Banik2023-01-085-38/+70
* security/intel/stm/StmPlatformResource.c: Fix typo on "threads"Elyes HAOUAS2022-12-311-1/+1
* treewide: Include <device/mmio.h> instead of <arch/mmio.h>Elyes Haouas2022-12-104-5/+5
* security: Remove unnecessary space after castsElyes Haouas2022-11-221-4/+4
* cpu/x86: Drop !CPU_INFO_V2 codeArthur Heymans2022-11-071-2/+2
* src/security: Use "if (!ptr)" in preference to "if (ptr == NULL)"Elyes Haouas2022-09-151-2/+2
* drivers/intel/ptt: Use the correct detection methodMichał Żygowski2022-09-121-0/+5
* treewide: Remove unused <cpu/x86/msr.h>Elyes Haouas2022-07-201-1/+0
* security/intel/txt/common.c: Remove unuseful "else" after "return"Elyes HAOUAS2022-07-171-8/+7
* cpu/x86/mp_init: retype do_smm element in mp_state struct to boolFelix Held2022-07-131-1/+1
* src: Remove unused <cf9_reset.h>Elyes Haouas2022-05-161-1/+0
* security/intel/cbnt/Makefile.inc: Improve build flowArthur Heymans2022-05-121-5/+8
* sec/intel/txt: Use 'bios_acm_error' variableArthur Heymans2022-05-111-1/+1
* {drivers,northbridge,security}: Remove unused <cpu/x86/lapic.h>Elyes HAOUAS2022-04-242-2/+0
* device/mmio.h: Move readXp/writeXp helpers to device/mmio.hJianjun Wang2022-03-081-1/+1
* security/intel/stm: Make STM setup MP safeEugene Myers2022-02-242-3/+11
* security/intel/stm: Use correct SMBASE for SMM descriptor setupEugene Myers2022-02-242-7/+6
* src: Remove redundant <rules.h> and <commonlib/bsd/compiler.h>Elyes HAOUAS2022-01-121-1/+0
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* x86_64 assembly: Don't touch %gsPatrick Rudolph2021-12-061-0/+6
* security/intel: Use defines for segment registersPatrick Rudolph2021-12-061-2/+3
* security/intel/txt: Fix HEAP_ACM format depending on number of ACMs in CBFSMichał Żygowski2021-12-022-44/+109
* security/intel/txt: Fix GETSEC checks in romstageMichał Żygowski2021-11-272-11/+31
* security/intel/txt: Allow platforms without FIT to use Intel TXTMichał Żygowski2021-11-271-1/+0
* security/intel/txt: Issue a global reset when TXT_RESET bit is setMichał Żygowski2021-11-273-4/+4
* security/intel/txt: Use set_global_reset in txt_reset_platform if possibleMichał Żygowski2021-11-271-0/+6
* security/intel/txt: Implement GETSEC PARAMETER dumpingMichał Żygowski2021-11-273-0/+46
* security/intel/txt: Remove unused region deviceMichał Żygowski2021-11-271-8/+6
* security/intel/txt: Correct reporting of chipset production fuse stateMichał Żygowski2021-11-273-3/+20
* security/intel/txt: Allow to set TXT BIOS Data Region versionMichał Żygowski2021-11-262-4/+13
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-101-2/+2
* security/intel/txt: Get addr bits at runtimeArthur Heymans2021-11-012-5/+11
* src/mainboard to src/security: Fix spelling errorsMartin Roth2021-10-053-3/+3
* security/intel/txt/romstage: add missing arch/cpu.h includeFelix Held2021-09-171-0/+1
* include/cpu/x86/msr: introduce IA32_MC_*(x) macrosFelix Held2021-07-141-1/+1
* security/intel/txt: use mca_get_bank_count()Felix Held2021-07-121-2/+1
* security/intel/txt: add missing cpu/x86/msr.h includeFelix Held2021-07-121-0/+1