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
*
vboot_handoff: do not set VBSD_HONOR_VIRT_DEV_SWITCH
Joel Kitching
2019-03-27
1
-1
/
+0
*
vboot: deprecate physical dev switch
Joel Kitching
2019-03-27
3
-15
/
+1
*
vboot: remove VBOOT_EC_SOFTWARE_SYNC Kconfig option
Joel Kitching
2019-03-26
2
-11
/
+0
*
vboot: remove VBOOT_EC_SLOW_UPDATE Kconfig option
Joel Kitching
2019-03-25
2
-12
/
+1
*
vboot: remove VBOOT_EC_EFS Kconfig option
Joel Kitching
2019-03-21
2
-11
/
+0
*
vboot: standardize on working data size
Joel Kitching
2019-03-21
1
-17
/
+6
*
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-20
7
-6
/
+1
*
vboot: make vboot workbuf available to payload
Joel Kitching
2019-03-19
2
-19
/
+20
*
src: Drop unused 'include <cbfs.h>'
Elyes HAOUAS
2019-03-19
2
-1
/
+2
*
vboot: move assert in vboot_migrate_cbmem
Joel Kitching
2019-03-18
1
-1
/
+2
*
vboot: rename symbols for better consistency
Joel Kitching
2019-03-15
7
-62
/
+78
*
vboot: copy data structures to CBMEM for downstream use
Joel Kitching
2019-03-14
5
-75
/
+89
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
16
-73
/
+73
*
vboot: rename VB2_DISABLE_DEVELOPER_MODE
Joel Kitching
2019-03-07
1
-1
/
+1
*
vboot: rename VB2_SD_DEV_MODE_ENABLED
Joel Kitching
2019-03-07
1
-1
/
+1
*
src: Drop unused include <timestamp.h>
Elyes HAOUAS
2019-03-07
1
-1
/
+0
*
security/tpm: Fix TCPA log feature
Philipp Deppenwiese
2019-03-07
7
-60
/
+242
*
console: Refactor printk() varargs prototypes
Kyösti Mälkki
2019-02-27
1
-1
/
+1
*
security/vboot: Add measured boot mode
Philipp Deppenwiese
2019-02-25
6
-21
/
+251
*
vboot: fix STARTS_IN_BOOTBLOCK/_ROMSTAGE logic
Joel Kitching
2019-02-22
1
-1
/
+7
*
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2019-02-22
2
-4
/
+4
*
coreboot: check Cr50 PM mode on normal boot
Keith Short
2019-02-13
5
-3
/
+136
*
vboot: Makefile: Also apply CPPFLAGS include path fixups to ccopts
Julius Werner
2019-01-28
1
-4
/
+5
*
tss/tcg-2.0: remove unnecessary break from marshaling code
Joel Kitching
2019-01-17
1
-1
/
+0
*
src/security/tpm: query recovery mode from Cr50
Keith Short
2019-01-17
4
-0
/
+31
*
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-16
3
-3
/
+0
*
tss: implement tlcl_save_state
Joel Kitching
2018-11-28
5
-0
/
+57
*
security/vboot: Add VB2_LIB to romstage sources without dependencies
Werner Zeh
2018-11-28
1
-4
/
+2
*
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-16
2
-2
/
+0
*
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
2
-2
/
+0
*
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
security/vboot: Add selection for firmware slots used by VBOOT
Philipp Deppenwiese
2018-11-08
2
-1
/
+41
*
security/vboot: Add VB2_LIB to postcar stage if available
Werner Zeh
2018-11-08
1
-0
/
+1
*
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-11-01
3
-0
/
+6
*
reset: Finalize move to new API
Nico Huber
2018-10-31
1
-1
/
+1
*
security/tpm: Add function to measure a region device
Werner Zeh
2018-10-31
4
-0
/
+86
*
security/vboot: build vboot_fw20.a per stage
Patrick Georgi
2018-10-31
1
-28
/
+23
*
security/tpm: Fix references to tpm_setup function
Jonathan Neuschäfer
2018-10-30
1
-3
/
+3
*
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-30
1
-0
/
+2
*
vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic
Joel Kitching
2018-10-24
1
-1
/
+0
*
tpm2/tlcl_send_startup: should pass on TPM_E_INVALID_POSTINIT
Joel Kitching
2018-10-24
1
-3
/
+15
*
reset: Provide new single-function reset API
Nico Huber
2018-10-22
2
-3
/
+2
*
tpm/tspi: clean up tpm_setup function flow
Joel Kitching
2018-10-18
1
-38
/
+46
*
vboot: do not extend PCRs on resume from S3
Joel Kitching
2018-10-17
1
-8
/
+12
*
tpm/tpm_setup: fail on invalid result from tlcl_resume
Joel Kitching
2018-10-17
1
-2
/
+17
*
vc/google/chromeos/ec: remove EC hibernate in cr50 update path
Aaron Durbin
2018-10-15
1
-6
/
+0
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
7
-8
/
+4
*
tpm2/tlcl_send_startup: correct TPM2_Startup error logic
Joel Kitching
2018-10-05
1
-7
/
+6
*
security/tpm: Fix TPM 1.2 state machine issues
Philipp Deppenwiese
2018-08-21
1
-17
/
+14
[next]