- 58cf603 vboot: Upgrade kernel space to v1.0 by dnojiri · 2 years, 4 months ago
- eded500 security/vboot: Support enabling EC EFS with EC software sync by Sam McNally · 2 years, 3 months ago
- 2119d0b treewide: Capitalize 'CMOS' by Elyes HAOUAS · 2 years, 3 months ago
- a6531a3 vboot: remove rogue vboot_struct.h include by Joel Kitching · 2 years, 3 months ago
- 338e9dc vboot: use vb2api_get_recovery_reason function by Joel Kitching · 2 years, 3 months ago
- 214fb9b security/vboot: Correct help text of VBOOT_STARTS_IN_ROMSTAGE by Yu-Ping Wu · 2 years, 3 months ago
- 984d0c6 vboot: rename GBB flag FAFT_KEY_OVERIDE to FLAG_RUNNING_FAFT by Joel Kitching · 2 years, 6 months ago
- 56e2f13 vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT option by Joel Kitching · 2 years, 4 months ago
- 8172666 vboot: push clear recovery mode switch until BS_WRITE_TABLES by Joel Kitching · 2 years, 4 months ago
- 814c865 vboot: fix up some includes by Joel Kitching · 2 years, 3 months ago
- 8a3bc3b vboot: correct workbuf size when VBOOT_STARTS_IN_ROMSTAGE by Joel Kitching · 2 years, 4 months ago
- ec12bd0 security/vboot: relocate vb2ex_abort and vb2ex_printf by Joel Kitching · 2 years, 4 months ago
- 8210047 vendorcode/eltan/security: Switch to vb2 vboot library by Wim Vervoorn · 2 years, 4 months ago
- b38586f vboot: Remove hard dependency on MISSING_BOARD_RESET by Julius Werner · 2 years, 4 months ago
- 50337f16 security/vboot: Allow UDC regardless of vboot state by Wim Vervoorn · 2 years, 4 months ago
- 815611e cbfs: Remove locator concept by Julius Werner · 2 years, 6 months ago
- 58f3fd6 src/security: Fix typos by Elyes HAOUAS · 2 years, 5 months ago
- 4200a52 src: Remove unused include <string.h> by Elyes HAOUAS · 2 years, 5 months ago
- cdf6f3a security/vboot: Add a dedicated flag for building of vboot library by Bill XIE · 2 years, 5 months ago
- 94b5030 src/security: Remove unused <stdlib.h> by Elyes HAOUAS · 2 years, 6 months ago
- 494b031 arch/x86: Drop uses of ROMCC_BOOTBLOCK by Arthur Heymans · 2 years, 6 months ago
- 85d44f4 vboot: remove 2lib headers from Makefile by Joel Kitching · 2 years, 5 months ago
- 413a742 vboot: Fix MOCK_SECDATA for new naming scheme by Julius Werner · 2 years, 5 months ago
- f8e1764 security/vboot: Ensure firmware body size is respected again by Julius Werner · 2 years, 6 months ago
- 928511a vboot: update secdata naming scheme by Joel Kitching · 2 years, 6 months ago
- 9e052c2 vboot: remove old vboot_fill_handoff function header by Joel Kitching · 2 years, 6 months ago
- 14dd073 EC sync: Properly handle VBERROR return codes from vb2api_ec_sync by Tim Wawrzynczak · 2 years, 6 months ago
- 683657e vboot: Clear secdata change flags after factory init by Julius Werner · 2 years, 6 months ago
- 1debc0c vboot: update VbExNvStorageWrite function by Joel Kitching · 2 years, 6 months ago
- 68ec3eb src: Move 'static' to the beginning of declaration by Elyes HAOUAS · 3 years ago
- 63b9700 lib/coreboot_table: Add CBMEM_ID_VBOOT_WORKBUF pointer to coreboot table by Yu-Ping Wu · 2 years, 6 months ago
- a2962da security/vboot: Remove struct vboot_working_data by Yu-Ping Wu · 2 years, 6 months ago
- 344e86b security/vboot: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 2 years, 6 months ago
- d618aac security/vboot: Use persistent context to read GBB flags by Julius Werner · 2 years, 6 months ago
- a3eb125 security/vboot: Remove duplicate offsetof() definition by Jacob Garber · 2 years, 6 months ago
- c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 2 years, 6 months ago
- 75396f6 Makefiles: Remove -D__PRE_RAM__ by Kyösti Mälkki · 2 years, 6 months ago
- baeced3 security/vboot: Build vboot library with same .a that depthcharge uses by Tim Wawrzynczak · 2 years, 7 months ago
- f9e7499 security/vboot/sync_ec: Add timestamps by Tim Wawrzynczak · 2 years, 7 months ago
- d6fc557 security/vboot: Add vboot callbacks to support EC software sync by Tim Wawrzynczak · 2 years, 7 months ago
- fe338e2 cbfs: switch to region_device for location APIs by Aaron Durbin · 2 years, 6 months ago
- aeb652a security/vboot: Remove selected_region from struct vboot_working_data by Yu-Ping Wu · 2 years, 6 months ago
- ea54457 security/vboot: Remove buffer_size from struct vboot_working_data by Yu-Ping Wu · 2 years, 6 months ago
- 29c8fa4 security/vboot: Remove vboot_named_region_device(_rw) by Yu-Ping Wu · 2 years, 6 months ago
- e7087a1 security/vboot: Add config option to always enable the display by Wim Vervoorn · 2 years, 6 months ago
- c50847e vboot: remove vboot_possibly_executed function by Joel Kitching · 2 years, 6 months ago
- 751c496 vboot: update comment by Patrick Georgi · 2 years, 6 months ago
- 9fc8cf8 security/vboot: Remove flags from struct vboot_working_data by Yu-Ping Wu · 2 years, 6 months ago
- 2332c74 vboot: use vboot persistent context by Joel Kitching · 2 years, 7 months ago
- a1c259b security/vboot: Add rw_region_only support to vboot by Wim Vervoorn · 2 years, 7 months ago
- 114e2e8 lib/cbfs: Add fallback to RO region to cbfs_boot_locate by Wim Vervoorn · 2 years, 7 months ago
- 214661e security/vboot/Kconfig: Remove unused symbols by Arthur Heymans · 2 years, 7 months ago
- 1058dd8 security/vboot: Removed vboot_prepare from vboot_locator by Wim Vervoorn · 2 years, 7 months ago
- 468d02c src/[northbridge,security]: change "unsigned" to "unsigned int" by Martin Roth · 2 years, 7 months ago
- 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 2 years, 7 months ago
- d9c799c build: Mark bootblock files on x86 as IBB by Patrick Rudolph · 3 years, 3 months ago
- f350768 vboot: add new vb2ex_abort callback by Joel Kitching · 2 years, 7 months ago
- 117453e vboot: create board-specific test-only GBB HWID if not set by Hung-Te Lin · 2 years, 8 months ago
- 31839f3 vboot: extend BOOT_MODE_PCR to SHA256 bank on TPM2 by Andrey Pronin · 2 years, 8 months ago
- b590a04 security/vboot: Replace use of __PRE_RAM__ by Kyösti Mälkki · 2 years, 9 months ago
- 4d9d964 vboot: remove fastboot support by Joel Kitching · 2 years, 9 months ago
- 220ac04 vboot: update vboot2 functions to use new vb2_error_t by Joel Kitching · 2 years, 10 months ago
- 544b572 vboot: use vboot2 API to set initial secdatak value by Joel Kitching · 3 years ago
- 2a20d13 vboot: fix conditional using vboot_setup_tpm return value by Joel Kitching · 2 years, 10 months ago
- 0bd84ed security/vboot: Add Support for Intel PTT by Christian Walter · 2 years, 10 months ago
- 90cf4bb Revert "src/security/vboot: Add option to skip display init with vboot 2.0" by Christian Walter · 2 years, 10 months ago
- 7b10deb vboot: relocate call to vboot_save_recovery_reason_vbnv by Joel Kitching · 3 years ago
- 452aaae vboot: deprecate vboot_handoff structure by Joel Kitching · 3 years ago
- 598af2e src/security/vboot: Add option to skip display init with vboot 2.0 by Sukerkar, Amol N · 3 years ago
- eda20b6 vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms by Julius Werner · 2 years, 11 months ago
- eb20320 vboot: remove vboot_handoff step by Joel Kitching · 3 years ago
- eb1dea8f security/vboot: Remove useless 'const' by Elyes HAOUAS · 3 years ago
- 532e0c7 vboot: relocate code to log and clear recovery mode switch by Joel Kitching · 3 years ago
- b6bcb6c vboot: remove functions which read vboot_handoff.out_flags by Joel Kitching · 3 years ago
- a06cd6c vboot: remove vboot_handoff_get_recovery_reason by Joel Kitching · 3 years ago
- ba50e48 vboot: recovery path should finalize work context by Joel Kitching · 3 years ago
- 7006458 post_code: add post code for failure to load next stage by Keith Short · 3 years, 1 month ago
- b6ee056 vboot: determine display init before recovery check by Eric Lai · 3 years ago
- c1b77c1 security/vboot/vboot_crtm.h: Remove ENV_ for vboot_measure_cbfs_hook() by Frans Hendriks · 3 years ago
- 7576bd7 vboot: save whether developer mode is enabled by Joel Kitching · 3 years ago
- 807803a vboot: remove OPROM-related code by Joel Kitching · 3 years, 1 month ago
- 18b51b7 vboot: rename BOOT_OPROM_NEEDED to BOOT_DISPLAY_REQUEST by Joel Kitching · 3 years, 1 month ago
- 998dc17 vboot: Turn vboot_logic_executed() into a static inline by Julius Werner · 3 years, 1 month ago
- ef7d89c vboot: Make vboot_logic_executed() a bit more precise by Julius Werner · 3 years, 1 month ago
- 2eb89c8 vboot: include vb2_sha.h when required by Joel Kitching · 3 years, 1 month ago
- 5923d67 vboot: communicate display requirements with vb2api_fw_phase1 by Joel Kitching · 3 years, 1 month ago
- 9e8cf3c vboot: remove use of VbInitParams by Joel Kitching · 3 years, 1 month ago
- 1a6b5c2 vboot: remove use of GoogleBinaryBlockHeader by Joel Kitching · 3 years, 1 month ago
- 6672bd8 vboot: refactor OPROM code by Joel Kitching · 3 years, 2 months ago
- 4114aa8 vboot: specify NEED_VB20_INTERNALS when needed by Joel Kitching · 3 years, 1 month ago
- cd4fe0f src: include <assert.h> when appropriate by Elyes HAOUAS · 3 years, 2 months ago
- a751445 vboot: do not set VBSD_BOOT_FIRMWARE_WP_ENABLED flag by Joel Kitching · 3 years, 2 months ago
- bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 3 years, 2 months ago
- e556f71 vboot: remove Kconfig option VBOOT_PHYSICAL_REC_SWITCH by Joel Kitching · 3 years, 2 months ago
- 9993b6f vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases by Julius Werner · 3 years, 2 months ago
- eb789f0 src: Use include <reset.h> when appropriate by Elyes HAOUAS · 3 years, 7 months ago
- f7f41a6 vboot_handoff: do not set VBSD_HONOR_VIRT_DEV_SWITCH by Joel Kitching · 3 years, 2 months ago
- 51bbdac vboot: deprecate physical dev switch by Joel Kitching · 3 years, 2 months ago
- 0ef562f vboot: remove VBOOT_EC_SOFTWARE_SYNC Kconfig option by Joel Kitching · 3 years, 2 months ago
- a7a2387 vboot: remove VBOOT_EC_SLOW_UPDATE Kconfig option by Joel Kitching · 3 years, 2 months ago