1. cae179a This CL makes sure that the tests dirctory Makefile works by vbendeb · 14 years ago
  2. f302905 Move all system includes in vboot_firmware to sysincludes.h by Randall Spangler · 14 years ago
  3. bd529f0 Move old vkernel code out of vboot_firmware. by Randall Spangler · 14 years ago
  4. 2a01556 One of the last moment mods of the original make rework by vbendeb · 14 years ago
  5. d471f2a Remove old firmware verification code, now that firmware build has switched to the new algorithms. by Randall Spangler · 14 years ago
  6. 695cd16 Add load_kernel2_test Add debug messages to LoadKernel2() by Randall Spangler · 14 years ago
  7. e995895 Explicitly pack vboot_struct structures, since they're going on disk. by Randall Spangler · 14 years ago
  8. 962483c This fixes the EFI BIOS boot problems introduced with cgpt. by Bill Richardson · 14 years ago
  9. 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
  10. a55e5ca Refactor LoadFirmware() to avoid global variables, which don't work when running out of ROM by Randall Spangler · 14 years ago
  11. e3b4ac9 Rough first draft of the firmware signing utility. by vbendeb · 14 years ago
  12. 39ed88e Implemented pipelined hash calculation in LoadFirmware() by Randall Spangler · 14 years ago
  13. dcab8fa Add vbutil_firmware by Randall Spangler · 14 years ago
  14. 63ca39c Add ForceClear also on dev->normal transitions. Fix wrong API description. by Luigi Semenzato · 14 years ago
  15. 3847653 Fixed VerifyFirmwarePreamble to check for a valid signing algorithm by Axel Hansen · 14 years ago
  16. 2666f10 Fix normal/recovery mode, and RO firmware vs. RW firmware behavior. by Luigi Semenzato · 14 years ago
  17. 81d696f fix typos in load_kernel_test by Randall Spangler · 14 years ago
  18. 70e9509 Rework the vboot_reference make system. by vbendeb · 14 years ago
  19. 83c88cf More cleanup by Randall Spangler · 14 years ago
  20. 729b872 Clean up of key block functions by Randall Spangler · 14 years ago
  21. 7d6898d Added vbutil_kernel. by Randall Spangler · 14 years ago
  22. f1372d9 Nearly complete rewrite of cgpt tool. by Bill Richardson · 14 years ago
  23. 6a97b3e Add vbutil_keyblock by Randall Spangler · 14 years ago
  24. d55c645 Utility to pack public key, version, algorithm into a single file in VbPublicKey format by Randall Spangler · 14 years ago
  25. 4f11c36 Protect the kernel version space from redefinition. by Luigi Semenzato · 14 years ago
  26. d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 14 years ago
  27. 59204c5 Import recent tpm_lite changes that make all TPM commands return a status. by Luigi Semenzato · 14 years ago
  28. 4a7a9e3 Uses TPM return codes. by Randall Spangler · 14 years ago
  29. 57c08f6 add load firmware stub by Randall Spangler · 14 years ago
  30. 7202eae Add dummy implementation of LoadFirmware(); currently a wrapper around the old implementation. by Randall Spangler · 14 years ago
  31. 0e2a83e Update Watchlists by Anush Elangovan · 14 years ago
  32. 5173426 Add option to specify a kernel subkey signing key to firmware signing utility. by Gaurav Shah · 14 years ago
  33. a319ac9 Added LoadFirmware() API by Randall Spangler · 14 years ago
  34. c1a9f4d Added recovery-mode return code to LoadKernel() by Randall Spangler · 14 years ago
  35. e414b08 Move tlcl stub implementation to stub subdir. by Randall Spangler · 14 years ago
  36. 0a48681 Implement strategy for 64-write limit with unowned TPM. by Luigi Semenzato · 14 years ago
  37. 77d26e5 Enable attributes to display and set properly. by Bill Richardson · 14 years ago
  38. af5ae8e add inherit review settings for new repo by Randall Spangler · 14 years ago
  39. 31066a4 Ignore the AlternateLBA field in the GPT headers. by Bill Richardson · 14 years ago
  40. 08dc5f3 Add 'recovery_key' in Google Binary Block (GBB) utility by Hung-Te Lin · 14 years ago
  41. 96ee63b Explicitly list dependency files instead of searching for them. by Bill Richardson · 14 years ago
  42. 9592919 Add a kernel subkey signing algorithm key and algorithm fields to firmware preamble. by Gaurav Shah · 14 years ago
  43. 58efd70 Turn off debug printf in LoadKernel() by Randall Spangler · 14 years ago
  44. 19d1313 fixed VerifyKernelHeader by Randall Spangler · 14 years ago
  45. d4f13e3 Remove obsolete VerifyKernelDriver() and associated data structures. by Gaurav Shah · 14 years ago
  46. e642198 Add a Makefile target to run all vboot_reference tests. by Gaurav Shah · 14 years ago
  47. afdd058 fix int reference to unint64 from http://codereview.chromium.org/2438005 by Colin Chow · 14 years ago
  48. 21ef1a3 Refine gbb_utility for better maintainance by Hung-Te Lin · 14 years ago
  49. b8976b6 Remove load_kernel from build by Randall Spangler · 14 years ago
  50. 40226c0 Put gpt.h back by Randall Spangler · 14 years ago
  51. 3dcf9dc Much rearranging of cgptlib. Passes all its (new) unit tests. by Randall Spangler · 14 years ago
  52. 5374a06 Add cgpt utility to installable binaries. by Bill Richardson · 14 years ago
  53. e6cf857 cgpt supports dev and add/delete/modify commands. by Louis Yung-Chieh Lo · 14 years ago
  54. 67660cd Add --subkey_in and --subkey_out options to firmware signing utility. by Gaurav Shah · 14 years ago
  55. 6bcaa10 Change to the new prototype/name for Get/WriteStoredVersions(). by Gaurav Shah · 14 years ago
  56. f666780 Add --subkey_in option to kernel signing utility. by Gaurav Shah · 14 years ago
  57. 2a9c66c Cleanup option parsing for firmware signing utility. by Gaurav Shah · 14 years ago
  58. 52a8d2d Add recovery mode protection to new NVRAM locking scheme. by Luigi Semenzato · 14 years ago
  59. 262668f Added gbb_utility (tool for Google Binary Block) by Hung-Te Lin · 14 years ago
  60. 3c6f7a0 Better error messages, allow larger-than-needed input when reading. by Bill Richardson · 14 years ago
  61. 0ff6fea Initial LoadKernel() implementation. by Randall Spangler · 14 years ago
  62. 4052c3e random cleanup by Bill Richardson · 14 years ago
  63. 82e0860 need to chmod binaries by Bill Richardson · 14 years ago
  64. a9f17aa VerifyKernelHeader() fills a KernelImage* by Randall Spangler · 14 years ago
  65. ded1cec Add missing TPM constant and fix test code. by Luigi Semenzato · 14 years ago
  66. 371df8b Add install target to put utilities into chroot (in /opt/bin/) by Bill Richardson · 14 years ago
  67. 596b640 New anti-rollback strategy (no TPM NVRAM write cycles for locking). by Luigi Semenzato · 14 years ago
  68. b85b06b Add a --subkey switch to kernel signing utility. by Gaurav Shah · 14 years ago
  69. d6ff721 StatefulMem* functions should be library functions. by Bill Richardson · 14 years ago
  70. f5db4b8 Modifying the kernel_utility tool to create our magic blob. by Bill Richardson · 14 years ago
  71. 3003c1d Moved cgptlib into vboot_firmware Moved cgptlib tests into tests by Randall Spangler · 14 years ago
  72. 418ad3b complete 'cgpt show' and refactor for incoming commands. by Louis Yung-Chieh Lo · 14 years ago
  73. bcd8f4a Make kernel signature a part of the kernel preamble. by Gaurav Shah · 14 years ago
  74. 5fe021b Rebaseline linktest with new/modified kernel verification API functions. by Gaurav Shah · 14 years ago
  75. bf7615b Change kernel vboot header layout and add support for separate header verification. by Gaurav Shah · 14 years ago
  76. 0b8f35c Rearrange vboot_reference directories to isolate external components. by Bill Richardson · 14 years ago
  77. a455867 Expose GptData.current_kernel as an output of GptNextKernelEntry() by Randall Spangler · 14 years ago
  78. 93b09e5 Code cleanup. by Bill Richardson · 14 years ago
  79. 590d10b Added struct members for bootloader offset/size. by Randall Spangler · 14 years ago
  80. 102bfba Load kernel APIs added (once more, from the correct repo) by Randall Spangler · 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. 0dce41c rename cgpt files with cgptlib prefix (to avoid conflicts to cgpt utility) by Louis Yung-Chieh Lo · 14 years ago
  84. b17db3c cgpt supports GptNextKernelEntry() and GptUpdateKernelEntry() by Louis Yung-Chieh Lo · 14 years ago
  85. 49fa8e5 Add more test cases for GptInit() and fixed some bugs by Louis Yung-Chieh Lo · 14 years ago
  86. bd52fc7 VBoot Reference: Make kernel_config a 4K byte block, and move it after the verified boot block. by Gaurav Shah · 14 years ago
  87. 887e3d4 Vboot Reference: Remove dependency on TrouSers by not including tss/tcs.h by Gaurav Shah · 14 years ago
  88. 2480a18 Vboot Reference: Make kernel signing utility more flexible. by Gaurav Shah · 14 years ago
  89. 37f6b55 Add helper functions and files for gpt tests. by Louis Yung-Chieh Lo · 14 years ago
  90. 4bbf21e A simple test infrastructure -- idea stolen from Gaurav. by Louis Yung-Chieh Lo · 14 years ago
  91. e1a25ab cgptlib stub for verified boot development. by Louis Yung-Chieh Lo · 14 years ago
  92. 065d360 Fix bug in GetLogicalFirmwareVersion(). by Gaurav Shah · 14 years ago
  93. 0265882 Change VerifyFirmware() to take separate pointers to firmware verification header and firmware data. by Gaurav Shah · 14 years ago
  94. 65127cc Add a --vblock option to firmware_utility to only output the verification block. by Gaurav Shah · 14 years ago
  95. c768647 Remove big_[firmware|kernel]_tests from the script used in the autotest. by Gaurav Shah · 14 years ago
  96. f3dd1a6 VBoot Reference: Output debug information using debug() instead of fprintf(). by Gaurav Shah · 14 years ago
  97. ef7510f Updated README by Gaurav Shah · 14 years ago
  98. fc70d72 VBoot Reference: Refactoring Part 3 by Gaurav Shah · 14 years ago
  99. 5411c7a combined patch for: by Gaurav Shah · 14 years ago
  100. 21c3f7f Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries" by David Garcia · 14 years ago