1. 695cd16 Add load_kernel2_test Add debug messages to LoadKernel2() by Randall Spangler · 14 years ago
  2. e995895 Explicitly pack vboot_struct structures, since they're going on disk. by Randall Spangler · 14 years ago
  3. 962483c This fixes the EFI BIOS boot problems introduced with cgpt. by Bill Richardson · 14 years ago
  4. a55e5ca Refactor LoadFirmware() to avoid global variables, which don't work when running out of ROM by Randall Spangler · 14 years ago
  5. 39ed88e Implemented pipelined hash calculation in LoadFirmware() by Randall Spangler · 14 years ago
  6. 63ca39c Add ForceClear also on dev->normal transitions. Fix wrong API description. by Luigi Semenzato · 14 years ago
  7. 3847653 Fixed VerifyFirmwarePreamble to check for a valid signing algorithm by Axel Hansen · 14 years ago
  8. 2666f10 Fix normal/recovery mode, and RO firmware vs. RW firmware behavior. by Luigi Semenzato · 14 years ago
  9. 70e9509 Rework the vboot_reference make system. by vbendeb · 14 years ago
  10. 83c88cf More cleanup by Randall Spangler · 14 years ago
  11. 729b872 Clean up of key block functions by Randall Spangler · 14 years ago
  12. f1372d9 Nearly complete rewrite of cgpt tool. by Bill Richardson · 14 years ago
  13. d55c645 Utility to pack public key, version, algorithm into a single file in VbPublicKey format by Randall Spangler · 14 years ago
  14. 4f11c36 Protect the kernel version space from redefinition. by Luigi Semenzato · 14 years ago
  15. d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 14 years ago
  16. 59204c5 Import recent tpm_lite changes that make all TPM commands return a status. by Luigi Semenzato · 14 years ago
  17. 4a7a9e3 Uses TPM return codes. by Randall Spangler · 14 years ago
  18. 57c08f6 add load firmware stub by Randall Spangler · 14 years ago
  19. 7202eae Add dummy implementation of LoadFirmware(); currently a wrapper around the old implementation. by Randall Spangler · 14 years ago
  20. a319ac9 Added LoadFirmware() API by Randall Spangler · 14 years ago
  21. c1a9f4d Added recovery-mode return code to LoadKernel() by Randall Spangler · 14 years ago
  22. e414b08 Move tlcl stub implementation to stub subdir. by Randall Spangler · 14 years ago
  23. 0a48681 Implement strategy for 64-write limit with unowned TPM. by Luigi Semenzato · 14 years ago
  24. 77d26e5 Enable attributes to display and set properly. by Bill Richardson · 14 years ago
  25. 31066a4 Ignore the AlternateLBA field in the GPT headers. by Bill Richardson · 14 years ago
  26. 08dc5f3 Add 'recovery_key' in Google Binary Block (GBB) utility by Hung-Te Lin · 14 years ago
  27. 96ee63b Explicitly list dependency files instead of searching for them. by Bill Richardson · 14 years ago
  28. 9592919 Add a kernel subkey signing algorithm key and algorithm fields to firmware preamble. by Gaurav Shah · 14 years ago
  29. 58efd70 Turn off debug printf in LoadKernel() by Randall Spangler · 14 years ago
  30. 19d1313 fixed VerifyKernelHeader by Randall Spangler · 14 years ago
  31. d4f13e3 Remove obsolete VerifyKernelDriver() and associated data structures. by Gaurav Shah · 14 years ago
  32. 40226c0 Put gpt.h back by Randall Spangler · 14 years ago
  33. 3dcf9dc Much rearranging of cgptlib. Passes all its (new) unit tests. by Randall Spangler · 14 years ago
  34. e6cf857 cgpt supports dev and add/delete/modify commands. by Louis Yung-Chieh Lo · 14 years ago
  35. 6bcaa10 Change to the new prototype/name for Get/WriteStoredVersions(). by Gaurav Shah · 14 years ago
  36. 52a8d2d Add recovery mode protection to new NVRAM locking scheme. by Luigi Semenzato · 14 years ago
  37. 262668f Added gbb_utility (tool for Google Binary Block) by Hung-Te Lin · 14 years ago
  38. 0ff6fea Initial LoadKernel() implementation. by Randall Spangler · 14 years ago
  39. a9f17aa VerifyKernelHeader() fills a KernelImage* by Randall Spangler · 14 years ago
  40. ded1cec Add missing TPM constant and fix test code. by Luigi Semenzato · 14 years ago
  41. 596b640 New anti-rollback strategy (no TPM NVRAM write cycles for locking). by Luigi Semenzato · 14 years ago
  42. d6ff721 StatefulMem* functions should be library functions. by Bill Richardson · 14 years ago
  43. f5db4b8 Modifying the kernel_utility tool to create our magic blob. by Bill Richardson · 14 years ago
  44. 3003c1d Moved cgptlib into vboot_firmware Moved cgptlib tests into tests by Randall Spangler · 14 years ago
  45. bcd8f4a Make kernel signature a part of the kernel preamble. by Gaurav Shah · 14 years ago
  46. 5fe021b Rebaseline linktest with new/modified kernel verification API functions. by Gaurav Shah · 14 years ago
  47. bf7615b Change kernel vboot header layout and add support for separate header verification. by Gaurav Shah · 14 years ago
  48. 0b8f35c Rearrange vboot_reference directories to isolate external components. by Bill Richardson · 14 years ago