summaryrefslogtreecommitdiff
path: root/firmware/lib/include
Commit message (Expand)AuthorAgeFilesLines
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-223-21/+43
* vboot: Split ec software sync to its own fileRandall Spangler2016-12-201-1/+6
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-141-33/+2
* rollback_index: Add new index for recovery hash spaceFurquan Shaikh2016-11-091-0/+2
* vboot: use malloc and free directlyRandall Spangler2016-11-061-6/+0
* vboot: remove unused stateful_utilRandall Spangler2016-11-061-76/+0
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-061-1/+0
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-291-42/+0
* vboot: use vb2_safe_memcmp instead of SafeMemcmpRandall Spangler2016-10-291-12/+0
* vboot: use vb2_crc8 instead of Crc8Randall Spangler2016-10-231-13/+0
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-232-27/+2
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-19/+0
* vboot: Remove vboot1 init and select-firmware APIsRandall Spangler2016-07-264-125/+0
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-2/+2
* vboot: Add firmware management parametersRandall Spangler2016-05-082-1/+43
* Pass locale to VbExDisplayScreenDaisuke Nojiri2015-10-151-1/+1
* kernel flags: Pass back kernel premable flags in kparamsFurquan Shaikh2015-02-121-0/+2
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-0/+11
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-231-0/+19
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-151-4/+8
* 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-151-4/+0
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-151-0/+4
* Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson2014-10-311-2/+5
* cgpt: Separate out certain GPT manipluation functionsstabilize-6415.Bfoo-testDan Ehrenberg2014-10-291-14/+1
* Change VbExEc functions to take a devidx parameterstabilize-6092.Bstabilize-6082.BRandall Spangler2014-07-191-2/+2
* futility: deprecate eficompress and efidecompressBill Richardson2014-07-181-0/+2
* Clean up exported Mtd* functionsBill Richardson2014-07-091-35/+0
* Use the TPM to back up some of the nvram fieldsBill Richardson2014-06-052-0/+22
* vboot: use recovery button as dev mode switch confirmationstabilize-5339.BLuigi Semenzato2014-01-191-1/+9
* Implementation of Region APIstabilize-4636.BSimon Glass2013-08-303-6/+7
* Revert "Implementation of Region API"Yoshiki Iguchi2013-08-293-7/+6
* Implementation of Region APISimon Glass2013-08-283-6/+7
* fix build error when DEBUG is enabledMike Frysinger2013-07-301-0/+1
* rollback_index: Remove recovery_mode parameter to SetupTPM.Shawn Nematbakhsh2013-07-231-4/+3
* rollback_index: Add recovery parameter to RollbackKernelLock.stabilize-4443.BShawn Nematbakhsh2013-07-221-1/+1
* Integrate the flash key-value store code into cgpt.stabilize-4255.BAlbert Chaulk2013-06-101-0/+35
* Massive refactoring of external header files.Bill Richardson2013-04-024-0/+272
* Get rid of some crufty macros.Gabe Black2013-03-192-8/+0
* vboot_display: fix -Wwrite-strings compiler errorsAaron Durbin2013-02-261-2/+2
* fwlib: fix errors with -Wmissing-prototypesAaron Durbin2013-02-261-1/+0
* Add more display testsRandall Spangler2013-02-111-0/+16
* Add more vboot_api_kernel testsstabilize-bluetooth-smartRandall Spangler2013-02-061-0/+45
* Add display testsRandall Spangler2013-01-291-0/+14
* Reformat files to kernel styleRandall Spangler2013-01-2510-223/+318
* Start adding display testsRandall Spangler2013-01-251-1/+4
* Remove unused vbutil_ecRandall Spangler2013-01-241-13/+0
* Rename files and defines to simplify makefile.Randall Spangler2013-01-111-0/+4
* Add clear TPM owner requestRandall Spangler2012-08-151-2/+4
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-081-6/+9
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-181-9/+12