summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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