Age | Commit message (Expand) | Author |
2019-11-11 | security/vboot: Add rw_region_only support to vboot | Wim Vervoorn |
2019-11-07 | lib/cbfs: Add fallback to RO region to cbfs_boot_locate | Wim Vervoorn |
2019-11-06 | security/vboot/Kconfig: Remove unused symbols | Arthur Heymans |
2019-11-05 | security/vboot: Removed vboot_prepare from vboot_locator | Wim Vervoorn |
2019-10-27 | src/[northbridge,security]: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-10-18 | build: Mark bootblock files on x86 as IBB | Patrick Rudolph |
2019-10-16 | vboot: add new vb2ex_abort callback | Joel Kitching |
2019-09-30 | vboot: create board-specific test-only GBB HWID if not set | Hung-Te Lin |
2019-09-21 | vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2 | Andrey Pronin |
2019-09-13 | security/vboot: Replace use of __PRE_RAM__ | Kyösti Mälkki |
2019-09-02 | vboot: remove fastboot support | Joel Kitching |
2019-08-21 | vboot: update vboot2 functions to use new vb2_error_t | Joel Kitching |
2019-08-21 | vboot: use vboot2 API to set initial secdatak value | 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-29 | Revert "src/security/vboot: Add option to skip display init with vboot 2.0" | Christian Walter |
2019-07-23 | vboot: relocate call to vboot_save_recovery_reason_vbnv | Joel Kitching |
2019-07-23 | vboot: deprecate vboot_handoff structure | Joel Kitching |
2019-07-07 | src/security/vboot: Add option to skip display init with vboot 2.0 | Sukerkar, Amol N |
2019-07-03 | vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms | Julius Werner |
2019-06-27 | vboot: remove vboot_handoff step | Joel Kitching |
2019-06-21 | security/vboot: Remove useless 'const' | Elyes HAOUAS |
2019-06-21 | vboot: relocate code to log and clear recovery mode switch | Joel Kitching |
2019-06-21 | vboot: remove functions which read vboot_handoff.out_flags | Joel Kitching |
2019-06-21 | vboot: remove vboot_handoff_get_recovery_reason | 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 | security/vboot/vboot_crtm.h: Remove ENV_ for vboot_measure_cbfs_hook() | Frans Hendriks |
2019-05-20 | vboot: save whether developer mode is enabled | Joel Kitching |
2019-05-15 | vboot: remove OPROM-related code | Joel Kitching |
2019-05-15 | vboot: rename BOOT_OPROM_NEEDED to BOOT_DISPLAY_REQUEST | Joel Kitching |
2019-05-10 | vboot: Turn vboot_logic_executed() into a static inline | Julius Werner |
2019-05-10 | vboot: Make vboot_logic_executed() a bit more precise | Julius Werner |
2019-05-09 | vboot: include vb2_sha.h when required | Joel Kitching |
2019-05-09 | vboot: communicate display requirements with vb2api_fw_phase1 | Joel Kitching |
2019-05-09 | vboot: remove use of VbInitParams | Joel Kitching |
2019-05-06 | vboot: remove use of GoogleBinaryBlockHeader | Joel Kitching |
2019-04-30 | vboot: refactor OPROM code | Joel Kitching |
2019-04-29 | vboot: specify NEED_VB20_INTERNALS when needed | Joel Kitching |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-11 | vboot: do not set VBSD_BOOT_FIRMWARE_WP_ENABLED flag | Joel Kitching |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-04-04 | vboot: remove Kconfig option VBOOT_PHYSICAL_REC_SWITCH | Joel Kitching |
2019-04-01 | vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases | Julius Werner |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-27 | vboot_handoff: do not set VBSD_HONOR_VIRT_DEV_SWITCH | Joel Kitching |
2019-03-27 | vboot: deprecate physical dev switch | Joel Kitching |
2019-03-26 | vboot: remove VBOOT_EC_SOFTWARE_SYNC Kconfig option | Joel Kitching |
2019-03-25 | vboot: remove VBOOT_EC_SLOW_UPDATE Kconfig option | Joel Kitching |
2019-03-21 | vboot: remove VBOOT_EC_EFS Kconfig option | Joel Kitching |
2019-03-21 | vboot: standardize on working data size | Joel Kitching |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-19 | vboot: make vboot workbuf available to payload | Joel Kitching |
2019-03-19 | src: Drop unused 'include <cbfs.h>' | Elyes HAOUAS |
2019-03-18 | vboot: move assert in vboot_migrate_cbmem | 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-03-07 | vboot: rename VB2_SD_DEV_MODE_ENABLED | Joel Kitching |
2019-03-07 | src: Drop unused include <timestamp.h> | Elyes HAOUAS |
2019-03-07 | security/tpm: Fix TCPA log feature | Philipp Deppenwiese |
2019-02-27 | console: Refactor printk() varargs prototypes | Kyösti Mälkki |
2019-02-25 | security/vboot: Add measured boot mode | Philipp Deppenwiese |
2019-02-22 | vboot: fix STARTS_IN_BOOTBLOCK/_ROMSTAGE logic | Joel Kitching |
2019-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-01-28 | vboot: Makefile: Also apply CPPFLAGS include path fixups to ccopts | Julius Werner |
2019-01-16 | buildsystem: Promote rules.h to default include | Kyösti Mälkki |
2018-11-28 | security/vboot: Add VB2_LIB to romstage sources without dependencies | Werner Zeh |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbfs.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-08 | security/vboot: Add selection for firmware slots used by VBOOT | Philipp Deppenwiese |
2018-11-08 | security/vboot: Add VB2_LIB to postcar stage if available | Werner Zeh |
2018-10-31 | reset: Finalize move to new API | Nico Huber |
2018-10-31 | security/tpm: Add function to measure a region device | Werner Zeh |
2018-10-31 | security/vboot: build vboot_fw20.a per stage | Patrick Georgi |
2018-10-24 | vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic | Joel Kitching |
2018-10-22 | reset: Provide new single-function reset API | Nico Huber |
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-08-13 | security/vboot/Makefile: Use shell cat instead of make file command | Raul E Rangel |
2018-08-09 | src/security/vboot: Fix typo | Elyes HAOUAS |
2018-08-08 | security/vboot: Split fwid.region build target | Raul E Rangel |
2018-08-03 | security/tpm: Improve TCPA log generation | Philipp Deppenwiese |
2018-07-30 | security/vboot: Enable TCPA log extension | Philipp Deppenwiese |
2018-07-18 | security/vboot: fix typo | Raul E Rangel |
2018-07-17 | security/vboot: Add interface for FSP 2.0 mrc caching | Philipp Deppenwiese |
2018-07-06 | src: Add missing license headers | Martin Roth |
2018-06-28 | vboot: Fix linking error with USE_OPTION_TABLE enabled | Patrick Rudolph |
2018-06-04 | security/tpm: Unify the coreboot TPM software stack | Philipp Deppenwiese |
2018-05-14 | security/vboot: Remove redundent _verstage/_everstage/_verstage_size symbols | Subrata Banik |
2018-05-13 | timestamp: Add timestamps for TPM communication | Raul E Rangel |
2018-05-03 | security/vboot: make vboot starts in bootblock depend on c env | Aaron Durbin |
2018-04-27 | security/vboot: Add function to check if UDC can be enabled | Furquan Shaikh |
2018-04-27 | security/vboot: Add function to read UDC enable flag | Furquan Shaikh |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |