1. f6af9dd Signer script to add update verification public key to an image by Gaurav Shah · 14 years ago
  2. e73302c Add support for CHNV settings to crossystem. by Randall Spangler · 14 years ago
  3. 00b7d48 Fix issue where params which are sub-strings of other params caused problems e.g. ro and cros_secure by Jim Hebert · 14 years ago
  4. b944534 Add NV storage API to vboot reference by Randall Spangler · 14 years ago
  5. a7209ee Allow yaml file to specify default compression for images by Bill Richardson · 14 years ago
  6. f456e83 Correctly handle reuse of screens in yaml file. by Bill Richardson · 14 years ago
  7. c80fe65 Fix WP polarity on Mario by Randall Spangler · 14 years ago
  8. f82f941 Write images to the bmpblock in the order they appear in the yaml. by Bill Richardson · 14 years ago
  9. 39dfafd Fix tree break due to printf argument type mismatch by Che-Liang Chiou · 14 years ago
  10. 305e9e5 Add load_firmware_test utility program by Che-Liang Chiou · 14 years ago
  11. ee2bc91 Enable LZMA compression in bmpbklk_utility. by Tom Wai-Hong Tam · 14 years ago
  12. 686dd5c Check in sample configs to document how to configure these tests. by Jim Hebert · 14 years ago
  13. 1a4620e Remove .config which was moved to another git by Jim Hebert · 14 years ago
  14. be69c25 Moving user_tools/ to its own git repo. by Bill Richardson · 14 years ago
  15. a8e0f94 Support dev vs consumer firmware in vboot_reference by Randall Spangler · 14 years ago
  16. 61362d6 Enable EFIv1 compression in bmpbklk_utility. by Bill Richardson · 14 years ago
  17. a985ed4 Whitelist RLE compression for ARM in bmpblk_utility by Tom Wai-Hong Tam · 14 years ago
  18. e1649e1 Support new style flashmap labels for firmware signing by Gaurav Shah · 14 years ago
  19. 794d4d4 New commandline args are clearer, and prepare for compression. by Bill Richardson · 14 years ago
  20. 31b206f Change pack_firmware_image::EntryBlob behavior by Che-Liang Chiou · 14 years ago
  21. 0ca3830 Add missing pragma for MSVC. by Bill Richardson · 14 years ago
  22. fc05bb8 Test BMP files more thoroughly to be sure they're valid. by Bill Richardson · 14 years ago
  23. 8e14bc0 Improve error messages from tests. by Luigi Semenzato · 14 years ago
  24. 856e072 Add test framework for bmpblk_utility. by Bill Richardson · 14 years ago
  25. bce044d Remove version.c by Randall Spangler · 14 years ago
  26. 5421866 Initial version of crossystem. by Randall Spangler · 14 years ago
  27. 5ab5a37 Add utility to pad a given hash for PKCS1.5 signatures by Gaurav Shah · 14 years ago
  28. 8ae7b0e Allow signing scripts to (optionally) set the firmware and kernel versions by Gaurav Shah · 14 years ago
  29. d55085d Slight modification to a previously-LGTM'd CL, to work with ebuild changes. by Bill Richardson · 14 years ago
  30. 6b2b81c Add sanity test for /etc/lsb-release file in CrOS images by Jim Hebert · 14 years ago
  31. 387b91f Script to check for blacklisted files as described in chrome-os-partner:1991 by Jim Hebert · 14 years ago
  32. ab96acf On ARM, we need output geometry same as screen size instead of 800x600 and use 8bpp RLE format to encoding BMP. by Tom Wai-Hong Tam · 14 years ago
  33. d7c9e82 Add script to validate kernel params before we sign images by Jim Hebert · 14 years ago
  34. 2536405 Revert for fixing the chromium os build. by Satoru Takabayashi · 14 years ago
  35. 95b0ae0 This change define the data structure of bmp block and implements the create more of bmpblk_utility. It reads a YAML config file, parse the informations, and creates bmpblock file as output. by Tom Wai-Hong Tam · 14 years ago
  36. 34be827 Import firmware compiler flags by Che-Liang Chiou · 14 years ago
  37. 9f1973e Revert "Import firmware compiler flags" by Chris Sosa · 14 years ago
  38. 440ad51 Import firmware compiler flags by Che-Liang Chiou · 14 years ago
  39. 30e7f64 Fix typo in ensure no password script by Gaurav Shah · 14 years ago
  40. 605500b Split common.sh into bash-only and dash-only sections by Gaurav Shah · 14 years ago
  41. f7bdfbb Expose vboot_struct.h to u-boot by Che-Liang Chiou · 14 years ago
  42. a59a029 vboot_reference: add creation of GBB blob to gbb_utility by Hung-Te Lin · 14 years ago
  43. b0310a7 Add firmware image packing tool by Che-Liang Chiou · 14 years ago
  44. 38d3ef7 vboot_reference/make_dev_firmware: check write protection status before making changes by Hung-Te Lin · 14 years ago
  45. e13e480 Fix missing file list variable defintions. by Gaurav Shah · 14 years ago
  46. e37ff5d Check in tofactory script. by Randall Spangler · 14 years ago
  47. ddc06e4 Preserves file system metadata between new build and latest shipping image. by Thieu Le · 14 years ago
  48. 5d9509c vboot TPM stub functions return error codes by Che-Liang Chiou · 14 years ago
  49. 9880ca5 Check for enough room in /tmp, warn about too-small USB drives. by Bill Richardson · 14 years ago
  50. 50a75da Make curl follow redirections. wget already does. by Bill Richardson · 14 years ago
  51. 841c411 Print "model" instead of "HWID" when telling users about available images. by Bill Richardson · 14 years ago
  52. 51b9b83 Accept list of kernels to re-sign, instead of assuming only 2 & 4. by Bill Richardson · 14 years ago
  53. bcafe0c Applied Bill's patch to use the "raw" version of a disk if it's there. by Doug Anderson · 14 years ago
  54. 04d9975 Be less verbose while changing the password. Add a script for checking if password already exists. by Gaurav Shah · 14 years ago
  55. 1615bbf make_dev_ssh.sh should handle image C as well by Bill Richardson · 14 years ago
  56. 2902623 Mention that case is important when prompting before writing. by Bill Richardson · 14 years ago
  57. dd574db Updated documentation to describe config file format. by Bill Richardson · 14 years ago
  58. a4a639e Use latest format config file. by Bill Richardson · 14 years ago
  59. b7cfd6f Fix PRIu64 definition to llu. by Tom Wai-Hong Tam · 14 years ago
  60. 37589d4 A few last-minute tweaks. by Bill Richardson · 14 years ago
  61. e89970b Change-Id: I7d3a6d7d8b6976bcd6dda4fa1737c8d697e7937d by Bill Richardson · 14 years ago
  62. 8a2d9c7 Fix PRIu64 in biosincludes.h by Che-Liang Chiou · 14 years ago
  63. 00a849e Use tr instead of sed to unDOSify the config file, so it works on Macs. by Bill Richardson · 14 years ago
  64. d5b3d9d Allow specifying an alternate config file URL on the commandline. by Bill Richardson · 14 years ago
  65. 82d206f Refactor FETCH and CHECK into functions for easier maintenance. by Bill Richardson · 14 years ago
  66. 99dc586 Initial creation of the end-user recovery tool. by Bill Richardson · 14 years ago
  67. 38ab919 Add --save_config and --set_config options to make_dev_ssd.sh by Randall Spangler · 14 years ago
  68. 527612e Fix return code on verify (should be 0, not 1 on no errors) by Gaurav Shah · 14 years ago
  69. 0a0e8d0 Add firmware build mode to Makefiles by Che-Liang Chiou · 14 years ago
  70. 3430b32 Add 'prioritize' command to cgpt tool. by Bill Richardson · 14 years ago
  71. 5f500b1 Make sign_official_build.sh verify perform an additional rootfs sanity check using e2fsck. by Gaurav Shah · 14 years ago
  72. 44f34b5 Port over ContinueSelfTest() fix from firmware by Randall Spangler · 14 years ago
  73. 500b3c2 Fix for un-initialized code point variable. by Louis Yung-Chieh Lo · 14 years ago
  74. e417185 Revert "The right implementation of CGPT label conversion between UTF8 and UTF16." by Chris Sosa · 14 years ago
  75. 6965cbf The right implementation of CGPT label conversion between UTF8 and UTF16. by Louis Yung-Chieh Lo · 14 years ago
  76. 2b23c02 Fixing the bug of CGPT when primary entry table is invalid. by Louis Yung-Chieh Lo · 14 years ago
  77. fd33716 Move hardware_TPMCheck into third_party/autotest repo. by Luigi Semenzato · 14 years ago
  78. 38e9a08 Include gen_fuzz_test_cases when execting tests. by vbendeb · 14 years ago
  79. 8967860 Fix integration bugs (vboot side) by Che-Liang Chiou · 14 years ago
  80. b5c991b make_dev_ssd: fix --remove_rootfs_verification by Hung-Te Lin · 14 years ago
  81. baa09de sign_official_build install mode should use the installer kernel data key by Gaurav Shah · 14 years ago
  82. e557278 Refuse to change the chronos password if already set unless explicitly asked. by Gaurav Shah · 14 years ago
  83. 4b86514 Produce the correct vvmlinuz_hd.vblock when signing for direct USB. by Bill Richardson · 14 years ago
  84. 64bd77e Add 'usb' option back to sign_official_build.sh script by Bill Richardson · 14 years ago
  85. 0688025 Fix the maximum output size in the call to the external signer. by Gaurav Shah · 14 years ago
  86. d7947a1 Fix signing script to work with new recovery image format. by Gaurav Shah · 14 years ago
  87. 900ce4b Use existing dash vs. underscore convention for scripts. by Luigi Semenzato · 14 years ago
  88. 35a6cb7 Test the tpm recovery script with a real TPM. by Luigi Semenzato · 14 years ago
  89. 4f650a1 Add a few more commands to help debug verified boot. by Bill Richardson · 14 years ago
  90. 551037b Make dumpRSAPublicKey also accept a public key in PEM format by Gaurav Shah · 14 years ago
  91. a98ad7a Add option to dev_debug_vboot to clean up after running by Bill Richardson · 14 years ago
  92. 068fc6f Add support for using external signing application and .pem private key files to vbutil_keyblock. by Gaurav Shah · 14 years ago
  93. 10fce4a Automate bitmap image regeneration. by vbendeb · 14 years ago
  94. ba04b8b Add NVRAM size limit to nano-emulator and add test to recover from NVRAM hog attack. by Luigi Semenzato · 14 years ago
  95. d903cc8 Add resume command to tpmc. by Luigi Semenzato · 14 years ago
  96. 2187cdf Change bitmap scripts for two-color/two-font text labeling. by Bill Richardson · 14 years ago
  97. 9342f88 vbutil_kernel: support exporting a keyblock file during verify by Will Drewry · 14 years ago
  98. 6f9a99b Modify dev_debug_vboot for better usefulness by Bill Richardson · 14 years ago
  99. 3e3704f Script to diagnose and fix TPM problems in recovery mode. by Luigi Semenzato · 14 years ago
  100. f356db4 Recommit a change that got accidently uncommitted. by Bill Richardson · 14 years ago