summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot2: secdata: Check struct_version on initializationfirmware-storm-6315.BJulius Werner2015-06-023-2/+10
* enable USB boot on transition to dev on some devicesVadim Bendebury2015-04-072-0/+12
* futility: fix compilation errorVadim Bendebury2015-03-241-1/+1
* Disable dev mode on recovery, when configured.Vadim Bendebury2015-03-232-0/+11
* presubmit: enable branch checkMike Frysinger2015-03-231-0/+1
* futility: Let each command provide its own helpBill Richardson2015-03-2315-94/+172
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-2314-76/+73
* vboot: allow firmware to signal a wipeout requestVadim Bendebury2015-03-239-1/+27
* avoid git statusMike Frysinger2015-03-231-2/+0
* TestBmpBlock: use real tempdirs instead of $PWDMike Frysinger2015-03-231-76/+64
* vb21 tests: use the build dir for temp filesMike Frysinger2015-03-234-19/+45
* split -Werror out into a dedicated varMike Frysinger2015-03-231-1/+2
* futility: add tests for futil_file_type(), correctly this timeBill Richardson2015-03-239-3/+112
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-238-26/+25
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-238-25/+26
* Revert "futility: add tests for futil_file_type()"Prathmesh Prabhu2015-03-239-103/+0
* futility: add tests for futil_file_type()Bill Richardson2015-03-239-0/+103
* futility: Make --debug a global optionBill Richardson2015-03-238-26/+25
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-2322-169/+156
* vb21: Replace the key GUID with a sha1sum insteadBill Richardson2015-03-237-134/+122
* cleanup: Fix some typos in commentsBill Richardson2015-03-2310-16/+16
* futility: show some information about .pem filesBill Richardson2015-03-236-2/+86
* futility: show sha1sums for private keys tooBill Richardson2015-03-235-4/+72
* futility: Display public and private keys for both formatsBill Richardson2015-03-239-10/+157
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-2317-50/+879
* make_dev_ssd: Allow smaller kernel partition.Hung-Te Lin2015-03-231-1/+1
* futility: Add global args to specify vboot API and formatBill Richardson2015-03-2315-47/+157
* Do not litter the source directory with build artifactsBill Richardson2015-03-231-2/+2
* Fix some Makefile dependencies for parallel testsBill Richardson2015-03-231-2/+2
* Remove duplicated linker flagAnatol Pomazau2015-03-231-1/+0
* cgpt_wrapper: Print error if execv() fails.Alex Deymo2015-03-231-1/+5
* vboot2: add library function for extracting vmlinuz from kernel partZach Reizner2015-03-233-1/+86
* vboot2: Introduce vb2ex_hwcrypto APIJulius Werner2015-03-2314-53/+326
* vboot_reference: Support MTD devices in dump_kernel_configNam T. Nguyen2015-02-232-0/+42
* Use /usr/bin/python2 in shebangsAnatol Pomazau2015-02-231-1/+1
* vboot_reference: Install vboot_host.pc fileNam T. Nguyen2015-02-232-1/+32
* vboot_reference: Remove mmap() in dump_kernel_configNam T. Nguyen2015-02-231-62/+79
* kernel flags: Pass back kernel premable flags in kparamsFurquan Shaikh2015-02-234-0/+9
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-2313-13/+89
* initial Android.mkDavid Riley2015-02-231-0/+179
* vboot2: Add more precise recovery reasons to firmware verificationJulius Werner2015-02-234-28/+55
* Changes to compile signing tools on darwinDavid Riley2015-02-239-4/+39
* Add LINUX_FS_GUID to list of GUIDs.Furquan Shaikh2015-02-231-0/+2
* vboot1: Add vboot2 recovery reason strings and subcode to TAB displayJulius Werner2015-02-232-1/+24
* crossystem: read recovery switch status from chromeos_arm deviceKen Chang2015-02-231-0/+5
* Check the correct length of the GPT header signatureBill Richardson2015-02-231-9/+12
* vboot2: Fail vb2_secdata_(get|set) when secdata was not initializedJulius Werner2015-02-233-16/+26
* keygeneration: fix typos in previous commitMike Frysinger2015-02-231-9/+9
* create_new_keys: add options for generating 4k keysMike Frysinger2015-02-232-28/+59
* vboot_reference: fix pointer issue in vmlinuz recontructionShelley Chen2015-02-231-11/+21