summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* create_new_keys: add a proper main funcMike Frysinger2015-02-231-61/+95
* futility: show .vbprivk filesBill Richardson2015-02-236-4/+53
* Restore lost dependenciesBill Richardson2015-02-231-0/+2
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-236-8/+41
* vboot2: Add sd->fw_version_secdata field to communicate to crossystemJulius Werner2015-02-236-32/+21
* add vb2api_get_pcr_digestDaisuke Nojiri2015-02-239-2/+198
* futility: refactor file type detection into new filesBill Richardson2015-02-2311-184/+356
* crossystem: Add fw_prev_tried and fw_prev_result to output valuesJulius Werner2015-02-231-0/+2
* sign_official_build.sh should work without dev-firmware keysBill Richardson2015-02-231-0/+6
* Don't include lib20 files in xrefsBill Richardson2015-02-231-0/+2
* lib21: Close the open file when finished using itBill Richardson2015-02-231-1/+3
* Rename Makefile's fwlib2 target to fwlib20.Bill Richardson2015-02-232-37/+64
* sign_official_build: Support old images without kernel in partition 4.Hung-Te Lin2015-02-231-6/+25
* sign_official_buid: Fix "incorrect rootfs hash" when image has no firmware up...Hung-Te Lin2015-02-231-3/+6
* futility: extract vb2_verify_fw to an external testBill Richardson2015-02-233-14/+6
* vboot2: Add stub implementation for vb2ex_printf()Bill Richardson2015-02-231-0/+15
* futility: vbutil_kernel should check the kernel a bit moreBill Richardson2015-02-231-0/+6
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-02-2320-35/+69
* cgpt_wrapper: Fix non-zero return code when okayNam T. Nguyen2015-02-231-3/+4
* cgptlib: Add functions to cgptlib APIFurquan Shaikh2015-02-234-17/+136
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-02-2311-18/+318
* futility: remove obsolete dev_sign_file commandBill Richardson2015-02-234-405/+1
* futility: extract verify_kernel command to an external testBill Richardson2015-02-233-9/+5
* futility: update the vbutil_kernel implementationBill Richardson2015-02-233-977/+2
* cgpt: Close stdout on exec'ing flashromNam T. Nguyen2015-02-231-2/+10
* cgpt_wrapper: Resolve the path to "cgpt" commandNam T. Nguyen2015-02-231-0/+17
* cgpt_wrapper: Only write rw_gpt back if changedNam T. Nguyen2015-02-231-2/+12
* cgpt: Enable fast-verify when writing back to NORNam T. Nguyen2015-02-231-2/+2
* cgpt: Properly show ChromeOS-scheme MTD partitionsNam T. Nguyen2015-02-232-4/+32
* futility: prevent segfault for "futility help version"Bill Richardson2015-02-231-1/+2
* Add cgpt_wrapper binary to transparently support NANDNam T. Nguyen2015-02-235-5/+508
* image_signing: work around shar invocation changingMike Frysinger2015-02-231-0/+4
* use ${} with make vars instead of $()Mike Frysinger2015-02-231-38/+38
* integrate support for static buildsMike Frysinger2015-02-231-1/+10
* futility: Change find_fmap() to search larger alignments firstJulius Werner2015-02-231-12/+28
* vboot2: Split NV storage field defintions into their own headerRandall Spangler2015-01-143-56/+69
* vboot: Handle GBB_FLAG_DISABLE_LID_SHUTDOWNShawn Nematbakhsh2014-12-292-7/+35
* cgpt: Rework number of entries calculationNam T. Nguyen2014-12-292-11/+27
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-298-38/+105
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-298-48/+89
* vboot: Move IsEntryUnused to gpt_miscDan Ehrenberg2014-12-295-11/+17
* vboot: GPT interface cleanupDan Ehrenberg2014-12-2910-123/+130
* Allow /etc/defaults/vboot_reference to customise some utilitiesBill Richardson2014-12-292-18/+58
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-2929-505/+469
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-2926-1502/+1716
* vboot2: Add official API header fileRandall Spangler2014-12-291-0/+30
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-293-31/+61
* futility: return the correct size of kernel blob within partitionBill Richardson2014-12-292-42/+159
* futility: fix segfault when displaying truncated kernelsBill Richardson2014-12-292-2/+24
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-2926-1176/+1365