summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot2: convert structs outside of individual test funcsRandall Spangler2014-11-051-81/+73
* vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structsRandall Spangler2014-11-054-11/+11
* vboot2: use common header size fieldsRandall Spangler2014-11-058-97/+365
* mocked_tpm: Add back missing parenstabilize-6436.BDuncan Laurie2014-11-041-0/+1
* vb2: parse dev mode in phase1Aaron Durbin2014-11-033-32/+35
* make_dev_ssd: support devices using /dev/dm-1 as root device.Hung-Te Lin2014-11-011-1/+1
* vboot2: un-nest data structuresRandall Spangler2014-11-017-111/+89
* vboot2: Add GUIDs for VB2_SIG_NONE signature typesRandall Spangler2014-10-311-3/+16
* vboot: cgpt: Check for NULL entry array.Nam T. Nguyen2014-10-312-0/+26
* Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson2014-10-3110-129/+414
* futility: add version commandBill Richardson2014-10-314-0/+49
* vboot2: Add vb2_unpack_key2() and unit testsfactory-rambi-6420.BRandall Spangler2014-10-2910-3/+341
* vboot2: Add verification for common vb2 struct headerRandall Spangler2014-10-295-11/+115
* cgpt: Separate out certain GPT manipluation functionsstabilize-6415.Bfoo-testDan Ehrenberg2014-10-297-284/+315
* vboot2: Move and rename functionsRandall Spangler2014-10-289-121/+130
* vboot2: use enum signature algorithmRandall Spangler2014-10-289-107/+166
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-2812-62/+91
* vboot2: Log recovery reason and subcode to consoleJulius Werner2014-10-251-2/+6
* vboot2: new data structuresRandall Spangler2014-10-246-31/+474
* vboot2: Fix broken compatiblity check for gbb header 1.1Randall Spangler2014-10-232-7/+10
* vboot2: move verify digest to 2commonRandall Spangler2014-10-228-57/+82
* Add hwid digest field to GBB headerBill Richardson2014-10-2112-14/+132
* crossystem: Add support for multiple gpiochip entriesDuncan Laurie2014-10-201-4/+46
* crossystem: Change ReadFileInt to take an unsigned int pointerDuncan Laurie2014-10-184-92/+122
* vboot2: move vb2_safe_memcmp() from rsa to commonRandall Spangler2014-10-184-32/+45
* cgpt: Validate GPT headers before loading themNam T. Nguyen2014-10-172-21/+60
* vboot: Support SLOW_EC_UPDATE with OPROM_MATTERSDuncan Laurie2014-10-173-7/+70
* sign_official_build: Support new image layout (always installable kernel in B).Hung-Te Lin2014-10-161-178/+145
* vboot2: move firmware hash tags to their own header fileRandall Spangler2014-10-162-17/+42
* vboot2: Split crypto algorithms into their own header fileRandall Spangler2014-10-164-28/+46
* futility: Be more accepting of how it's invokedBill Richardson2014-10-152-86/+92
* Use VbExStream APIs to read the kernel partitionRandall Spangler2014-10-152-36/+83
* vboot: new streaming APIsDan Ehrenberg2014-10-153-1/+134
* crossystem: rename Vb*NvStorage_mkbp to Vb*NvStorage_mosysDavid Hendricks2014-10-091-4/+4
* crossystem: handle "flash" media in Vb*NvStorage()David Hendricks2014-10-091-2/+2
* image_signing: ignore missing chrome_dev.confMike Frysinger2014-10-071-1/+1
* vboot2: Add previously tried slot and result to NV storageRandall Spangler2014-10-049-4/+96
* Improve cross-reference targetsBill Richardson2014-10-041-20/+32
* vboot2: Fix saving the slot we tried back to nv storageRandall Spangler2014-10-042-0/+7
* Convert vbutil_what_keys to use /bin/shBill Richardson2014-10-031-4/+2
* Don't install vbutil_what_keys on the targetBill Richardson2014-10-031-3/+3
* futility: rolled back vbutil_kernel changeBill Richardson2014-10-025-71/+1012
* vboot_kernel: Validate GPT header before usingDuncan Laurie2014-10-022-20/+182
* futility: show vs verifyBill Richardson2014-09-276-23/+163
* futility: Allow signing raw firmware blob and keyblocksBill Richardson2014-09-274-4/+328