summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson2014-10-315-82/+107
* vboot2: Add vb2_unpack_key2() and unit testsfactory-rambi-6420.BRandall Spangler2014-10-296-3/+133
* vboot2: Add verification for common vb2 struct headerRandall Spangler2014-10-294-10/+70
* cgpt: Separate out certain GPT manipluation functionsstabilize-6415.Bfoo-testDan Ehrenberg2014-10-296-284/+314
* vboot2: Move and rename functionsRandall Spangler2014-10-286-86/+94
* vboot2: use enum signature algorithmRandall Spangler2014-10-284-64/+99
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-288-40/+51
* vboot2: Log recovery reason and subcode to consoleJulius Werner2014-10-251-2/+6
* vboot2: new data structuresRandall Spangler2014-10-244-25/+424
* vboot2: Fix broken compatiblity check for gbb header 1.1Randall Spangler2014-10-231-1/+1
* vboot2: move verify digest to 2commonRandall Spangler2014-10-226-37/+61
* Add hwid digest field to GBB headerBill Richardson2014-10-212-4/+14
* vboot2: move vb2_safe_memcmp() from rsa to commonRandall Spangler2014-10-183-32/+34
* vboot: Support SLOW_EC_UPDATE with OPROM_MATTERSDuncan Laurie2014-10-173-7/+70
* 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
* Use VbExStream APIs to read the kernel partitionRandall Spangler2014-10-151-33/+62
* vboot: new streaming APIsDan Ehrenberg2014-10-152-0/+132
* vboot2: Add previously tried slot and result to NV storageRandall Spangler2014-10-045-4/+67
* vboot2: Fix saving the slot we tried back to nv storageRandall Spangler2014-10-041-0/+3
* vboot_kernel: Validate GPT header before usingDuncan Laurie2014-10-021-8/+29
* vboot2: Fix potential null pointer dereferenceRandall Spangler2014-09-241-1/+2
* vboot: Notify EC of current boot modeSheng-Liang Song2014-09-033-0/+23
* vboot_reference: Rename *_SECTOR to *_SECTORSNam T. Nguyen2014-08-293-10/+10
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-282-24/+38
* Add GBB flag to disable PD software syncstabilize-6146.Brelease-R38-6158.BDuncan Laurie2014-08-123-4/+11
* Call software sync a second time for PD, if necessaryRandall Spangler2014-08-011-1/+9
* Change VbExEc functions to take a devidx parameterstabilize-6092.Bstabilize-6082.BRandall Spangler2014-07-194-39/+45
* futility: deprecate eficompress and efidecompressBill Richardson2014-07-181-0/+2
* Clean up exported Mtd* functionsBill Richardson2014-07-096-746/+303
* Split libvboot_host.a into external and local libraries.Bill Richardson2014-07-092-80/+92
* Add nvstorage / crossystem support for new vboot2 fieldsRandall Spangler2014-06-283-0/+81
* vboot2: add a flag to indicate firmware was selected by vboot2Daisuke Nojiri2014-06-261-11/+13
* Remove nonexistant functions from tlcl.hBill Richardson2014-06-261-10/+0
* vboot2: fix overloaded NV bitRandall Spangler2014-06-252-4/+14
* vboot2: Scramble the GBB magic numberDaisuke Nojiri2014-06-253-5/+28
* vboot2: More specific errors for unimplemented external APIsRandall Spangler2014-06-242-2/+8
* vboot2: Allow platform dependent debug loggingDaisuke Nojiri2014-06-232-5/+10
* vboot2: Check necessity of recovery when firmware body hash fails to matchDaisuke Nojiri2014-06-232-0/+4
* vboot2: api-level routinesRandall Spangler2014-06-193-7/+491
* vboot2: misc higher-level routines, part 2Randall Spangler2014-06-192-0/+233
* vboot2: misc higher-level routinesRandall Spangler2014-06-195-30/+548
* vboot2: Use more specific error codes, part 3Randall Spangler2014-06-113-31/+139
* vboot2: Use more specific error codes, part 2Randall Spangler2014-06-113-18/+43
* vboot2: Use more specific error codesstabilize-5944.Bstabilize-5943.Bstabilize-5942.Bfactory-samus-5939.BRandall Spangler2014-06-075-22/+112
* Use the TPM to back up some of the nvram fieldsBill Richardson2014-06-058-4/+230
* vboot2: Add common functionsRandall Spangler2014-06-052-0/+450
* vboot2: Add nvstorage and secdata functionsRandall Spangler2014-06-0512-1/+1548
* vboot2: Add crypto functionsRandall Spangler2014-06-057-0/+1686
* vboot2: Add workbuf functionsRandall Spangler2014-06-034-0/+304