1. 3f806a2 Apply consistent naming scheme for hostlib functions. by Bill Richardson · 12 years ago
  2. 95bae09 Remove unused 'autotest' directory (real one's in autotest repo). by Bill Richardson · 12 years ago
  3. ac8805e Get rid of some crufty macros. by Gabe Black · 12 years ago
  4. 77f55ca Get rid of the now unused biosincludes.h headers. by Gabe Black · 12 years ago
  5. e064ab4 Don't include biosincludes.h any more. by Gabe Black · 12 years ago
  6. feb2518 Wrap all vboot utilities with futility. by Bill Richardson · 12 years ago
  7. 5fed2a6 Rename Strncat to StrnAppend, use it instead of strncat. by Bill Richardson · 12 years ago
  8. 522da3e Use Memcpy to avoid unaligned accesses when using RollbackKernelSpace. by Gabe Black · 12 years ago
  9. 51d22d5 Use Memcpy to access the fw_versions member of RollbackSpaceFirmware. by Gabe Black · 12 years ago
  10. 81a0b3d Move CgptManager from vboot_reference to installer by Bill Richardson · 12 years ago
  11. c7c6e5d Remove the mount-encrypted utility from vboot_reference by Bill Richardson · 12 years ago
  12. 2f8ac15 Point to new libchrome-180609 for CgptManager stuff by Bill Richardson · 12 years ago
  13. 9394326 Split off modules required for VbInit() and VbSelectFirmware() by Randall Spangler · 12 years ago
  14. ab63d3c rollback_index: fix -Wshadow warnings by Aaron Durbin · 12 years ago
  15. 9d7d0cb vboot_display: fix -Wwrite-strings compiler errors by Aaron Durbin · 12 years ago
  16. 612797e fwlib: fix errors with -Wmissing-prototypes by Aaron Durbin · 12 years ago
  17. e6cf2c2 mount-encrypted: issue sync()s between umount stages by Kees Cook · 12 years ago
  18. c9bf348 Let the Makefile install the utilities, not the ebuild. by Bill Richardson · 12 years ago
  19. 134d9ee Remove hardcoded path in unused chromeos-tpm-recovery-test by Bill Richardson · 12 years ago
  20. 886a904 Software sync checks for shutdown-requested in all code paths by Randall Spangler · 12 years ago
  21. fe510c0 Add more display tests by Randall Spangler · 12 years ago
  22. 7f43669 Add more vboot_api_kernel tests by Randall Spangler · 12 years ago
  23. 0714d9d Fix and enable vboot_api_kernel_tests by Randall Spangler · 12 years ago
  24. 7c55708 Reformat to kernel style by Randall Spangler · 12 years ago
  25. 5ca4ea0 EC software sync uses precomputed hash if available by Randall Spangler · 12 years ago
  26. 9a8e79c Remove +x permissions from source files. by Bill Richardson · 12 years ago
  27. 5ede8c9 set_lsb_release: enable batch modification by Mike Frysinger · 12 years ago
  28. 5cfcab5 Add VbExEcGetExpectedRWHash() by Randall Spangler · 12 years ago
  29. 29accd9 Reformat to kernel style by Randall Spangler · 12 years ago
  30. 3e9cf90 Add even more load kernel tests by Randall Spangler · 12 years ago
  31. 5d0a2e7 Add more vboot_kernel tests by Randall Spangler · 12 years ago
  32. cefe12c Reformat cgptlib to kernel style by Randall Spangler · 12 years ago
  33. 7993f25 Reformat to kernel style by Randall Spangler · 12 years ago
  34. 49cb0d3 Add kernel tests by Randall Spangler · 12 years ago
  35. c3d488d Add tlcl tests by Randall Spangler · 12 years ago
  36. 0bf6405 Reformat files to kernel style by Randall Spangler · 12 years ago
  37. 5a4e9fa Add display tests by Randall Spangler · 12 years ago
  38. c8c8dfd Fixed error in verify by Paul Taysom · 12 years ago
  39. 68f54d4 Reformat files to kernel style by Randall Spangler · 12 years ago
  40. 3b806ea Add more vboot common tests by Randall Spangler · 12 years ago
  41. 8fd1aaf Remove dead ECPreamble code by Randall Spangler · 12 years ago
  42. a2db67d Reformat header files to kernel style by Randall Spangler · 12 years ago
  43. 786a5dc Start adding display tests by Randall Spangler · 12 years ago
  44. 45cc0f2 Fix incorrect CFLAGS when compiling for host by Randall Spangler · 12 years ago
  45. 0bda13f Improve coverage of cgptlib.c by Randall Spangler · 12 years ago
  46. e9213a7 Reformat cgptlib_test by Randall Spangler · 12 years ago
  47. 0f87249 Remove unused vbutil_ec by Randall Spangler · 12 years ago
  48. 91db232 Reformat vboot_common_tests by Randall Spangler · 12 years ago
  49. 723aed3 Improve coverage of vboot_api_init.c by Randall Spangler · 12 years ago
  50. 1cbf705 Reformat vboot_api_init_tests by Randall Spangler · 12 years ago
  51. a3eac79 Improve coverage of rollback_index.c by Randall Spangler · 12 years ago
  52. 6dbf9d9 Improve coverage of vbnvstorage test by Randall Spangler · 12 years ago
  53. 61a2eb3 Fix architecture definitions. by Randall Spangler · 12 years ago
  54. 59d7508 Clean up building code coverage by Randall Spangler · 12 years ago
  55. e061a25 Convert common tests from shell scripts to running directly by Randall Spangler · 12 years ago
  56. eecc18f Complete refactoring of Makefile by Bill Richardson · 12 years ago
  57. 57cdad3 (modify and resend) Trigger sync right after writing. by Louis Yung-Chieh Lo · 12 years ago
  58. 96d16de Fixed the cmdline modification for bootcache by Paul Taysom · 12 years ago
  59. 265e2f7 mount-encrypted: expprt nvram contents to tmpfs by Will Drewry · 12 years ago
  60. 25d1c25 fix s_tpm_pcr_read_cmd structure name typo by Kees Cook · 12 years ago
  61. 844bce5 Run some tests under qemu when cross-compiling by Randall Spangler · 12 years ago
  62. 4394966 Revert "Trigger sync right after writing." by Bill Richardson · 12 years ago
  63. a808dc9 Fix missing dependency by Randall Spangler · 12 years ago
  64. f3613b6 Trigger sync right after writing. by Louis Yung-Chieh Lo · 12 years ago
  65. 826db09 Use 'install' to do installation, prepare for futility installation. by Bill Richardson · 12 years ago
  66. acb2ee9 Add .PHONY targets for phony targets by Bill Richardson · 12 years ago
  67. 3428b4b Make tpmc able to send and receive raw datagrams. by Luigi Semenzato · 12 years ago
  68. 17f8d34 Rename files and defines to simplify makefile. by Randall Spangler · 12 years ago
  69. 5d9bbf2 Unify vboot build into a single makefile by Randall Spangler · 12 years ago
  70. ee32751 Add missing TlclLibClose function for mock TPM interface by Duncan Laurie · 12 years ago
  71. d6acfd4 Fix bad free order in tlcl_generator.c. by Luigi Semenzato · 12 years ago
  72. e8cfa31 Move lengthy tests from 'make runtests' to 'make runlongtests' by Randall Spangler · 12 years ago
  73. ef2a02f Use a separate knob for SHA512 unrolling by Simon Glass · 12 years ago
  74. 0aedbe1 Add support for a V option which selects verbose Makefile output. by Gabe Black · 12 years ago
  75. 90f78d2 mount-encrypted: finalize if keyfile missing by Kees Cook · 12 years ago
  76. 699ebf3 Add recovery_subcode field to nvstorage and crossystem by Bill Richardson · 12 years ago
  77. b55c538 sign_official_build: add a dump_config helper and clean up argument processing by Mike Frysinger · 12 years ago
  78. dd7a774 tlcl: move open retry into Tlcl by Kees Cook · 12 years ago
  79. a4090b5 Addtional -h args to dump_fmap will ignore overlap errors. by Bill Richardson · 12 years ago
  80. 34d515c mount-encrypted: retry TPM open by Kees Cook · 12 years ago
  81. 00cc728 Tlcl: allow OS failures to bubble up to caller by Kees Cook · 12 years ago
  82. ca44b07 mount-encrypted: add error reporting to RNG failures by Kees Cook · 12 years ago
  83. 8a42c27 remove verity regardless of dm device by Paul Taysom · 12 years ago
  84. 640b1c4 Add more recovery_reason codes by Bill Richardson · 12 years ago
  85. b08c46a mount-encrypted: report numeric results on TPM failure by Kees Cook · 12 years ago
  86. 0bbc17c Added handling of regex for dm params by Paul Taysom · 12 years ago
  87. 7682e5e newbitmaps: Move files to new location (bmpblk). by Hung-Te Lin · 12 years ago
  88. 5eaf916 newbitmaps: Increase font size & fix JP font. by Hung-Te Lin · 12 years ago
  89. 8e32e75 newbitmaps: Get rid of ImageMagick and use PIL for image processing. by Hung-Te Lin · 12 years ago
  90. 0c69afc CHROMIUMOS: "flimflam" init file is now named "shill" by Paul Stewart · 12 years ago
  91. 9754cae Add FAFT keyboard remap GBB flag by Marc Jones · 12 years ago
  92. 3f98574 newbitmaps: Speed up image conversion by using PIL. by Hung-Te Lin · 12 years ago
  93. 7909cb8 newbitmaps: Speed up make_default_yaml. by Hung-Te Lin · 12 years ago
  94. 68a516a newbitmaps: Remove language navigation bar in TONORM_CONFIRM. by Hung-Te Lin · 12 years ago
  95. 9e2c3b0 fix linking order by Mike Frysinger · 12 years ago
  96. 97625b6 newbitmaps: Add "USB2 only, no SD" profile. by Hung-Te Lin · 12 years ago
  97. ba7fd8d vboot_reference: Fix keyboard input lag at confirm screen. by Shawn Nematbakhsh · 12 years ago
  98. ca8c372 sign_official_build: Support signing additional RW firmware in shellball. by Hung-Te Lin · 12 years ago
  99. d2852ea Add recovery reason for failure to correct TPM error by Luigi Semenzato · 12 years ago
  100. 8b42ac8 Key increment scripts: fix incrementing keys not in $PWD by Mike Frysinger · 12 years ago