1. 664096b vboot: use standard memcmp, memcpy, memset by Randall Spangler · 8 years ago
  2. fb26715 Fix indentation in firmware and host libs by Randall Spangler · 8 years ago
  3. 770202f Fix more coverity warnings by Randall Spangler · 8 years ago
  4. d8a9ede futility/host lib: Fix coverity warnings by Randall Spangler · 8 years ago
  5. 6c18af5 cgpt: add support for managing the legacy boot gpt bit by Mike Frysinger · 8 years ago stabilize-kevin-8785.94.B
  6. 5c537e3 futility: use vboot2 functions for kernel preamble by Randall Spangler · 8 years ago
  7. 7d0cc74 vboot: Remove vboot1 host signature functions by Randall Spangler · 8 years ago
  8. a62ffa8 vboot: replace CreateKernelPreamble() with vboot2 equivalent by Randall Spangler · 8 years ago
  9. 0efc4f3 futility: Fix lookup of invalid algorithm names by Randall Spangler · 8 years ago
  10. f7559e4 futility: Use vboot 2.0 APIs for public keys by Randall Spangler · 8 years ago
  11. 8e91714 crossystem: refactor VM detection to share across architectures by Nicolas Norvez · 8 years ago
  12. 969ce32 Detect and report VM environment in crossystem by Nicolas Norvez · 8 years ago
  13. d46461c futility: Use vboot 2.0 APIs for private keys by Randall Spangler · 8 years ago
  14. 939cc3a futility: Use only vboot 2.0 APIs for keyblocks by Randall Spangler · 8 years ago
  15. 814aaf0 futility: Create signatures using vboot 2.0 APIs by Randall Spangler · 8 years ago stabilize-8688.B
  16. 158b296 futility: cmd_show uses only vboot 2.0 APIs by Randall Spangler · 8 years ago
  17. 98263a1 vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0 by Randall Spangler · 8 years ago
  18. bba272a apollolake: Find GPIO bank offset for write protect pin by sselvar2 · 8 years ago
  19. ca72512 vboot: Disambiguate vb2.1 structs and functions by Randall Spangler · 8 years ago
  20. 7c3ae42 vboot: Convert vboot1 SHA calls to use vboot2 by Randall Spangler · 8 years ago
  21. 8228f47 cgpt: Add cgpt legacy parameter to set primary GPT signature to IGNOREME by Julius Werner · 8 years ago stabilize-8249.B
  22. aee6bd6 Support doing battery cut-off in firmware stage. by Hung-Te Lin · 8 years ago
  23. eb0c8cc crossystem: x86: Write VbNv with mosys if using vboot2 by Duncan Laurie · 8 years ago
  24. e98431f crossystem: Move mosys based VbNv functions to shared code by Duncan Laurie · 8 years ago
  25. 46d78db vboot2: Add try RO software sync flag by Mary Ruthven · 9 years ago
  26. bbdd62f crossystem: Remove savedmem_base and savedmem_size fields by Julius Werner · 9 years ago release-R48-7647.B stabilize-7628.B stabilize-7647.32.B stabilize-7647.72.B stabilize-7647.74.B
  27. c62f42b crossystem: Remove platform_family field by Julius Werner · 9 years ago
  28. 12a55f2 Add NV flag to default boot legacy OS by Mary Ruthven · 9 years ago
  29. c8e4854 vboot2: Support reboot requested by secdata by Randall Spangler · 9 years ago
  30. 85f6466 crossystem: Updated crossystem to accomodate Android (resubmit) by Shelley Chen · 9 years ago
  31. 9cd821c Revert "crossystem: Updated crossystem to accomodate Android" by Eric Caruso · 9 years ago release-R46-7390.B stabilize-7390.59.B stabilize-7390.68.B stabilize-jetstream-7390.54.B stabilize-jetstream-7390.62.B
  32. 26825b5 crossystem: Updated crossystem to accomodate Android by Shelley Chen · 9 years ago
  33. 8804be8 VbNvStorage: Add flags for misc settings by Furquan Shaikh · 9 years ago
  34. a020663 crossystem: Add Skylake PCH GPIO controller ID by Duncan Laurie · 9 years ago firmware-celes-7287.92.B firmware-cyan-7287.57.B firmware-edgar-7287.167.B firmware-reks-7287.133.B firmware-setzer-7287.360.B firmware-terra-7287.154.B firmware-ultima-7287.131.B
  35. 2376954 crossystem: Add skylake platform IDs by Duncan Laurie · 9 years ago
  36. 5f16cce crossytem:Fix the write protect line gpio value by John Zhao · 9 years ago factory-smaug-7265.B
  37. fbf631c crossystem: Add check for "mkbp" back by David Hendricks · 9 years ago
  38. dc600e8 crossystem: Check for "cros-ec" instead of "mkbp" for *NvStorage by David Hendricks · 9 years ago
  39. c180460 fastboot: Add fastboot related flags to nvstorage by Furquan Shaikh · 9 years ago
  40. 9101df2 nvstorage: Add new flag VBNV_DEV_BOOT_FASTBOOT_FULL_CAP by Furquan Shaikh · 9 years ago
  41. 710485a vboot_reference: fix several syntax warnings found by clang. by Yunlian Jiang · 9 years ago stabilize-6996.B
  42. 57e881d futility: Initialize stack variables by Anatol Pomazau · 9 years ago
  43. 95ebdd7 crossystem: Deprecate ddr-type by David Hendricks · 9 years ago
  44. 9978e0a vboot: fix name-collision with OpenSSL. by Adam Langley · 9 years ago release-R43-6946.B stabilize-6937.B stabilize-6946.55.B
  45. 52ec075 crossystem: provide a way to clear wipeout request by Vadim Bendebury · 9 years ago stabilize-6915.B
  46. f80ceeb vboot_reference: crossystem: add the "tpm_attack" command by Luigi Semenzato · 9 years ago
  47. 7b50512 vboot: allow firmware to signal a wipeout request by Vadim Bendebury · 9 years ago
  48. 36bc591 vb21: Rename struct vb2_guid to struct vb2_id by Bill Richardson · 9 years ago
  49. 0f21441 vb21: Replace the key GUID with a sha1sum instead by Bill Richardson · 9 years ago
  50. 3855e2e futility: show sha1sums for private keys too by Bill Richardson · 9 years ago
  51. add997f futility: Display public and private keys for both formats by Bill Richardson · 9 years ago
  52. 4e4c196 futility: Add create command to make keypairs from RSA files by Bill Richardson · 9 years ago
  53. 317bb49 vboot2: add library function for extracting vmlinuz from kernel part by Zach Reizner · 9 years ago
  54. 80e779d kernel flags: Add flags field to kernel preamble. by Furquan Shaikh · 9 years ago
  55. 05987b1 Changes to compile signing tools on darwin by David Riley · 9 years ago
  56. c93ddb6 crossystem: read recovery switch status from chromeos_arm device by Ken Chang · 9 years ago
  57. 7ccd9ce futility: handle truncated BIOS images without segfault by Bill Richardson · 9 years ago
  58. e1ed0ab lib21: Close the open file when finished using it by Bill Richardson · 9 years ago
  59. f1f53b3 vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz image by Shelley Chen · 10 years ago
  60. 5492057 cgpt: Properly show ChromeOS-scheme MTD partitions by Nam T. Nguyen · 10 years ago
  61. 75efe87 futility: Change find_fmap() to search larger alignments first by Julius Werner · 10 years ago
  62. 308d254 vboot2: Get rid of extra '2' at end of new struct names by Randall Spangler · 10 years ago
  63. 108d991 vboot2: Move knowledge of vboot 2.1 data structures inside lib21/ by Randall Spangler · 10 years ago
  64. a5b69b0 vboot2: Move files which use new vboot 2.1 structs to their own directories by Randall Spangler · 10 years ago
  65. 45562fb vboot2: Use calloc() in host lib and unit tests by Randall Spangler · 10 years ago
  66. 42a8500 vboot2: Add host lib function to create a vb2-style firmware preamble by Randall Spangler · 10 years ago
  67. 9328bbf vboot2: Add host lib function to create a vb2-style keyblock by Randall Spangler · 10 years ago
  68. fc73f08 vboot2: Use new hostlib functions in unit tests by Randall Spangler · 10 years ago
  69. c644a8c vboot2: Add host library functions for signing to new struct format by Randall Spangler · 10 years ago
  70. fb9a216 vboot2: Add host lib support for bare hash keys by Randall Spangler · 10 years ago
  71. 59c2920 vboot2: Add host library functions to read/write new-format key objects by Randall Spangler · 10 years ago
  72. 02e11b3 vboot2: Add host library functions to read/write files and objects by Randall Spangler · 10 years ago
  73. 8577b53 vboot: Remove FTS code by Nam T. Nguyen · 10 years ago
  74. ab89959 vboot: cgpt: Treat drive_path as the GPT storage by Nam T. Nguyen · 10 years ago
  75. 054c114 crossystem: add platform for ipa8064 by Vadim Bendebury · 10 years ago
  76. 38201fe crossystem: cache vbnv contents to avoid lengthy reads by Vadim Bendebury · 10 years ago
  77. 8bb3689 crossystem: Add support for multiple gpiochip entries by Duncan Laurie · 10 years ago
  78. d241fff crossystem: Change ReadFileInt to take an unsigned int pointer by Duncan Laurie · 10 years ago
  79. aaa3257 crossystem: rename Vb*NvStorage_mkbp to Vb*NvStorage_mosys by David Hendricks · 10 years ago
  80. 1137139 crossystem: handle "flash" media in Vb*NvStorage() by David Hendricks · 10 years ago
  81. 782300d vboot2: Add previously tried slot and result to NV storage by Randall Spangler · 10 years ago
  82. bc3f0b7 cleanup: remove a couple of unused functions and files by Bill Richardson · 10 years ago factory-storm-6269.B
  83. cf6e78d futility: the show command can traverse all file types by Bill Richardson · 10 years ago
  84. c0777be cleanup: add some easier-to-use FMAP parsing functions. by Bill Richardson · 10 years ago
  85. f16ed87 futility: add separate check function for VPbublicKey by Bill Richardson · 10 years ago
  86. 631c661 Add broadwell PCI ID for platform family lookup table by Duncan Laurie · 10 years ago
  87. a2d72f7 vboot: cgpt: Refer to partition entries by entries_lba. by Nam T. Nguyen · 10 years ago
  88. b52d7b7 crossystem: Add PCH-LP GPIO type by Duncan Laurie · 10 years ago
  89. 7829902 Split libvboot_host.a into external and local libraries. by Bill Richardson · 10 years ago
  90. 9e1da78 Add nvstorage / crossystem support for new vboot2 fields by Randall Spangler · 10 years ago
  91. d11086c vboot2: add a flag to indicate firmware was selected by vboot2 by Daisuke Nojiri · 10 years ago
  92. b64f097 Use the TPM to back up some of the nvram fields by Bill Richardson · 10 years ago
  93. 850b74f Add an nvram flag to block the use of dev mode by Bill Richardson · 10 years ago firmware-mccloud-5827.B firmware-tricky-5829.B release-R36-5841.B stabilize-5828.0.B stabilize-5841.76.B stabilize-5841.83.B stabilize-gnawty-5841.84.B stabilize-swanky-5841.55.B
  94. 841126f vboot_reference: Provide crossystem interface stubs for mips by Gaurav Shah · 10 years ago factory-nyan-5772.B firmware-nyan-5771.B stabilize-5784.0.B stabilize-5791.0.B
  95. 435be98 tegra124: Add the tegra124 compatibility string to crossystem. by Gabe Black · 11 years ago stabilize-5412.B stabilize-5414.B test-5394.B
  96. 1aa59b0 crossystem: handle BayTrail gpios by Aaron Durbin · 11 years ago
  97. 31912b6 crossystem: add GpioChipset sturcture for x86 by Aaron Durbin · 11 years ago
  98. a7e2c76 crossystem: make BayTrail a valid platform_family by Aaron Durbin · 11 years ago
  99. a3d70a3 Make crossystem.h more polite and more useful. by J. Richard Barnette · 11 years ago factory-panther-4920.23.B firmware-bolt_kirby-4979.B release-R32-4920.B stabilize-4920.6.B stabilize-5062.B stabilize-R33-4982.B test-4824.B test-4980.B
  100. fe2c1a2 Allow <vboot/crossystem.h> to be usable in C++ code. by J. Richard Barnette · 11 years ago stabilize-4886.B