summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* create_new_keys: add a proper main funcstabilize-6752.BMike Frysinger2015-02-031-61/+95
* futility: show .vbprivk filesBill Richardson2015-02-036-4/+53
* Restore lost dependenciesBill Richardson2015-02-031-0/+2
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-036-8/+41
* vboot2: Add sd->fw_version_secdata field to communicate to crossystemJulius Werner2015-01-316-32/+21
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-319-2/+198
* futility: refactor file type detection into new filesBill Richardson2015-01-3111-184/+356
* crossystem: Add fw_prev_tried and fw_prev_result to output valuesJulius Werner2015-01-311-0/+2
* sign_official_build.sh should work without dev-firmware keysBill Richardson2015-01-311-0/+6
* Don't include lib20 files in xrefsBill Richardson2015-01-311-0/+2
* lib21: Close the open file when finished using itBill Richardson2015-01-311-1/+3
* Rename Makefile's fwlib2 target to fwlib20.Bill Richardson2015-01-292-37/+64
* sign_official_build: Support old images without kernel in partition 4.Hung-Te Lin2015-01-291-6/+25
* sign_official_buid: Fix "incorrect rootfs hash" when image has no firmware up...stabilize-6736.BHung-Te Lin2015-01-281-3/+6
* futility: extract vb2_verify_fw to an external testBill Richardson2015-01-283-14/+6
* vboot2: Add stub implementation for vb2ex_printf()Bill Richardson2015-01-281-0/+13
* futility: vbutil_kernel should check the kernel a bit moreBill Richardson2015-01-281-0/+6
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-2820-35/+68
* cgpt_wrapper: Fix non-zero return code when okayNam T. Nguyen2015-01-271-3/+4
* cgptlib: Add functions to cgptlib APIFurquan Shaikh2015-01-244-17/+136
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-2311-18/+318
* futility: remove obsolete dev_sign_file commandBill Richardson2015-01-224-405/+1
* futility: extract verify_kernel command to an external testBill Richardson2015-01-223-9/+5
* futility: update the vbutil_kernel implementationBill Richardson2015-01-223-977/+2
* cgpt: Close stdout on exec'ing flashromNam T. Nguyen2015-01-221-2/+10
* cgpt_wrapper: Resolve the path to "cgpt" commandNam T. Nguyen2015-01-221-0/+17
* cgpt_wrapper: Only write rw_gpt back if changedNam T. Nguyen2015-01-221-2/+12
* cgpt: Enable fast-verify when writing back to NORNam T. Nguyen2015-01-221-2/+2
* cgpt: Properly show ChromeOS-scheme MTD partitionsNam T. Nguyen2015-01-222-4/+32
* futility: prevent segfault for "futility help version"Bill Richardson2015-01-211-1/+2
* Add cgpt_wrapper binary to transparently support NANDNam T. Nguyen2015-01-175-5/+508
* image_signing: work around shar invocation changingMike Frysinger2015-01-161-0/+4
* use ${} with make vars instead of $()Mike Frysinger2015-01-161-38/+38
* integrate support for static buildsMike Frysinger2015-01-161-1/+10
* futility: Change find_fmap() to search larger alignments firstJulius Werner2015-01-141-12/+28
* vboot2: Split NV storage field defintions into their own headerRandall Spangler2015-01-143-56/+69
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-0614-53/+328
* nand: Allow smaller disks for booting a kernelfactory-samus-6658.BDan Ehrenberg2015-01-061-1/+1
* nand: vboot support for small GPTsDan Ehrenberg2015-01-057-19/+29
* vboot: Handle GBB_FLAG_DISABLE_LID_SHUTDOWNstabilize-6592.BShawn Nematbakhsh2014-12-172-7/+35
* cgpt: Rework number of entries calculationNam T. Nguyen2014-12-162-11/+27
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-158-38/+105
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-128-48/+89
* vboot: Move IsEntryUnused to gpt_miscDan Ehrenberg2014-12-125-11/+17
* vboot: GPT interface cleanupDan Ehrenberg2014-12-1110-123/+130
* Allow /etc/defaults/vboot_reference to customise some utilitiesBill Richardson2014-12-062-18/+58
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-0529-505/+469
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-0426-1502/+1716
* vboot2: Add official API header fileRandall Spangler2014-12-041-0/+30
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-043-31/+61