1. d4faa06 Partial EC software sync implementation by Randall Spangler · 12 years ago
  2. cc36ff4 Request EC reboot to RO via return code rather than function (vboot portion) by Randall Spangler · 12 years ago
  3. ffb9233 crossystem: Let kernel worry about active_low stuff by Che-Liang Chiou · 12 years ago
  4. 7ec9f71 crossystem: Return error when trying to read GPIO port zero by Che-Liang Chiou · 12 years ago
  5. 88d9375 Ensure that the VGA is enabled/disabled as needed. by Bill Richardson · 12 years ago
  6. 45de9c9 Fix broken tests left from commit dc6b642b by Bill Richardson · 12 years ago
  7. edea097 Revert "Read virtual switch current values correctly" by Che-Liang Chiou · 12 years ago
  8. 053b7b6 Stub out new vboot APIs for EC software sync by Randall Spangler · 12 years ago
  9. b2ac7fb Add EC software sync flag to VbInit() by Randall Spangler · 12 years ago
  10. a5ef4f9 Exporting GPIO if the sysfs node does not exist by Rong Chang · 12 years ago
  11. 7ec5957 Read virtual switch current values correctly by Che-Liang Chiou · 12 years ago
  12. d808a43 crossystem: Add the ddr_type field on crossystem for querying DDR RAM type by Tom Wai-Hong Tam · 12 years ago
  13. dc6b642 Set/clear developer mode flag in VbInit output by Che-Liang Chiou · 12 years ago
  14. 8d47de4 Revert "Expose getter of virtual dev switch value" by Che-Liang Chiou · 12 years ago
  15. 552ae43 Expose getter of virtual dev switch value by Che-Liang Chiou · 12 years ago
  16. 61603e2 vboot_reference: add "set_gbb_flags" script. by Hung-Te Lin · 12 years ago
  17. 17b8224 Add bits to request and acknowledge Option ROM loading. by Bill Richardson · 12 years ago
  18. 66b47ba cgpt: verify the modifications of 'cgpt add' before effected. by Louis Yung-Chieh Lo · 12 years ago
  19. 455b119 cgpt: add -d option for cgpt show by Louis Yung-Chieh Lo · 12 years ago
  20. 58def74 add EXYNOS{4,5} to platform_name tables on arm by Olof Johansson · 12 years ago
  21. 6a31226 mount-encrypted: use minimum mkfs size on migration by Kees Cook · 12 years ago
  22. d7f8f35 respect LDFLAGS settings by Mike Frysinger · 12 years ago
  23. 121f3db respect pkg-config env settings by Mike Frysinger · 12 years ago
  24. 79461cb security test: Add test that verifies that update verification is enabled by Gaurav Shah · 12 years ago
  25. 592567e Remove VbExTrustEC() from vboot, so it can go into BIOS. by Bill Richardson · 12 years ago
  26. acd6f46 Add GBB flags to enable dev mode by default by Randall Spangler · 12 years ago
  27. 3dae228 mount-encrypted: use correct ownership test by Kees Cook · 12 years ago
  28. 8b6da26 tlcl: add GetOwner command by Kees Cook · 12 years ago
  29. c0e3742 Remove unused test fields from VbNvStorage by Randall Spangler · 12 years ago
  30. 71b126b add SetVirtualDevMode stub by Mike Frysinger · 12 years ago
  31. 1efd9e6 add extra param to mocked SetupTPM by Mike Frysinger · 12 years ago
  32. ec8df16 Support virtual dev-switch (keyboard-based dev-mode) by Bill Richardson · 12 years ago
  33. 1d75e69 Check in sources for the default, unofficial BIOS screens by Bill Richardson · 12 years ago
  34. 655cc11 mount-encrypted: allow dynamic root directory by Kees Cook · 12 years ago
  35. 9c783ce Signing scripts: Add firmware signing to sign_official_build.sh by Gaurav Shah · 12 years ago
  36. bb5c49b Modify align_rootfs to use --src_image only. by Don Garrett · 12 years ago
  37. 35d0733 Add DISABLE_DEV_REQUEST flag to nvram. by Bill Richardson · 12 years ago
  38. 6f4cc56 Honor both fake_dev and virtual dev switch by Bill Richardson · 12 years ago
  39. 201fe0b cryptolib: rename SHA* function to avoid openssl collision by Kees Cook · 12 years ago
  40. b75d8ad Use virtual dev-mode switch when told to. by Bill Richardson · 12 years ago
  41. e97760c mount-encrypted: provide umount option for shutdown by Kees Cook · 12 years ago
  42. feac077 Add checksum to TPM RollbackSpace regions for FW and kernel. by Bill Richardson · 12 years ago
  43. f63ab21 vboot_reference: update to newer libbase ver by Mike Frysinger · 12 years ago
  44. d50b27d Switch vboot reference to hardfp by Doug Anderson · 12 years ago
  45. 6fa4e9f Fix build errors with .c and .cc files being in the libcgpt-cc.a by Doug Anderson · 12 years ago
  46. 317e25c Use CHROMEOS_EC macro to cut down compiled size. by Bill Richardson · 12 years ago
  47. fe356f9 Fix potential memory leak in KeyBlockVerify() by Bill Richardson · 12 years ago
  48. 3079538 Separate SHA256 and SHA512 into separate files by Bill Richardson · 12 years ago
  49. ec15b1f Protect ARRAY_SIZE macro from being #defined twice by Bill Richardson · 12 years ago
  50. 7153516 Make vbutil_ec operate on the entire image at once. by Bill Richardson · 12 years ago
  51. 2448d3b Create vbutil_ec tool for signing EC firmware. by Bill Richardson · 12 years ago
  52. f472919 Require -Wall -Werror for everything. by Bill Richardson · 12 years ago
  53. 23429d3 Let cgpt open devices in read-only mode when possible. by Bill Richardson · 12 years ago
  54. 81f704e signer scripts: retry more than once when mounting by Mike Frysinger · 12 years ago
  55. aca0a13 signer scripts: workaround flaky kernels and loop mount failures by Mike Frysinger · 12 years ago
  56. 916cf1e Omit body load address check by Che-Liang Chiou · 12 years ago
  57. fcec9e7 crossystem: introduce a new main firmware type, 'netboot' by Vadim Bendebury · 12 years ago
  58. beb3be1 mount-encrypted: handle migration better by Kees Cook · 12 years ago
  59. dbffddc Adjust the behavior of 'crossystem cros_debug' for recovery mode by J. Richard Barnette · 13 years ago
  60. cd10a96 Create default key.versions file if none exist by Gaurav Shah · 12 years ago
  61. caddf52 signer scripts: use make_temp_dir helper by Mike Frysinger · 12 years ago
  62. db1d5b2 signer scripts: use `sudo` if need be when modifying /etc/lsb-release by Mike Frysinger · 12 years ago
  63. 7437af1 signer scripts: add OWNERS by Mike Frysinger · 12 years ago
  64. d170a9d signer scripts: unmount loop devices without -d arg to umount by Gaurav Shah · 12 years ago
  65. 036922e Read kernel body load address from preamble by default by Che-Liang Chiou · 12 years ago
  66. f9e82e9 mount-encrypted: close TPM when spawning resizer by Kees Cook · 13 years ago
  67. 498977a mount-encrypted: add encrypted mount helper by Kees Cook · 13 years ago
  68. 27f8838 Modify crossystem to recognize Panther Point GPIO controller by Vadim Bendebury · 13 years ago
  69. 72e344d Major refactoring of vbutil_kernel by Bill Richardson · 13 years ago
  70. e62e316 CgptManagerTests: fix linking order by Mike Frysinger · 13 years ago
  71. bde0696 Make vbutil_kernel use correct size when verifying headers. by Bill Richardson · 13 years ago
  72. c8b9ca6 Rename some static struct members in vbutil_kernel. by Bill Richardson · 13 years ago
  73. 075fd17 signer security test: special case dogfood channel for app id check by Gaurav Shah · 13 years ago
  74. c0c4166 convert to SLOT-ed libbase by Mike Frysinger · 13 years ago
  75. d355d9b Add tests/run_preamble_tests.sh and associated data. by Bill Richardson · 13 years ago
  76. e7e8ecd Specify the sections you want dump_fmap to dump, if not all by Bill Richardson · 13 years ago
  77. f0605cb tpm_lite: implement TPM_GetRandom by Kees Cook · 13 years ago
  78. 5ee257d Add new line after printing non-zero GBB flags. by Stefan Reinauer · 13 years ago
  79. 5fac757 Enable building of Cgpt C++ Library for 32-bit. by Jay Srinivasan · 13 years ago
  80. a5e1519 vbutil_what_keys should handle devices too by Bill Richardson · 13 years ago
  81. 250549d Implementation of CgptManager C++ library and unit tests. by Jay Srinivasan · 13 years ago
  82. 2ddd5f6 Add Ctrl-Enter as an additional key to trigger dev USB boot. by Tom Wai-Hong Tam · 13 years ago
  83. ed5fcc0 Rename dump_kernel_config.a to libdump_kernel_config.a. by Don Garrett · 13 years ago
  84. f5b5b4c signer tests: Allow different appids for canary channel images by Gaurav Shah · 13 years ago
  85. 14d982a vbutil_what_keys - any file 8M or less is a BIOS image by Bill Richardson · 13 years ago
  86. 1e063b0 Add Stumpy MP key info to vbutil_what_keys by Bill Richardson · 13 years ago
  87. a058143 Refactor of cgpt tool for 32->64 autoupdate work. by Jay Srinivasan · 13 years ago
  88. ee2e590 Bah. Fix the test, too. by Bill Richardson · 13 years ago
  89. cbfc6db Oops. Must still distinguish "no disks" from "no valid disks". by Bill Richardson · 13 years ago
  90. b5cf3f3 remove.txt no longer mentions USB and SD cards explicitly by Bill Richardson · 13 years ago
  91. 0fc9594 Bundle up the utilities methods used in dump_kernel_config and by Don Garrett · 13 years ago
  92. bf020a0 Make VbTryLoadKernel() go to recovery when no valid disks are found by Bill Richardson · 13 years ago
  93. 5fd3597 Be aggressive in saving locale to nvram. by Bill Richardson · 13 years ago
  94. 506649c Remove debug messages from VbAudioLooping() - too noisy. by Bill Richardson · 13 years ago
  95. 037dba2 Fix audio loop for long-delay keyboard reads. by Bill Richardson · 13 years ago
  96. 885a977 Add a failure check to ReadFdtBlock in ReadFdtPlatformFamily by Bernie Thompson · 13 years ago
  97. 2538187 Acknowledge Ctrl+U faster by Vincent Palatin · 13 years ago
  98. bd00c62 Allow crossystem ReadFdtBlock() to use a direct path starting with '/' by Bernie Thompson · 13 years ago
  99. 82e69b9 Clean up return codes for better interaction with U-Boot. by Bill Richardson · 13 years ago
  100. 68bd613 Fix compile by eliminating unused variable by Sonny Rao · 13 years ago