index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
security/vboot/Makefile.inc: Update regions-for-file function
Sridhar Siricilla
2020-08-13
1
-5
/
+6
*
security/intel/txt: Fix variable MTRR handling
Angel Pons
2020-08-07
1
-48
/
+47
*
security/intel/txt: Allow using CF9 reset, too
Angel Pons
2020-08-07
2
-2
/
+18
*
security/intel/txt: Avoid shifting by a negative value
John Zhao
2020-08-06
1
-0
/
+3
*
security/intel/txt: Add Intel TXT support
Philipp Deppenwiese
2020-07-31
11
-9
/
+1829
*
src: Change BOOL CONFIG_ to CONFIG() in comments & strings
Martin Roth
2020-07-26
1
-2
/
+2
*
src: Remove unused 'include <cbmem.h>'
Elyes HAOUAS
2020-07-26
3
-3
/
+0
*
security/intel/stm: Add missing <stdbool.h>
Angel Pons
2020-07-21
3
-0
/
+3
*
security/vboot: ensure that NVMEM is saved on every kernel space write
Jett Rink
2020-07-15
1
-0
/
+10
*
src: Remove unused 'include <cpu/x86/msr.h>'
Elyes HAOUAS
2020-07-14
1
-1
/
+0
*
src: Remove unused 'include <stdint.h>
Elyes HAOUAS
2020-07-14
2
-2
/
+0
*
security/vboot/secdata_tpm.c: Drop dead code
Angel Pons
2020-07-09
1
-5
/
+0
*
security/tpm/tss/tcg-1.2/tss.c: Drop dead code
Angel Pons
2020-07-09
1
-5
/
+0
*
security/vboot: Allow files to go into only RW-A or RW-B region
Martin Roth
2020-07-08
2
-3
/
+26
*
arch/x86: Remove RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2020-07-06
2
-5
/
+3
*
drivers/pc80/tpm: Remove LPC_TPM
Kyösti Mälkki
2020-07-04
1
-1
/
+1
*
lockdown: Add hint for how to check for lockdown support in boot log
Daniel Gröber
2020-06-22
1
-1
/
+2
*
lockdown: Add Kconfigs for SPI media protection mode
Daniel Gröber
2020-06-22
1
-0
/
+28
*
Kconfig: Escape variable to accommodate new Kconfig versions
Patrick Georgi
2020-06-19
1
-8
/
+8
*
security/tpm: Change wording of variable names
Duncan Laurie
2020-06-17
1
-7
/
+7
*
treewide: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2020-06-17
1
-4
/
+4
*
security/vboot: Add option to run verstage before bootblock
Martin Roth
2020-06-15
5
-11
/
+29
*
src: Remove unused 'include <fmap.h>'
Elyes HAOUAS
2020-06-02
1
-1
/
+0
*
src: Remove redundant includes
Elyes HAOUAS
2020-06-02
2
-2
/
+0
*
src: Remove unused 'include <symbols.h>'
Elyes HAOUAS
2020-06-02
1
-1
/
+0
*
lockdown: Fix missing spaces in boot log
Daniel Gröber
2020-06-02
1
-2
/
+2
*
Remove MAYBE_STATIC_BSS and ENV_STAGE_HAS_BSS_SECTION
Kyösti Mälkki
2020-05-26
1
-2
/
+2
*
security/tpm: Use SPDX identifiers
Jacob Garber
2020-05-25
10
-51
/
+19
*
security/tpm/tspi: Fix handling of white space delimited list
harshit
2020-05-19
2
-5
/
+6
*
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-05-18
2
-2
/
+0
*
src: Remove unused 'include <lib.h>'
Elyes HAOUAS
2020-05-18
1
-1
/
+0
*
src: Remove leading blank lines from SPDX header
Elyes HAOUAS
2020-05-18
1
-3
/
+0
*
src: Remove unused '#include <stddef.h>'
Elyes HAOUAS
2020-05-13
2
-2
/
+0
*
src: Remove unused '#include <stdint.h>'
Elyes HAOUAS
2020-05-13
1
-1
/
+0
*
treewide: Convert more license headers to SPDX style
Patrick Georgi
2020-05-11
9
-166
/
+9
*
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-11
42
-42
/
+0
*
src/: Replace GPL boilerplate with SPDX headers
Patrick Georgi
2020-05-09
1
-9
/
+1
*
security: tcg-2.0: Ignore data payload for errors, fix Cr50 boot mode
Julius Werner
2020-05-08
3
-8
/
+17
*
{security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header
Elyes HAOUAS
2020-05-08
7
-84
/
+14
*
vboot: Provide declaration for verstage_mainboard_early_init()
Furquan Shaikh
2020-05-08
1
-0
/
+1
*
security/vboot: Limit vboot verification code access to only verstage
Sridhar Siricilla
2020-05-04
3
-23
/
+27
*
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-05-02
1
-1
/
+1
*
intel/stm: Drop now unneeded `num_cpus` param
Eugene D Myers
2020-05-02
2
-3
/
+3
*
intel/stm: Place resource list right below MSEG
Eugene D Myers
2020-05-02
1
-6
/
+1
*
security/vboot: Convert reboot-related errors to vboot2-style
Yu-Ping Wu
2020-05-01
1
-6
/
+6
*
vboot: Always build secdata functions for romstage
Julius Werner
2020-04-28
1
-2
/
+2
*
security/lockdown: Write-protect WP_RO
Patrick Rudolph
2020-04-28
4
-3
/
+51
*
security: Add common boot media write protection
Patrick Rudolph
2020-04-28
5
-0
/
+127
*
drivers/spi/tpm: Add support for non CR50 SPI TPM2
Patrick Rudolph
2020-04-28
1
-10
/
+18
*
rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE
Julius Werner
2020-04-23
1
-1
/
+1
[prev]
[next]