summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cgpt: Add cgpt legacy parameter to set primary GPT signature to IGNOREMEfactory-veyron-6591.BJulius Werner2016-11-164-156/+234
* cgptlib: Add support for IGNOREME GPT signatureJulius Werner2016-11-167-125/+253
* cgpt: Fully write out primary GPT before starting to write secondaryJulius Werner2016-11-151-16/+26
* 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
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-278-62/+238
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-278-28/+996
* vboot2: Add host library functions to read/write files and objectsRandall Spangler2014-11-278-10/+238
* vboot: Remove FTS codeNam T. Nguyen2014-11-2623-2485/+95
* vboot: Add flag to indicate VbInit is run before option rom loadingfactory-whirlwind-6509.BDuncan Laurie2014-11-212-6/+13
* vboot: Add GBB flag to disable shutdown when lid is closedDuncan Laurie2014-11-201-0/+2
* Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"stabilize-6480.Bfactory-ryu-6486.Bfactory-ryu-6486.1.BJulius Werner2014-11-158-53/+15
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-158-15/+53
* vboot: Fix load_kernel_tests to call the right cgptNam T. Nguyen2014-11-141-3/+5
* vboot2: Add api-level functions to use new data structuresRandall Spangler2014-11-147-6/+433
* vboot2: Split vb2_guid into its own header fileRandall Spangler2014-11-143-32/+44
* vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen2014-11-1424-552/+309
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-146-63/+77
* vboot2: load keyblock and preamble from new-style structsRandall Spangler2014-11-145-0/+638
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-1315-100/+642
* vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler2014-11-125-11/+277
* crossystem: add platform for ipa8064Vadim Bendebury2014-11-101-0/+1
* crossystem: cache vbnv contents to avoid lengthy readsVadim Bendebury2014-11-101-6/+11
* vboot2: Change preamble to contain a list of signaturesrelease-R40-6457.Bfactory-auron-6459.BRandall Spangler2014-11-066-50/+30
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-067-21/+28
* vboot2: add code to verify vb2_keyblock2Randall Spangler2014-11-063-1/+258
* vboot2: add support for verify data / digest using new signature structRandall Spangler2014-11-056-2/+325
* vboot2: add support for new vb2_signature2 structRandall Spangler2014-11-057-1/+255