1. dff56a0 ec_sync: Run EFS2 in romstage by dnojiri · 4 years, 5 months ago
  2. 986d50e src/security: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  3. 516c0a5 security/vboot: relocate and rename vboot_platform_is_resuming() by Bill XIE · 4 years, 6 months ago
  4. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago
  5. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  6. 56e2f13 vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT option by Joel Kitching · 4 years, 6 months ago
  7. 8172666 vboot: push clear recovery mode switch until BS_WRITE_TABLES by Joel Kitching · 4 years, 6 months ago
  8. ec12bd0 security/vboot: relocate vb2ex_abort and vb2ex_printf by Joel Kitching · 4 years, 7 months ago
  9. f8e1764 security/vboot: Ensure firmware body size is respected again by Julius Werner · 4 years, 8 months ago
  10. 683657e vboot: Clear secdata change flags after factory init by Julius Werner · 4 years, 9 months ago
  11. d6fc557 security/vboot: Add vboot callbacks to support EC software sync by Tim Wawrzynczak · 4 years, 10 months ago
  12. aeb652a security/vboot: Remove selected_region from struct vboot_working_data by Yu-Ping Wu · 4 years, 9 months ago
  13. 29c8fa4 security/vboot: Remove vboot_named_region_device(_rw) by Yu-Ping Wu · 4 years, 9 months ago
  14. e7087a1 security/vboot: Add config option to always enable the display by Wim Vervoorn · 4 years, 9 months ago
  15. 9fc8cf8 security/vboot: Remove flags from struct vboot_working_data by Yu-Ping Wu · 4 years, 9 months ago
  16. 2332c74 vboot: use vboot persistent context by Joel Kitching · 4 years, 10 months ago
  17. f350768 vboot: add new vb2ex_abort callback by Joel Kitching · 4 years, 10 months ago
  18. 220ac04 vboot: update vboot2 functions to use new vb2_error_t by Joel Kitching · 5 years ago
  19. 2a20d13 vboot: fix conditional using vboot_setup_tpm return value by Joel Kitching · 5 years ago
  20. 0bd84ed security/vboot: Add Support for Intel PTT by Christian Walter · 5 years ago
  21. 7b10deb vboot: relocate call to vboot_save_recovery_reason_vbnv by Joel Kitching · 5 years ago
  22. 532e0c7 vboot: relocate code to log and clear recovery mode switch by Joel Kitching · 5 years ago
  23. ba50e48 vboot: recovery path should finalize work context by Joel Kitching · 5 years ago
  24. 7006458 post_code: add post code for failure to load next stage by Keith Short · 5 years ago
  25. b6ee0569 vboot: determine display init before recovery check by Eric Lai · 5 years ago
  26. 7576bd7 vboot: save whether developer mode is enabled by Joel Kitching · 5 years ago
  27. 5923d67 vboot: communicate display requirements with vb2api_fw_phase1 by Joel Kitching · 5 years ago
  28. bf0970e src: Use include <delay.h> when appropriate by Elyes HAOUAS · 5 years ago
  29. 51bbdac vboot: deprecate physical dev switch by Joel Kitching · 5 years ago
  30. af8471c vboot: rename symbols for better consistency by Joel Kitching · 5 years ago
  31. 0bcee88 vboot: copy data structures to CBMEM for downstream use by Joel Kitching · 6 years ago
  32. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  33. ba5ae5b vboot: rename VB2_DISABLE_DEVELOPER_MODE by Joel Kitching · 6 years ago
  34. 7132f25 console: Refactor printk() varargs prototypes by Kyösti Mälkki · 6 years ago
  35. 66f9a09 security/vboot: Add measured boot mode by Philipp Deppenwiese · 6 years ago
  36. 1d93b88 vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic by Joel Kitching · 6 years ago
  37. 6d88a5d vboot: do not extend PCRs on resume from S3 by Joel Kitching · 6 years ago
  38. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  39. 3a59174 security/vboot: fix typo by Raul E Rangel · 6 years ago
  40. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  41. 4c518e1 timestamp: Add timestamps for TPM communication by Raul E Rangel · 6 years ago
  42. 6403167 compiler.h: add __weak macro by Aaron Durbin · 6 years ago
  43. 64e2d19 security/tpm: Move tpm TSS and TSPI layer to security section by Philipp Deppenwiese · 7 years ago
  44. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago[Renamed (99%) from src/vboot/vboot_logic.c]
  45. 118a84f vboot: introduce vbnv_init() by Aaron Durbin · 7 years ago
  46. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 8 years ago
  47. 320edbe vboot: Assume EC_SOFTWARE_SYNC and VIRTUAL_DEV_SWITCH by default by Julius Werner · 7 years ago
  48. e80c6f6 vboot: vb2ex_printf() ignores null function name by Randall Spangler · 8 years ago
  49. b038f41 vboot: Add support for recovery hash space in TPM by Furquan Shaikh · 8 years ago
  50. 1d04d16 vboot: Wrap line in comment longer than 80 characters by Naresh G Solanki · 8 years ago
  51. 3d44d69 vboot: Disable vboot verification when Chrome EC disabled by Naresh G Solanki · 8 years ago
  52. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago[Renamed (98%) from src/vendorcode/google/chromeos/vboot2/vboot_logic.c]
  53. be87f73 vbnv: Do not initialize vbnv_copy in vbnv layer by Furquan Shaikh · 8 years ago
  54. 165b6cf vbnv: Do not silently reset cache in read_vbnv by Furquan Shaikh · 8 years ago
  55. a613a31 vboot: Handle S3 resume path for TPM initialization by Duncan Laurie · 8 years ago
  56. 1cdacca vboot: Set S3_RESUME flag for vboot context if necessary by Duncan Laurie · 8 years ago
  57. d87cc3f google/chromeos/vboot2: defer clearing rec mode switch by Aaron Durbin · 9 years ago
  58. 4121f9e google/chromeos/vboot2: honor boot region device size by Aaron Durbin · 9 years ago
  59. 87c9fae chromeos/vboot: provide support for x86 memory init verification by Aaron Durbin · 9 years ago
  60. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  61. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  62. b5a20b2 vboot: restructure vboot work buffer handling by Aaron Durbin · 9 years ago
  63. 588ad7b vboot: provide a unified flow for separate verstage by Aaron Durbin · 9 years ago