summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable dev mode on recovery, when configured.stabilize-6912.Bstabilize-6909.BVadim Bendebury2015-03-232-0/+11
* vboot_reference: crossystem: add the "tpm_attack" commandLuigi Semenzato2015-03-212-4/+26
* futility: Split help for "sign" command into partsBill Richardson2015-03-206-74/+173
* Add sanity check for dev_boot_signed_onlyChirantan Ekbote2015-03-191-1/+28
* presubmit: enable branch checkMike Frysinger2015-03-181-0/+1
* futility: Let each command provide its own helpBill Richardson2015-03-1815-94/+172
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-1814-76/+73
* vboot: allow firmware to signal a wipeout requestVadim Bendebury2015-03-139-1/+27
* avoid git statusMike Frysinger2015-03-131-2/+0
* TestBmpBlock: use real tempdirs instead of $PWDMike Frysinger2015-03-131-76/+64
* vb21 tests: use the build dir for temp filesMike Frysinger2015-03-134-19/+45
* split -Werror out into a dedicated varMike Frysinger2015-03-131-1/+2
* futility: add tests for futil_file_type(), correctly this timeBill Richardson2015-03-129-3/+112
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-128-26/+25
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-128-25/+26
* Revert "futility: add tests for futil_file_type()"Prathmesh Prabhu2015-03-129-103/+0
* futility: add tests for futil_file_type()Bill Richardson2015-03-119-0/+103
* futility: Make --debug a global optionBill Richardson2015-03-118-26/+25
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-1022-169/+156
* vb21: Replace the key GUID with a sha1sum insteadBill Richardson2015-03-107-134/+122
* cleanup: Fix some typos in commentsBill Richardson2015-03-1010-16/+16
* futility: show some information about .pem filesBill Richardson2015-03-106-2/+86
* futility: show sha1sums for private keys tooBill Richardson2015-03-105-4/+72
* futility: Display public and private keys for both formatsBill Richardson2015-03-109-10/+157
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-1017-50/+879
* make_dev_ssd: Allow smaller kernel partition.Hung-Te Lin2015-03-031-1/+1
* futility: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-2815-47/+157
* Do not litter the source directory with build artifactsBill Richardson2015-02-281-2/+2
* Fix some Makefile dependencies for parallel testsBill Richardson2015-02-271-2/+2
* Remove duplicated linker flagAnatol Pomazau2015-02-251-1/+0
* cgpt_wrapper: Print error if execv() fails.Alex Deymo2015-02-231-1/+5
* vboot2: add library function for extracting vmlinuz from kernel partZach Reizner2015-02-233-1/+86
* vboot_reference: Support MTD devices in dump_kernel_configstabilize-js-6812.26.Bstabilize-js-6812.25.Bstabilize-js-6812.21.Bstabilize-6812.83.Bstabilize-6812.75.Bstabilize-6812.41.Bstabilize-6812.34.Bstabilize-6812.29.Bstabilize-6812.15.Bstabilize-6812.14.Bstabilize-6812.13.Brelease-R42-6812.Bfactory-ryu-6486.14.BNam T. Nguyen2015-02-192-0/+42
* Use /usr/bin/python2 in shebangsAnatol Pomazau2015-02-191-1/+1
* vboot_reference: Install vboot_host.pc fileNam T. Nguyen2015-02-192-1/+32
* vboot_reference: Remove mmap() in dump_kernel_configNam T. Nguyen2015-02-171-62/+79
* kernel flags: Pass back kernel premable flags in kparamsFurquan Shaikh2015-02-124-0/+9
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-1213-13/+89
* initial Android.mkDavid Riley2015-02-121-0/+179
* vboot2: Add more precise recovery reasons to firmware verificationstabilize-6783.BJulius Werner2015-02-124-28/+55
* Changes to compile signing tools on darwinDavid Riley2015-02-119-4/+39
* Add LINUX_FS_GUID to list of GUIDs.Furquan Shaikh2015-02-111-0/+2
* vboot1: Add vboot2 recovery reason strings and subcode to TAB displayJulius Werner2015-02-112-1/+24
* crossystem: read recovery switch status from chromeos_arm deviceKen Chang2015-02-101-0/+5
* Check the correct length of the GPT header signaturestabilize-6771.Bfactory-auron-6772.BBill Richardson2015-02-091-9/+12
* vboot2: Fail vb2_secdata_(get|set) when secdata was not initializedJulius Werner2015-02-043-16/+26
* keygeneration: fix typos in previous commitMike Frysinger2015-02-031-9/+9
* create_new_keys: add options for generating 4k keysMike Frysinger2015-02-032-28/+59
* vboot_reference: fix pointer issue in vmlinuz recontructionShelley Chen2015-02-031-11/+21
* create_new_keys: add a proper main funcstabilize-6752.BMike Frysinger2015-02-031-61/+95