1. 60bcbe3 New tools to help debug vboot failures. by Bill Richardson · 14 years ago
  2. 1fe1607 TBR: reviewed in person with semenzato by Randall Spangler · 14 years ago
  3. 8adcb43 Enhance output and helpfulness of --unpack options for vbutil_key by Bill Richardson · 14 years ago
  4. 89a02c1 Make TPM datagrams const, since they cannot be modified in the RO firmware. by Luigi Semenzato · 14 years ago
  5. 3da063e Add resume command (TPM_Startup(ST_STATE)) by Luigi Semenzato · 14 years ago
  6. 377557f Add physical presence initialization and locking to one-time initializations. by Luigi Semenzato · 14 years ago
  7. 1d83dd1 Add a command to enable the physical presence command. by Luigi Semenzato · 14 years ago
  8. 5896b96 Added new commands and reactivated full rebuild after fixing for ARM ebuild. by Luigi Semenzato · 14 years ago
  9. 475bf44 Add fake e820 memory map entries to zeropage by Che-Liang Chiou · 14 years ago
  10. 07c8117 touch source to test new ebuild system by Hung-Te Lin · 14 years ago
  11. 4be36c4 Oops. Pass the correct args to Verify* functions. by Bill Richardson · 14 years ago
  12. 0697e3f Enhance 'cgpt find' command to match keyblocks if desired. by Bill Richardson · 14 years ago
  13. 138acfe Fix KeyBlockVerify() to take an explicit param for whether to use hash only. by Randall Spangler · 14 years ago
  14. c91e239 Add some commands to tpmc. by Luigi Semenzato · 14 years ago
  15. d7bff87 Run self test unconditionally. by Luigi Semenzato · 14 years ago
  16. 83ba6d3 Clean up some style violations. by Bill Richardson · 14 years ago
  17. 56cec58 Add clear command. by Luigi Semenzato · 14 years ago
  18. 5aa673c Add dev_sign_file utility for developers to sign their install scripts. by Bill Richardson · 14 years ago
  19. e72291c Command-line utility to execute TPM commands bypassing the TSS stack. by Luigi Semenzato · 14 years ago
  20. 4f36ef3 Changes to allow user-signed kernels to be generated. by Bill Richardson · 14 years ago
  21. f37fdf5 Allow passing TPM device path in the environment. by Luigi Semenzato · 14 years ago
  22. fda9488 Utility to run the self test before we can run tcsd. by Luigi Semenzato · 14 years ago
  23. 5deb67f Make LoadKernel() pass back the kernel partition's UniqueGuid. by Bill Richardson · 14 years ago
  24. e272940 Fix load_kernel_test, add check to LoadKernel to detect bad args. by Bill Richardson · 14 years ago
  25. 553d00e (In the right repository this time.) by Gaurav Shah · 14 years ago
  26. 87c13d8 Added size param to VerifyData() by Randall Spangler · 14 years ago
  27. 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 14 years ago
  28. b2b0fcc Introduce ability to change the kernel command line. by vbendeb · 14 years ago
  29. 39f6611 Add tpm lite to vboot reference by Randall Spangler · 14 years ago
  30. 64aec24 Make optional flag optional by Mandeep Singh Baines · 14 years ago
  31. 2abbc4b Add an optional flag argument to load_kernel_test. by Gaurav Shah · 14 years ago
  32. 783e64e load_kernel_test tests the recovery image now (submit for Bill) by Louis Yung-Chieh Lo · 14 years ago
  33. ceef83f vbutil_firmware uses .vbprivk by Randall Spangler · 14 years ago
  34. abf0550 Switch to using .vbprivk for signing everything now. by Bill Richardson · 14 years ago
  35. a08b5c9 Adding --repack and --headeronly options to vbutil_kernel by Bill Richardson · 14 years ago
  36. 46186fa utility: add a simple tool for dumping the kernel config by Will Drewry · 14 years ago
  37. 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 14 years ago
  38. 249677d Add some debug output to vbutil_kernel, display values in hex. by Bill Richardson · 14 years ago
  39. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 14 years ago
  40. f302905 Move all system includes in vboot_firmware to sysincludes.h by Randall Spangler · 14 years ago
  41. bd529f0 Move old vkernel code out of vboot_firmware. by Randall Spangler · 14 years ago
  42. 2a01556 One of the last moment mods of the original make rework by vbendeb · 14 years ago
  43. d471f2a Remove old firmware verification code, now that firmware build has switched to the new algorithms. by Randall Spangler · 14 years ago
  44. 695cd16 Add load_kernel2_test Add debug messages to LoadKernel2() by Randall Spangler · 14 years ago
  45. c5e5f4e The code compiled fine on the desktop, but causes a warning in the chroot environment, which in turn causes make to stop. by vbendeb · 14 years ago
  46. e3b4ac9 Rough first draft of the firmware signing utility. by vbendeb · 14 years ago
  47. dcab8fa Add vbutil_firmware by Randall Spangler · 14 years ago
  48. 81d696f fix typos in load_kernel_test by Randall Spangler · 14 years ago
  49. 70e9509 Rework the vboot_reference make system. by vbendeb · 14 years ago
  50. 729b872 Clean up of key block functions by Randall Spangler · 14 years ago
  51. 7d6898d Added vbutil_kernel. by Randall Spangler · 14 years ago
  52. f1372d9 Nearly complete rewrite of cgpt tool. by Bill Richardson · 14 years ago
  53. 6a97b3e Add vbutil_keyblock by Randall Spangler · 14 years ago
  54. d55c645 Utility to pack public key, version, algorithm into a single file in VbPublicKey format by Randall Spangler · 14 years ago
  55. d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 14 years ago
  56. 5173426 Add option to specify a kernel subkey signing key to firmware signing utility. by Gaurav Shah · 14 years ago
  57. 77d26e5 Enable attributes to display and set properly. by Bill Richardson · 14 years ago
  58. 31066a4 Ignore the AlternateLBA field in the GPT headers. by Bill Richardson · 14 years ago
  59. 08dc5f3 Add 'recovery_key' in Google Binary Block (GBB) utility by Hung-Te Lin · 14 years ago
  60. 19d1313 fixed VerifyKernelHeader by Randall Spangler · 14 years ago
  61. afdd058 fix int reference to unint64 from http://codereview.chromium.org/2438005 by Colin Chow · 14 years ago
  62. 21ef1a3 Refine gbb_utility for better maintainance by Hung-Te Lin · 14 years ago
  63. b8976b6 Remove load_kernel from build by Randall Spangler · 14 years ago
  64. 3dcf9dc Much rearranging of cgptlib. Passes all its (new) unit tests. by Randall Spangler · 14 years ago
  65. 5374a06 Add cgpt utility to installable binaries. by Bill Richardson · 14 years ago
  66. e6cf857 cgpt supports dev and add/delete/modify commands. by Louis Yung-Chieh Lo · 14 years ago
  67. 67660cd Add --subkey_in and --subkey_out options to firmware signing utility. by Gaurav Shah · 14 years ago
  68. f666780 Add --subkey_in option to kernel signing utility. by Gaurav Shah · 14 years ago
  69. 2a9c66c Cleanup option parsing for firmware signing utility. by Gaurav Shah · 14 years ago
  70. 262668f Added gbb_utility (tool for Google Binary Block) by Hung-Te Lin · 14 years ago
  71. 4052c3e random cleanup by Bill Richardson · 14 years ago
  72. 82e0860 need to chmod binaries by Bill Richardson · 14 years ago
  73. 371df8b Add install target to put utilities into chroot (in /opt/bin/) by Bill Richardson · 14 years ago
  74. b85b06b Add a --subkey switch to kernel signing utility. by Gaurav Shah · 14 years ago
  75. f5db4b8 Modifying the kernel_utility tool to create our magic blob. by Bill Richardson · 14 years ago
  76. 3003c1d Moved cgptlib into vboot_firmware Moved cgptlib tests into tests by Randall Spangler · 14 years ago
  77. 418ad3b complete 'cgpt show' and refactor for incoming commands. by Louis Yung-Chieh Lo · 14 years ago
  78. bf7615b Change kernel vboot header layout and add support for separate header verification. by Gaurav Shah · 14 years ago
  79. 0b8f35c Rearrange vboot_reference directories to isolate external components. by Bill Richardson · 14 years ago
  80. 93b09e5 Code cleanup. by Bill Richardson · 14 years ago
  81. 8eaf239 support 'cgpt repair' by Louis Yung-Chieh Lo · 14 years ago
  82. b31ddce add cgpt framework and attribute support. by Louis Yung-Chieh Lo · 14 years ago
  83. bd52fc7 VBoot Reference: Make kernel_config a 4K byte block, and move it after the verified boot block. by Gaurav Shah · 14 years ago
  84. 2480a18 Vboot Reference: Make kernel signing utility more flexible. by Gaurav Shah · 14 years ago
  85. 65127cc Add a --vblock option to firmware_utility to only output the verification block. by Gaurav Shah · 14 years ago
  86. fc70d72 VBoot Reference: Refactoring Part 3 by Gaurav Shah · 14 years ago