summaryrefslogtreecommitdiffstats
path: root/src/security
Commit message (Expand)AuthorAgeFilesLines
* security/intel/cbnt: Make CBNT compatible with CMOS option tableArthur Heymans2021-03-193-0/+25
* cpu/intel/fit: Add the FIT table as a separate CBFS fileArthur Heymans2021-03-193-4/+6
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-172-31/+14
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-161-7/+0
* security/intel/stm/Makefile.inc: Fix typoBenjamin Doron2021-03-151-1/+1
* security/tpm/tss/vendor/cr50: Introduce vendor sub-command to reset ECKarthikeyan Ramasubramanian2021-03-053-0/+42
* vboot: update GBB flags to use altfw terminologyJoel Kitching2021-02-272-6/+6
* src/{drivers,security}: Remove unused <string.h>Elyes HAOUAS2021-02-161-1/+0
* src/security: Remove unused <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* security/intel/txt/Makefile.inc: Use tab for indentElyes HAOUAS2021-02-111-4/+4
* security/vboot/bootmode: Add weak fill_lb_gpiosRaul E Rangel2021-02-091-0/+4
* src: Add missing <cbmem.h>Elyes HAOUAS2021-02-091-0/+1
* security/tpm/tss/vendor/cr50/cr50.c: Fix typoElyes HAOUAS2021-02-091-1/+1
* coreboot_table: Move VBOOT_VBNV supportKyösti Mälkki2021-02-041-0/+12
* src: Remove unused <cbmem.h>Elyes HAOUAS2021-02-031-1/+0
* security/vboot: Add config for GBB_FLAG_ENABLE_UDCEric Lai2021-02-012-0/+5
* drivers/security/cbnt: Fix bootblock sizeArthur Heymans2021-02-011-0/+2
* soc/intel: Replace `SA_PCIEX_LENGTH` Kconfig optionsAngel Pons2021-01-301-1/+1
* security/tpm/tss/tcg-1.2/tss.c: Use __func__Elyes HAOUAS2021-01-191-2/+2
* security/intel/stm/StmPlatformSmm.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* security/vboot/secdata_tpm.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* build system: Always add coreboot.pre dependency to intermediatesPatrick Georgi2021-01-152-4/+4
* build system: Structure and serialize INTERMEDIATEPatrick Georgi2021-01-142-12/+4
* */Makefile.inc: Add some INTERMEDIATE targets to .PHONYArthur Heymans2021-01-082-0/+4
* security/intel/txt: Don't run SCHECK on CBnTArthur Heymans2021-01-071-1/+1
* security/intel/txt/ramstage.c: Fix clearing secrets on CBNTArthur Heymans2021-01-041-16/+14
* sec/intel/txt/Kconfig: Make TXT HEAP and SINIT size configurableArthur Heymans2020-12-292-2/+21
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-032-12/+13
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-023-10/+8
* cbfs: Move more stuff into cbfs_boot_lookup()Julius Werner2020-12-022-12/+8
* cbfs: Add metadata cacheJulius Werner2020-11-212-9/+39
* vboot: stop implementing VbExDisplayScreenJoel Kitching2020-11-181-16/+0
* src: Add missing 'include <console/console.h>'Elyes HAOUAS2020-11-171-0/+1
* sec/intel/cbnt: Stitch in ACMs in the coreboot imageArthur Heymans2020-11-106-0/+59
* security/vboot: Add Kconfig symbol to set hashing block sizeMartin Roth2020-11-062-3/+12
* haswell: Add Intel TXT support in romstageAngel Pons2020-11-045-0/+182
* sec/intel/txt: Add support for running SCLEAN in romstageAngel Pons2020-11-043-0/+186
* sec/intel/txt/Kconfig: Remove the menu for including ACMsArthur Heymans2020-10-281-4/+0
* sec/intel/txt/Makefile.inc: Include ACMs using Kconfig variablesArthur Heymans2020-10-281-10/+11
* security/vboot: fix policy digest for nvmem spacesAndrey Pronin2020-10-281-9/+37
* vboot: Disable vboot functions in SMMJulius Werner2020-10-261-1/+1
* security/tpm/tspi/crtm: Add line break to debug messagesFrans Hendriks2020-10-261-2/+2
* sec/intel/txt: Split MTRR setup ASM code into a macroAngel Pons2020-10-222-64/+84
* sec/intel/txt: Add `enable_getsec_or_reset` functionAngel Pons2020-10-222-0/+33
* sec/intel/txt: Extract BIOS ACM loading into a functionAngel Pons2020-10-221-28/+45
* sec/intel/txt: Only run LockConfig for LT-SXAngel Pons2020-10-222-7/+18
* sec/intel/txt: Always run SCHECK on regular bootsAngel Pons2020-10-221-7/+8
* sec/intel/txt: Allow skipping ACM NOP functionAngel Pons2020-10-222-10/+19
* sec/intel/txt/ramstage.c: Do not init the heap on S3 resumeAngel Pons2020-10-221-1/+3
* sec/intel/txt/ramstage.c: Extract heap init into a functionAngel Pons2020-10-221-96/+101