summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* futility: return the correct size of kernel blob within partitionBill Richardson2014-12-042-42/+159
* futility: fix segfault when displaying truncated kernelsBill Richardson2014-12-042-2/+24
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-0426-1176/+1365
* vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer2014-12-043-15/+6
* vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler2014-12-0414-28/+45
* vboot2: Clean up signing data for unit testsRandall Spangler2014-12-046-141/+48
* Tidy vboot2-specific libraries and testsRandall Spangler2014-12-041-27/+42
* vboot2: Use calloc() in host lib and unit testsRandall Spangler2014-12-037-24/+12
* vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler2014-12-015-0/+255
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-0111-77/+313
* vboot2: Use new hostlib functions in unit testsRandall Spangler2014-12-015-232/+94
* futility: workaround for broken toolchain in static buildsBill Richardson2014-11-302-0/+43
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-2711-32/+642