summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* create_new_keys.sh uses key versions file0.12.433.B620.12.433.B1090.12.433.BRandall Spangler2011-05-171-5/+21
* Add more specific recovery reasons for RW firmware invalid (with fix)Randall Spangler2011-05-172-0/+17
* Change GBB bmpblock to version 1.1, supporting direct HWID rendering.Bill Richardson2011-05-1713-658/+2183
* Build EFI compression utilities on hostBill Richardson2011-05-173-1/+284
* Cherry-pick into R12 - Check whether key block and preamble fit in padding.Randall Spangler2011-05-131-8/+18
* Add --minversion option to vbutil_kernel to check for rollback.Randall Spangler2011-05-131-3/+28
* make_dev_ssd: more sanity checks (merge from ToT to R12)Hung-Te Lin2011-04-271-33/+133
* Update firmware section namesChe-Liang Chiou2011-04-211-5/+5
* Add option to bitmap_viewer to save all snapshots at once.Bill Richardson2011-04-201-0/+13
* Adding bitmaps that can't be generated by ImageMagickBill Richardson2011-04-20183-70/+2439
* Alphabetize crossystem variablesRandall Spangler2011-04-201-30/+26
* Process case of corrupted firmware explicitly.Vadim Bendebury2011-04-191-0/+1
* Fix stupid typo in informational message.Bill Richardson2011-04-191-1/+1
* Do not advance kernel version in TPM if we are in firmware B trying a new fir...Randall Spangler2011-04-171-7/+6
* vboot_reference: check developer firmware before running make_dev_ssdHung-Te Lin2011-04-151-1/+36
* Put the final output of dev_debug_vboot under /var/log/Bill Richardson2011-04-121-7/+4
* make_dev_ssd.sh: support updating legacy boot partitionsHung-Te Lin2011-04-131-0/+24
* Add a script to increment kernel subkey and data key.Gaurav Shah2011-04-124-22/+127
* Add crossystem loc_idxRandall Spangler2011-04-122-0/+5
* Add Mario support for fwupdate_triesRandall Spangler2011-04-111-0/+34
* Add default arch to fix compiling outside emakeRandall Spangler2011-04-111-0/+5
* Add the latest localized text strings, update scripts to support them.0.12.392.BBill Richardson2011-04-11601-380/+1064
* Address symlink attack on dev_debug_vboot.Bill Richardson2011-04-081-18/+23
* Add a script to arbitrarily change channels on imageGaurav Shah2011-04-081-0/+40
* Add --all option to crossystem to print normally-hidden fieldsRandall Spangler2011-04-081-5/+10
* Change description of fwupdate_triesRandall Spangler2011-04-081-1/+2
* Add crossystem fwupdate_tries and fix nv storage writesRandall Spangler2011-04-082-1/+18
* Add crossystem arch (reports x86 or arm, depending on platform)Randall Spangler2011-04-083-2/+7
* Add dummy crossystem_arch implementation for amd64 (host)Randall Spangler2011-04-071-0/+57
* Refactor crossystem to move x86-specific implementation to its own file.Randall Spangler2011-04-077-604/+893
* Add EntryWiped to pack_firmware_imageChe-Liang Chiou2011-04-071-0/+23
* vboot_reference: allow using recovery_key in make_dev_ssd.Hung-Te Lin2011-04-071-3/+11
* Fail verification if the rootfs hash is empty.Gaurav Shah2011-04-051-0/+5
* Fix vboot_reference-firmware linking errorGaurav Shah2011-04-042-0/+2
* Make SHA256 and SHA512 handle >UINT32_MAX data correctly (now with fix for AR...Gaurav Shah2011-04-043-22/+54
* Fix preamble range checks0.12.362.BRandall Spangler2011-04-011-6/+6
* Fix duplicate -I's harmless under gcc but which break bunny-gccJim Hebert2011-03-311-17/+17
* vboot_reference: remove trailing newline/space for make_dev_ssdHung-Te Lin2011-03-301-1/+1
* Revert "Make SHA256_update and SHA512_update if the passed in length is great...David James2011-03-292-50/+22
* Make SHA256_update and SHA512_update if the passed in length is greater than ...Gaurav Shah2011-03-292-22/+50
* Add additional checks for size greater than header size.Randall Spangler2011-03-251-0/+12
* Fix not checking hashed data sizeRandall Spangler2011-03-251-0/+7
* Use uint64_t and avoid down casting as much as possible.Gaurav Shah2011-03-254-16/+16
* vboot_reference: fix make_dev_firmware failureHung-Te Lin2011-03-241-0/+4
* Revert "Revert "Add --kloadaddr option to utilities""Che-Liang Chiou2011-03-222-25/+94
* Add a blank screen value into screen index.Tom Wai-Hong Tam2011-03-221-1/+2
* Add error checking for poorly-formed crossystem argsRandall Spangler2011-03-211-5/+19
* Print LoadKernel() debug data from VbSharedDataRandall Spangler2011-03-213-15/+139
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-186-45/+16
* Add VbSharedData debug output to LoadKernel()Randall Spangler2011-03-182-30/+220