1. 9619112 Vboot wrapper - add recovery reason, refactor timing by Randall Spangler · 13 years ago
  2. 1b1998d Vboot wrapper initial implementation by Randall Spangler · 13 years ago
  3. e49e8af Port vboot_reference to use new wrapper API utility functions by Randall Spangler · 13 years ago
  4. cfd841d Revert "Verified boot wrapper - replace utility functions" by Randall Spangler · 13 years ago
  5. f8c6549 Verified boot wrapper - replace utility functions by Randall Spangler · 13 years ago
  6. a7b9481 Revert "Verified boot wrapper - replace utility functions" by mukesh agrawal · 13 years ago
  7. bd81b3a Verified boot wrapper - replace utility functions by Randall Spangler · 13 years ago
  8. c90e7e8 Fix indentation; no code change. by Randall Spangler · 13 years ago
  9. 700fc49 Do not advance kernel version in TPM if we are in firmware B trying a new firmware by Randall Spangler · 13 years ago
  10. cabe6b3 Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfy by Randall Spangler · 14 years ago
  11. 17c7126 Add VbSharedData debug output to LoadKernel() by Randall Spangler · 14 years ago
  12. 5ac39bf Add TPM version checking by Randall Spangler · 14 years ago
  13. ad6824b Added timing data to VbSharedData. by Randall Spangler · 14 years ago
  14. 0222355 Fix LoadKernel() not returning LOAD_KERNEL_RECOVERY by Randall Spangler · 14 years ago
  15. 55db6a6 only update tpm if version if not default value by Stefan Reinauer · 14 years ago
  16. 99ca346 LoadFirmware() and LoadKernel() handling for test errors by Randall Spangler · 14 years ago
  17. 95c4031 This is necessary to pass additional information about whether firmware A or B is being run. This change also passes the GBB directly into LoadFirmware() and LoadKernel(). by Randall Spangler · 14 years ago
  18. c324fbf Only advance kernel version when the booted partition has a valid key block by Randall Spangler · 14 years ago
  19. 8478ece Fix missing brackets by Randall Spangler · 14 years ago
  20. 640fb51 Reapply patch from http://codereview.chromium.org/6594092/ by Randall Spangler · 14 years ago
  21. a8e0f94 Support dev vs consumer firmware in vboot_reference by Randall Spangler · 14 years ago
  22. 6078ca3 Add profile macro calls by Randall Spangler · 14 years ago
  23. 77ae389 fix clearing kernel attributes by Randall Spangler · 14 years ago
  24. 60563ee Always treat invalid images as nonexistant now. by Bill Richardson · 14 years ago
  25. 741d2b2 Fix LoadKernel() failing to update GPT flags. by Randall Spangler · 14 years ago
  26. 4bb5e4b Security fixes for LoadKernel() by Randall Spangler · 14 years ago
  27. 138acfe Fix KeyBlockVerify() to take an explicit param for whether to use hash only. by Randall Spangler · 14 years ago
  28. 6668028 Change rollback interface so kernel/firmware version numbers are by Randall Spangler · 14 years ago
  29. 63dffcb Enable TPM in developer mode again. by Randall Spangler · 14 years ago
  30. 5deb67f Make LoadKernel() pass back the kernel partition's UniqueGuid. by Bill Richardson · 14 years ago
  31. e272940 Fix load_kernel_test, add check to LoadKernel to detect bad args. by Bill Richardson · 14 years ago
  32. ae029d9 Fix checking boot flags in developer mode. by Randall Spangler · 14 years ago
  33. 87c13d8 Added size param to VerifyData() by Randall Spangler · 14 years ago
  34. 3e1081f Add lots of debugging to TPM library. by Randall Spangler · 14 years ago
  35. 7a786b7 added reboot return codes to load kernel and firmware by Randall Spangler · 14 years ago
  36. c4a011a TBR: wfrichar by Randall Spangler · 14 years ago
  37. 3ecaf77 Make vboot_reference build in MSVC command line environment. by vbendeb · 14 years ago
  38. d6aad3a Ignore TPM return codes in recovery mode by Randall Spangler · 14 years ago
  39. e2ec984 Add VBDEBUG macro for debug output. by Randall Spangler · 14 years ago
  40. 1078838 Refactor rollback interface for LoadKernel(), LoadFirmware(). by Randall Spangler · 14 years ago
  41. b9d60a5 Even more integration fixes. by Randall Spangler · 14 years ago
  42. 81d0996 Assorted integration fixes. by Randall Spangler · 14 years ago
  43. beb5bae Fixes to compiler warnings in MSVC by Randall Spangler · 14 years ago
  44. 620c38c Remove unused files, and tidy the directory structure of the remaining ones. by Randall Spangler · 14 years ago[Renamed from vboot_firmware/lib/vboot_kernel.c]
  45. f302905 Move all system includes in vboot_firmware to sysincludes.h by Randall Spangler · 14 years ago
  46. bd529f0 Move old vkernel code out of vboot_firmware. by Randall Spangler · 14 years ago
  47. 695cd16 Add load_kernel2_test Add debug messages to LoadKernel2() by Randall Spangler · 14 years ago
  48. 83c88cf More cleanup by Randall Spangler · 14 years ago
  49. 729b872 Clean up of key block functions by Randall Spangler · 14 years ago
  50. d183644 Major refactoring of structures, with unit tests. This matches the doc I sent out earlier. by Randall Spangler · 14 years ago