index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
security
/
vboot
/
vboot_logic.c
Age
Commit message (
Expand
)
Author
2020-07-26
src: Remove unused 'include <cbmem.h>'
Elyes HAOUAS
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-04
security/vboot: Limit vboot verification code access to only verstage
Sridhar Siricilla
2020-04-28
security/lockdown: Write-protect WP_RO
Patrick Rudolph
2020-04-17
ec_sync: Run EFS2 in romstage
dnojiri
2020-04-04
src/security: Use SPDX for GPL-2.0-only files
Angel Pons
2020-03-31
security/vboot: relocate and rename vboot_platform_is_resuming()
Bill XIE
2020-03-31
security/vboot: Decouple measured boot from verified boot
Bill XIE
2020-03-17
src (minus soc and mainboard): Remove copyright notices
Patrick Georgi
2020-02-17
vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT option
Joel Kitching
2020-02-17
vboot: push clear recovery mode switch until BS_WRITE_TABLES
Joel Kitching
2020-02-07
security/vboot: relocate vb2ex_abort and vb2ex_printf
Joel Kitching
2019-12-13
security/vboot: Ensure firmware body size is respected again
Julius Werner
2019-12-06
vboot: Clear secdata change flags after factory init
Julius Werner
2019-11-20
security/vboot: Add vboot callbacks to support EC software sync
Tim Wawrzynczak
2019-11-20
security/vboot: Remove selected_region from struct vboot_working_data
Yu-Ping Wu
2019-11-19
security/vboot: Remove vboot_named_region_device(_rw)
Yu-Ping Wu
2019-11-16
security/vboot: Add config option to always enable the display
Wim Vervoorn
2019-11-15
security/vboot: Remove flags from struct vboot_working_data
Yu-Ping Wu
2019-11-15
vboot: use vboot persistent context
Joel Kitching
2019-10-16
vboot: add new vb2ex_abort callback
Joel Kitching
2019-08-21
vboot: update vboot2 functions to use new vb2_error_t
Joel Kitching
2019-08-08
vboot: fix conditional using vboot_setup_tpm return value
Joel Kitching
2019-08-06
security/vboot: Add Support for Intel PTT
Christian Walter
2019-07-23
vboot: relocate call to vboot_save_recovery_reason_vbnv
Joel Kitching
2019-06-21
vboot: relocate code to log and clear recovery mode switch
Joel Kitching
2019-06-12
vboot: recovery path should finalize work context
Joel Kitching
2019-05-22
post_code: add post code for failure to load next stage
Keith Short
2019-05-22
vboot: determine display init before recovery check
Eric Lai
2019-05-20
vboot: save whether developer mode is enabled
Joel Kitching
2019-05-09
vboot: communicate display requirements with vb2api_fw_phase1
Joel Kitching
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-03-27
vboot: deprecate physical dev switch
Joel Kitching
2019-03-15
vboot: rename symbols for better consistency
Joel Kitching
2019-03-14
vboot: copy data structures to CBMEM for downstream use
Joel Kitching
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-07
vboot: rename VB2_DISABLE_DEVELOPER_MODE
Joel Kitching
2019-02-27
console: Refactor printk() varargs prototypes
Kyösti Mälkki
2019-02-25
security/vboot: Add measured boot mode
Philipp Deppenwiese
2018-10-24
vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic
Joel Kitching
2018-10-17
vboot: do not extend PCRs on resume from S3
Joel Kitching
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-07-18
security/vboot: fix typo
Raul E Rangel
2018-06-04
security/tpm: Unify the coreboot TPM software stack
Philipp Deppenwiese
2018-05-13
timestamp: Add timestamps for TPM communication
Raul E Rangel
2018-04-24
compiler.h: add __weak macro
Aaron Durbin
2018-01-18
security/tpm: Move tpm TSS and TSPI layer to security section
Philipp Deppenwiese
2017-10-22
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese