1. 5eda52a security/vboot: Add support for GSCVD (Google "RO verification") by Julius Werner · 2 years, 3 months ago
  2. 9f37647 cbfs: Remove deprecated APIs by Julius Werner · 3 years ago
  3. 4fcf13a src/security/vboot: Set up secure counter space in TPM NVRAM by Karthikeyan Ramasubramanian · 2 years, 9 months ago
  4. 9479037 vboot: add VBOOT_X86_SHA256_ACCELERATION config by Subrata Banik · 3 years, 2 months ago
  5. f303b4f Apply more uses for Kconfig TPM by Kyösti Mälkki · 3 years, 3 months ago
  6. 40acfe7 cbfs: Increase mcache size defaults by Julius Werner · 3 years, 3 months ago
  7. a904fd6 vboot: update GBB flags to use altfw terminology by Joel Kitching · 3 years, 6 months ago
  8. 1cf2427 security/vboot: Add config for GBB_FLAG_ENABLE_UDC by Eric Lai · 3 years, 7 months ago
  9. 8839b7f security/vboot: Add Kconfig symbol to set hashing block size by Martin Roth · 3 years, 10 months ago
  10. 9f8ac64 mrc_cache: Add config MRC_SAVE_HASH_IN_TPM by Shelley Chen · 3 years, 10 months ago
  11. 6303671 security/vboot: Allow files to go into only RW-A or RW-B region by Martin Roth · 4 years, 2 months ago
  12. b8fba86 Kconfig: Escape variable to accommodate new Kconfig versions by Patrick Georgi · 4 years, 2 months ago
  13. 8a3a3c8 security/vboot: Add option to run verstage before bootblock by Martin Roth · 4 years, 4 months ago
  14. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  15. f7b2fe6 {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  16. c79e96b security/vboot: Decouple measured boot from verified boot by Bill XIE · 5 years ago
  17. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  18. eded500 security/vboot: Support enabling EC EFS with EC software sync by Sam McNally · 4 years, 6 months ago
  19. 214fb9b security/vboot: Correct help text of VBOOT_STARTS_IN_ROMSTAGE by Yu-Ping Wu · 4 years, 6 months ago
  20. 984d0c6 vboot: rename GBB flag FAFT_KEY_OVERIDE to FLAG_RUNNING_FAFT by Joel Kitching · 4 years, 9 months ago
  21. 56e2f13 vboot: remove VBOOT_SAVE_RECOVERY_REASON_ON_REBOOT option by Joel Kitching · 4 years, 6 months ago
  22. 8210047 vendorcode/eltan/security: Switch to vb2 vboot library by Wim Vervoorn · 4 years, 7 months ago
  23. b38586f vboot: Remove hard dependency on MISSING_BOARD_RESET by Julius Werner · 4 years, 7 months ago
  24. 50337f16 security/vboot: Allow UDC regardless of vboot state by Wim Vervoorn · 4 years, 7 months ago
  25. cdf6f3a security/vboot: Add a dedicated flag for building of vboot library by Bill XIE · 4 years, 8 months ago
  26. 494b031 arch/x86: Drop uses of ROMCC_BOOTBLOCK by Arthur Heymans · 4 years, 9 months ago
  27. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  28. d6fc557 security/vboot: Add vboot callbacks to support EC software sync by Tim Wawrzynczak · 4 years, 10 months ago
  29. e7087a1 security/vboot: Add config option to always enable the display by Wim Vervoorn · 4 years, 9 months ago
  30. a1c259b security/vboot: Add rw_region_only support to vboot by Wim Vervoorn · 4 years, 10 months ago
  31. 114e2e8 lib/cbfs: Add fallback to RO region to cbfs_boot_locate by Wim Vervoorn · 4 years, 10 months ago
  32. 214661e security/vboot/Kconfig: Remove unused symbols by Arthur Heymans · 4 years, 10 months ago
  33. 117453e vboot: create board-specific test-only GBB HWID if not set by Hung-Te Lin · 5 years ago
  34. 4d9d964 vboot: remove fastboot support by Joel Kitching · 5 years ago
  35. 0bd84ed security/vboot: Add Support for Intel PTT by Christian Walter · 5 years ago
  36. 90cf4bb Revert "src/security/vboot: Add option to skip display init with vboot 2.0" by Christian Walter · 5 years ago
  37. 598af2e src/security/vboot: Add option to skip display init with vboot 2.0 by Sukerkar, Amol N · 5 years ago
  38. eda20b6 vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platforms by Julius Werner · 5 years ago
  39. 6672bd8 vboot: refactor OPROM code by Joel Kitching · 5 years ago
  40. e556f71 vboot: remove Kconfig option VBOOT_PHYSICAL_REC_SWITCH by Joel Kitching · 5 years ago
  41. 9993b6f vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases by Julius Werner · 5 years ago
  42. 51bbdac vboot: deprecate physical dev switch by Joel Kitching · 5 years ago
  43. 0ef562f vboot: remove VBOOT_EC_SOFTWARE_SYNC Kconfig option by Joel Kitching · 5 years ago
  44. a7a2387 vboot: remove VBOOT_EC_SLOW_UPDATE Kconfig option by Joel Kitching · 5 years ago
  45. 7169450 vboot: remove VBOOT_EC_EFS Kconfig option by Joel Kitching · 5 years ago
  46. 0bcee88 vboot: copy data structures to CBMEM for downstream use by Joel Kitching · 6 years ago
  47. 66f9a09 security/vboot: Add measured boot mode by Philipp Deppenwiese · 6 years ago
  48. a558ca9 security/vboot: Add selection for firmware slots used by VBOOT by Philipp Deppenwiese · 6 years ago
  49. 718c6fa reset: Finalize move to new API by Nico Huber · 6 years ago
  50. 4f32b64 reset: Provide new single-function reset API by Nico Huber · 6 years ago
  51. c07f8fb security/tpm: Unify the coreboot TPM software stack by Philipp Deppenwiese · 6 years ago
  52. 318fb80 security/vboot: make vboot starts in bootblock depend on c env by Aaron Durbin · 6 years ago
  53. ae42385 vboot: Update to most recent GBB flag usage by Julius Werner · 6 years ago
  54. 7410f8b security/vboot: Add two weak methods for vboot2 by Philipp Deppenwiese · 7 years ago
  55. fea2429 security/vboot: Move vboot2 to security kconfig section by Philipp Deppenwiese · 7 years ago[Renamed from src/vboot/Kconfig]
  56. bbd5ee41 vboot: Exclude platform specific files from RW cbfs by Martin Roth · 7 years ago
  57. 6732b4f vboot: Add config to enable EC EFS support by Daisuke Nojiri · 7 years ago
  58. c18aa1c vboot: Use "Google_" as VBOOT_FWID_MODEL prefix if CHROMEOS is set by Furquan Shaikh · 7 years ago
  59. 46f292f vboot: Separate board name and version number in FWID with a dot by Julius Werner · 7 years ago
  60. 00f360e vboot: Select CONFIG_{TPM,TPM2} only if MOCK_SECDATA is not selected by Furquan Shaikh · 7 years ago
  61. 58c3938 vboot: Move remaining features out of vendorcode/google/chromeos by Julius Werner · 8 years ago
  62. 73d042b vboot: Disallow separate verstage after romstage, try to clarify logic by Julius Werner · 7 years ago
  63. fa8fa7d vboot: Remove VBOOT_DYNAMIC_WORK_BUFFER Kconfig option by Julius Werner · 7 years ago
  64. 94d9411 vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig option by Julius Werner · 7 years ago
  65. 33efd98 vboot: Allow other platforms to use soft reboot workaround by Lee Leahy · 7 years ago
  66. b038f41 vboot: Add support for recovery hash space in TPM by Furquan Shaikh · 8 years ago
  67. b18a666 vboot/vbnv_flash: make I/O connection agnostic by Aaron Durbin · 8 years ago
  68. 4157bd8 vboot: Move TPM-related Kconfig selects from CHROMEOS to VBOOT by Julius Werner · 8 years ago
  69. 2a60026 src/vboot: Capitalize RAM and CPU by Elyes HAOUAS · 8 years ago
  70. 4c72d36 Remove extra newlines from the end of all coreboot files. by Martin Roth · 8 years ago
  71. 2a12e2e vboot: Separate vboot from chromeos by Furquan Shaikh · 8 years ago[Renamed (62%) from src/vendorcode/google/chromeos/vboot2/Kconfig]
  72. 85aa135 google/chromeos: Add support for saving recovery reason across reboot by Furquan Shaikh · 8 years ago
  73. 6d720f3 cbfs/vboot: remove firmware component support by Aaron Durbin · 9 years ago
  74. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  75. 75c51d9 x86: add standalone verstage support by Aaron Durbin · 9 years ago
  76. 3c96e80 vboot: provide CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL option by Aaron Durbin · 9 years ago
  77. 9bca4ba vboot2: Enable VBOOT_DYNAMIC_WORK_BUFFER on x86 by Stefan Reinauer · 9 years ago
  78. e007b0c vboot: add new firmware indicies by Aaron Durbin · 9 years ago
  79. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  80. 0e571fd vboot: allow for dynamic work buffers by Aaron Durbin · 9 years ago
  81. d2ab4e4 vboot: allow options to be selected from .config by Aaron Durbin · 9 years ago
  82. 57e3728 vboot: add and rejuggle Kconfig options by Aaron Durbin · 9 years ago
  83. 5abcba7 vboot: move Kconfig options for stage indicies by Aaron Durbin · 9 years ago
  84. 1124cec chromeos: remove VBOOT2_VERIFY_FIRMWARE option by Aaron Durbin · 9 years ago
  85. 6d65f79 vboot: remove vboot1 by Aaron Durbin · 9 years ago
  86. efc6aa0 vboot2: Allow merging verstage into bootblock by Patrick Georgi · 9 years ago
  87. 8f2b0dc vboot2: Always enable timestamps by Patrick Georgi · 9 years ago
  88. 5d302c7 vboot: add mocked secdata by Daisuke Nojiri · 9 years ago
  89. 30773d2 vboot2: provide config option to clear dev mode state on recovery by Vadim Bendebury · 9 years ago
  90. 742fc8d vboot: move vboot files to designated directory by Daisuke Nojiri · 10 years ago