1. bb5d9f1 Remove kernel backup space by Randall Spangler · 13 years ago
  2. 6668028 Change rollback interface so kernel/firmware version numbers are by Randall Spangler · 13 years ago
  3. 4abede3 Add structs for TPM NV simplification. Now uses only 2 NV spaces, one for firmware and one for kernel. by Randall Spangler · 13 years ago
  4. 63dffcb Enable TPM in developer mode again. by Randall Spangler · 13 years ago
  5. ada3fa9 Misc TPM cleanup by Randall Spangler · 13 years ago
  6. 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 13 years ago
  7. 39f6611 Add tpm lite to vboot reference by Randall Spangler · 13 years ago
  8. 8510d91 Replace TlclDefineSpace with SafeDefineSpace for extra paranoia. by Luigi Semenzato · 13 years ago
  9. 7a786b7 added reboot return codes to load kernel and firmware by Randall Spangler · 13 years ago
  10. 416f681 This test sets the TPM to a each of a large amount of "interesting" initial states, and runs the firmware code at user level. by Luigi Semenzato · 13 years ago
  11. 5e9c0b9 Never set bGlobalLock in recovery/dev mode. Don't try to fix bad kernel space. by Luigi Semenzato · 13 years ago
  12. 2b9ddae New rollback_index API. by Luigi Semenzato · 13 years ago
  13. 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 13 years ago
  14. e2ec984 Add VBDEBUG macro for debug output. by Randall Spangler · 13 years ago
  15. 1078838 Refactor rollback interface for LoadKernel(), LoadFirmware(). by Randall Spangler · 13 years ago
  16. 361049c As mentioned, I discovered ForceClear doesn't really require any reboots. This change takes advantage of this fact. by Luigi Semenzato · 13 years ago
  17. beb5bae Fixes to compiler warnings in MSVC by Randall Spangler · 13 years ago
  18. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 13 years ago[Renamed from vboot_firmware/lib/rollback_index.c]
  19. f302905 Move all system includes in vboot_firmware to sysincludes.h by Randall Spangler · 13 years ago
  20. 63ca39c Add ForceClear also on dev->normal transitions. Fix wrong API description. by Luigi Semenzato · 13 years ago
  21. 2666f10 Fix normal/recovery mode, and RO firmware vs. RW firmware behavior. by Luigi Semenzato · 13 years ago
  22. 4f11c36 Protect the kernel version space from redefinition. by Luigi Semenzato · 13 years ago
  23. 59204c5 Import recent tpm_lite changes that make all TPM commands return a status. by Luigi Semenzato · 13 years ago
  24. 4a7a9e3 Uses TPM return codes. by Randall Spangler · 13 years ago
  25. 0a48681 Implement strategy for 64-write limit with unowned TPM. by Luigi Semenzato · 13 years ago
  26. 52a8d2d Add recovery mode protection to new NVRAM locking scheme. by Luigi Semenzato · 14 years ago
  27. 596b640 New anti-rollback strategy (no TPM NVRAM write cycles for locking). by Luigi Semenzato · 14 years ago
  28. 0b8f35c Rearrange vboot_reference directories to isolate external components. by Bill Richardson · 14 years ago[Renamed from common/rollback_index.c]
  29. 887e3d4 Vboot Reference: Remove dependency on TrouSers by not including tss/tcs.h by Gaurav Shah · 14 years ago
  30. f3dd1a6 VBoot Reference: Output debug information using debug() instead of fprintf(). by Gaurav Shah · 14 years ago
  31. fc70d72 VBoot Reference: Refactoring Part 3 by Gaurav Shah · 14 years ago[Renamed from utils/rollback_index.c]
  32. 7853971 Add another missing header to remove compile time error. by Gaurav Shah · 14 years ago
  33. ce0cc30 VBoot Reference: Add version checking to for preventing rollbacks. by Gaurav Shah · 14 years ago