1. 479f2d6 vboot/secdata: fix 2secdata.h includes by Joel Kitching · 4 years, 3 months ago
  2. fbde3aa vboot/secdata: rename secdata and secdatak by Joel Kitching · 4 years, 3 months ago
  3. f4a9bfb vboot: deprecate fastboot support by Joel Kitching · 4 years, 3 months ago
  4. 7974dc3 cgpt: improve help text by Mike Frysinger · 4 years, 3 months ago
  5. 31bda28 cgpt: show: add some sanity checking to -i flags by Mike Frysinger · 4 years, 3 months ago stabilize-12464.B
  6. afd5239 Fix fall through warning reported by ToT clang. by Manoj Gupta · 4 years, 3 months ago
  7. 0902799 vboot: remove more Alt OS code by Joel Kitching · 4 years, 3 months ago
  8. 708524f futility: avoid leak in eve's smmstore quirk by Patrick Georgi · 4 years, 3 months ago
  9. d12e6da host/lib/crossystem: free SharedData when leaving context by Patrick Georgi · 4 years, 3 months ago
  10. d0dae80 vboot/secdata: remove DISABLE_ROLLBACK_TPM constant by Joel Kitching · 4 years, 3 months ago
  11. ab0d526 vboot/secdata: remove rollback_index3_tests by Joel Kitching · 4 years, 3 months ago
  12. 9adf2aa vboot: fix up some headers, includes, comments, spacing by Joel Kitching · 4 years, 3 months ago
  13. a762fa7 vboot/secdata: remove VbUnlockDevice function by Joel Kitching · 4 years, 3 months ago
  14. 0ff8764 vboot/secdata: fix up 2secdata{,k} and tests by Joel Kitching · 4 years, 3 months ago
  15. 4539726 vboot: remove 9-year old tpm_init_temp_fix workaround by Joel Kitching · 4 years, 3 months ago
  16. c39b1b0 vboot: remove obsolete COPY_BMP_DATA by Joel Kitching · 4 years, 3 months ago
  17. b1329fe vboot: bring load_kernel_test up to coding style standards by Joel Kitching · 4 years, 3 months ago
  18. ce8b8a0 Makefile: Add -Wno-unknown-warning by Julius Werner · 4 years, 3 months ago
  19. 8c0e84d image_signing: clean up more oci references by Mike Frysinger · 4 years, 3 months ago
  20. fdb750c ensure_secure_kernelparams: add sanity checks on baseline sed scripts by Mike Frysinger · 4 years, 3 months ago
  21. 595108c vboot: add mocked TlclUndefineSpace function by Joel Kitching · 4 years, 3 months ago
  22. b3ae709 Makefile: Enable -Wimplicit-fallthrough by Jacob Garber · 4 years, 4 months ago
  23. 62898ff futility: updater: Fix incorrect line break in error message by Hung-Te Lin · 4 years, 3 months ago
  24. 0b3ce46 vboot: replace sysincludes.h with 2sysincludes.h by Joel Kitching · 4 years, 6 months ago
  25. 4bcb8ce vboot/secdata: move permissions and uid check to ReadSpaceKernel by Joel Kitching · 4 years, 4 months ago
  26. 687e25f vboot/secdata: print secdata/secdatak on reads and writes by Joel Kitching · 4 years, 4 months ago
  27. f03e241 vboot/secdata: fix up error reporting in rollback_index.c by Joel Kitching · 4 years, 4 months ago
  28. aedfd3f vboot/secdata: remove legacy version checks on rollback spaces by Joel Kitching · 4 years, 4 months ago
  29. 59bd640 vboot_reference: Fix building with fuzzer builds. by Manoj Gupta · 4 years, 3 months ago stabilize-12441.B
  30. 7cdd879 tests: Add array bounds check by Jacob Garber · 4 years, 4 months ago stabilize-kernelnext-broadwell-12434.B
  31. 83b4473 Makefile: Enable linker garbage collection by Julius Werner · 4 years, 4 months ago
  32. eb10ebf vboot: vb2_shared_data offsets should hang off parent by Joel Kitching · 4 years, 4 months ago stabilize-12428.B
  33. 445e371 tests: Fix off-by-one error in array bounds check by Jacob Garber · 4 years, 4 months ago
  34. 26c3f19 futility: Add load_firmware_image() error check by Jacob Garber · 4 years, 4 months ago
  35. 243c5ef vboot/secdata: rename identifier in RollbackFwmpRead for clarity by Joel Kitching · 4 years, 4 months ago
  36. f241514 vboot: remove unused and deprecated vboot1 error codes by Joel Kitching · 4 years, 4 months ago firmware-mistral-12422.B
  37. 7ceb2ae vboot: properly check failure from VbExGetLocalizationCount by Joel Kitching · 4 years, 4 months ago
  38. 7ad9f51 vboot/secdata: remove retries from rollback functions by Joel Kitching · 4 years, 4 months ago
  39. 9cced0d vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalent by Joel Kitching · 4 years, 4 months ago
  40. 166a07d vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCK by Joel Kitching · 4 years, 4 months ago
  41. 9908a9a vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWN by Joel Kitching · 4 years, 4 months ago
  42. cf49e7b vboot: replace VBERROR_SUCCESS with VB2_SUCCESS by Joel Kitching · 4 years, 4 months ago
  43. e6b8033 vboot: fix use of SetVirtualDevMode return values by Joel Kitching · 4 years, 4 months ago
  44. e6700f4 vboot: update vboot2 functions to use new vb2_error_t by Joel Kitching · 4 years, 4 months ago
  45. a5afd01 Minor fixes for clang by Julius Werner · 4 years, 4 months ago
  46. 703e980 image_signing: clean up oci container key references by Mike Frysinger · 4 years, 4 months ago
  47. ae3a698 firmware/lib: Add fall through comments by Jacob Garber · 4 years, 4 months ago
  48. 3e15a29 cgpt: Fix format specifiers for uint64_t by Jacob Garber · 4 years, 4 months ago
  49. 2fb6050 cgpt: Fix format specifier for size_t by Jacob Garber · 4 years, 4 months ago
  50. 90671fa vboot: rename VbError_t typedef to vb2_error_t by Joel Kitching · 4 years, 4 months ago
  51. 9c90611 vboot/tpm: fix return type inconsistencies by Joel Kitching · 4 years, 4 months ago
  52. 1db2f38 vboot: join vboot1 and vboot2 errors into same enum by Joel Kitching · 4 years, 4 months ago
  53. 0e2e748 sign_official_build.sh: Update kern_b_hash to support SHA256 by Julius Werner · 4 years, 5 months ago release-R77-12371.B stabilize-12371.11.B stabilize-12371.26.B stabilize-12371.27.B stabilize-12371.39.B stabilize-12371.50.B stabilize-12371.52.B stabilize-12371.65.B stabilize-12371.71.B stabilize-12371.75.B stabilize-12371.80.B stabilize-12371.81.B stabilize-12371.82.B stabilize-12371.89.B stabilize-12386.B stabilize-octopus-12371.15.B
  54. e050a2c vboot: deprecate VbExError function by Joel Kitching · 4 years, 4 months ago
  55. 34abb32 vboot: remove Boot Descriptor Block (BDB) library and utilities by Joel Kitching · 4 years, 4 months ago
  56. 38f135e set_lsb_release.sh: tell getfattr to use absolute names by Qijiang Yūki Ishii · 4 years, 4 months ago
  57. 772908a vboot/futility: update fatal errors to use FATAL by Joel Kitching · 4 years, 5 months ago
  58. a529598 vboot/vboot_display: retrieve from vboot2 data structures when available by Joel Kitching · 4 years, 5 months ago
  59. a922561 scripts: Update OWNERS file to reflect current ownership. by LaMont Jones · 4 years, 5 months ago factory-mistral-12361.B
  60. 103f81d vboot: use Fatal instead of VbExError in cmd_vbutil_kernel by Joel Kitching · 4 years, 5 months ago
  61. f37fe67 image_signing: drop "install" alias for factory by Mike Frysinger · 4 years, 5 months ago
  62. e501b73 vboot: remove VbPublicKey struct by Joel Kitching · 4 years, 5 months ago
  63. 9cff6fe vboot: replace Min macro with VB2_MIN by Joel Kitching · 4 years, 5 months ago stabilize-12331.B
  64. a5ab221 futility: updater: Report EC and PD images on emulation by Hung-Te Lin · 4 years, 6 months ago
  65. 627fd9e make_dev_firmware.sh: correct flashrom examples by Ross Zwisler · 4 years, 5 months ago
  66. 6373cd5 keygeneration: default to RSA4096 keys. by LaMont Jones · 4 years, 5 months ago
  67. 11c5126 firmware: Print GBB flags at the start of kernel verification by Julius Werner · 4 years, 5 months ago
  68. 1851825 vboot: remove VerifyMemberInside function by Joel Kitching · 4 years, 5 months ago stabilize-12301.B
  69. 98b00ae vboot: remove vboot1 version of ARRAY_SIZE macro by Joel Kitching · 4 years, 5 months ago
  70. 9e9619f vboot: remove OffsetOf function by Joel Kitching · 4 years, 5 months ago
  71. 000ae5f vboot: remove unused CombineUint16Pair function by Joel Kitching · 4 years, 5 months ago
  72. b2ba31f vboot: remove vboot1-style VbExDebug function by Joel Kitching · 4 years, 5 months ago
  73. 89acb80 futility: drop mtd support via android_mtdutils by Mike Frysinger · 4 years, 5 months ago
  74. 98dfade vboot: remove VbCommonParams struct by Joel Kitching · 4 years, 6 months ago
  75. b021a96 create_new_android_keys: fix typo. by LaMont Jones · 4 years, 6 months ago stabilize-kukui-12285.B
  76. d730603 set_lsb_release.sh: only setfattr for selinux if modified by Qijiang Fan · 4 years, 6 months ago
  77. 80bc32d lib/ec_sync_all: Reboot EC to RO after successful AUX FW update by Karthikeyan Ramasubramanian · 4 years, 6 months ago
  78. b4b4507 vboot: fix vb2_gbb_read_recovery_key to save into int by Joel Kitching · 4 years, 6 months ago
  79. 4c1a6f4 lib/vboot_kernel: Log speed at which kernel was loaded by Raul E Rangel · 4 years, 6 months ago
  80. 24db29e updater: Add quirk for wilco devices by Duncan Laurie · 4 years, 6 months ago
  81. 01b1a94 vboot: add vb2api_gbb_get_flags function by Joel Kitching · 4 years, 6 months ago
  82. 5306ca2 vboot: export offset and type of GBB struct flags member by Joel Kitching · 4 years, 6 months ago
  83. de5b8df vboot: correct VB2_SECDATAK_SIZE constant to 13 by Joel Kitching · 4 years, 6 months ago
  84. d15663d vboot: expose vb2api_secdatak_check and vb2api_secdatak_create by Joel Kitching · 4 years, 6 months ago
  85. 70b3753 vboot: add OWNERS file by Joel Kitching · 4 years, 6 months ago
  86. 3eb00ef vboot: rewrite GBB functions and API by Joel Kitching · 4 years, 6 months ago
  87. 96d5a58 vboot: don't unset VB2_NV_DISPLAY_REQUEST in EC sync by Joel Kitching · 4 years, 6 months ago
  88. 451813e vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic mode by Joel Kitching · 4 years, 6 months ago
  89. efd0dc2 vboot: check display init when entering normal mode by Joel Kitching · 4 years, 6 months ago
  90. 40c35a0 vboot: check for VB2_NV_DIAG_REQUEST when enabling display by Joel Kitching · 4 years, 6 months ago
  91. 2d150c6 vboot: move vb2_packed_key and several functions from lib20 to 2lib by Joel Kitching · 4 years, 6 months ago
  92. 220ce07 set_lsb_release.sh: make sure selinux context for lsb-release file by Qijiang Fan · 4 years, 6 months ago
  93. ca8f76c tests/ec_sync_tests: Update the test to reflect new AUX FW protection by Karthikeyan Ramasubramanian · 4 years, 6 months ago
  94. 58e306f futility: Round up kernel blob to 4k by Evan Green · 4 years, 6 months ago
  95. 79ecc41 Support signing Android APKs with apksigner by Victor Hsieh · 4 years, 6 months ago
  96. b00d3fd vboot: deprecate and remove VbInitParams by Joel Kitching · 4 years, 7 months ago stabilize-12239.19.B stabilize-12249.B
  97. b41fce8 firmware/lib/ec_sync_all: Refactor the EC SW Sync flow by Karthikeyan Ramasubramanian · 4 years, 7 months ago
  98. b53f7d9 vboot: do not use cparams for VBSD by Joel Kitching · 4 years, 7 months ago
  99. de2cae6 vboot: save GBB header in workbuf during firmware verification by Joel Kitching · 4 years, 7 months ago
  100. 236bfb0 tpmc: fix tpmc pcrextend error message by Vadim Bendebury · 4 years, 6 months ago