summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot: Handle GBB_FLAG_DISABLE_LID_SHUTDOWNfirmware-samus-6300.BDuncan Laurie2015-01-062-7/+35
* futility: workaround for broken toolchain in static buildsDuncan Laurie2015-01-062-0/+43
* Revert "Revert "Add hwid digest field to GBB header""Duncan Laurie2015-01-0612-14/+132
* Revert "Revert "Extend HWID digest into PCR1 (GBB v1.2 only)""Duncan Laurie2015-01-0610-129/+414
* Revert "Add hwid digest field to GBB header"Duncan Laurie2014-11-2612-132/+14
* Revert "Extend HWID digest into PCR1 (GBB v1.2 only)"Duncan Laurie2014-11-2610-414/+129
* vboot: Add flag to indicate VbInit is run before option rom loadingDuncan Laurie2014-11-222-6/+13
* vboot: Add GBB flag to disable shutdown when lid is closedDuncan Laurie2014-11-221-0/+2
* Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson2014-11-2210-129/+414
* futility: add version commandBill Richardson2014-11-224-0/+49
* Add hwid digest field to GBB headerBill Richardson2014-11-2212-14/+132
* Revert "vboot: Don't abort for OPROM_MISMATCH if not using RO_NORMAL"Duncan Laurie2014-11-221-7/+1
* vboot: Don't abort for OPROM_MISMATCH if not using RO_NORMALDuncan Laurie2014-10-231-1/+7
* crossystem: Add support for multiple gpiochip entriesDuncan Laurie2014-10-201-4/+46
* crossystem: Change ReadFileInt to take an unsigned int pointerDuncan Laurie2014-10-204-92/+122
* vboot2: move vb2_safe_memcmp() from rsa to commonRandall Spangler2014-10-204-32/+45
* cgpt: Validate GPT headers before loading themNam T. Nguyen2014-10-202-21/+60
* vboot: Support SLOW_EC_UPDATE with OPROM_MATTERSDuncan Laurie2014-10-203-7/+70
* sign_official_build: Support new image layout (always installable kernel in B).Hung-Te Lin2014-10-201-178/+145
* vboot2: move firmware hash tags to their own header fileRandall Spangler2014-10-202-17/+42
* vboot2: Split crypto algorithms into their own header fileRandall Spangler2014-10-204-28/+46
* futility: Be more accepting of how it's invokedBill Richardson2014-10-202-86/+92
* Use VbExStream APIs to read the kernel partitionRandall Spangler2014-10-202-36/+83
* vboot: new streaming APIsDan Ehrenberg2014-10-203-1/+134
* crossystem: rename Vb*NvStorage_mkbp to Vb*NvStorage_mosysDavid Hendricks2014-10-201-4/+4
* crossystem: handle "flash" media in Vb*NvStorage()David Hendricks2014-10-201-2/+2
* image_signing: ignore missing chrome_dev.confMike Frysinger2014-10-091-1/+1
* vboot2: Add previously tried slot and result to NV storageRandall Spangler2014-10-099-4/+96
* Improve cross-reference targetsBill Richardson2014-10-091-20/+32
* vboot2: Fix saving the slot we tried back to nv storageRandall Spangler2014-10-092-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-10-026-23/+163
* futility: Allow signing raw firmware blob and keyblocksBill Richardson2014-10-024-4/+328
* futility: Add support for [re]signing kernel partitionsBill Richardson2014-10-029-1141/+741
* futility: do traversal of a buffer, not a fileBill Richardson2014-10-024-34/+93
* futility: Prepare to handle kernel partitions & firmware blobsBill Richardson2014-10-024-52/+124
* futility: implement vbutil_kernel using buffers, not filesBill Richardson2014-10-029-596/+1958
* futility: allow dump_fmap to specify where to extract areaBill Richardson2014-10-023-7/+51
* futility: clean up a few shared functionsBill Richardson2014-10-029-65/+61
* vboot2: Fix potential null pointer dereferenceRandall Spangler2014-09-241-1/+2
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-2420-424/+480
* Re-add dumpRSAPublicKey utilityDuncan Laurie2014-09-201-1/+1
* cleanup: DESTDIR refers to the install root, not the bin/Bill Richardson2014-09-173-8/+8
* cleanup: remove a couple of unused functions and filesfactory-storm-6269.BBill Richardson2014-09-126-1002/+80
* futility: stop using the symlink names in utility scriptsBill Richardson2014-09-1213-65/+76
* futility: make resign_firmwarefd.sh simply invoke futilityBill Richardson2014-09-124-213/+34
* futility: slight tweak to the logging implementationBill Richardson2014-09-122-25/+61