summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_common.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-061-20/+0
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-141-1/+1
* vboot: remove unused PublicKey and Signature helper functionsJoel Kitching2019-10-291-43/+0
* vboot: keep const and non-const signature and key accessorsJoel Kitching2019-10-291-1/+3
* vboot: remove some unused pre-historic functionsJoel Kitching2019-10-231-27/+0
* vboot: merge pre-vboot1 error codes into vb2_return_codeJoel Kitching2019-10-231-14/+3
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-231-4/+4
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-3/+3
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-2/+0
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-12/+12
* vboot: remove VbPublicKey structJoel Kitching2019-07-101-8/+10
* vboot: remove VerifyMemberInside functionstabilize-12301.BJoel Kitching2019-06-261-36/+7
* vboot: remove OffsetOf functionJoel Kitching2019-06-261-7/+2
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-2/+3
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-5/+5
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-261-2/+7
* Always enter BROKEN screen in non-manual recovery, even in dev modeJulius Werner2018-02-201-4/+0
* Call VbExEcRunningRW to set IN_RW flagDaisuke Nojiri2017-10-301-1/+6
* Check EC_IN_RW before proceeding to recovery modeDaisuke Nojiri2017-10-051-0/+14
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-5/+5
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-061-2/+4
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-291-255/+0
* vboot: use vb2_safe_memcmp instead of SafeMemcmpRandall Spangler2016-10-291-3/+5
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-1/+1
* Fix coverity warnings in firmwareRandall Spangler2016-09-061-4/+4
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-87/+0
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-8/+14
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-2/+17
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-231-0/+44
* Workaround for failing tests when DEBUG=1Bill Richardson2014-05-311-4/+8
* Enable vboot for sandbox and improve debugging/format stringsSimon Glass2013-08-241-2/+12
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* Split off modules required for VbInit() and VbSelectFirmware()Randall Spangler2013-02-261-33/+1
* Reformat files to kernel styleRandall Spangler2013-01-251-429/+437
* Remove unused vbutil_ecRandall Spangler2013-01-241-79/+0
* Fix potential memory leak in KeyBlockVerify()Bill Richardson2012-05-091-0/+1
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-041-0/+78
* Add support for flags in the firmware preamble.Randall Spangler2011-07-131-2/+23
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-081-1/+2
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-011-2/+1
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-011-1/+2
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-271-2/+1
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-271-1/+2
* Fix preamble range checks0.12.362.BRandall Spangler2011-04-011-6/+6
* Add additional checks for size greater than header size.Randall Spangler2011-03-251-0/+12
* Fix not checking hashed data sizeRandall Spangler2011-03-251-0/+7
* Use uint64_t and avoid down casting as much as possible.Gaurav Shah2011-03-251-5/+5
* Add VbSharedData field parsingRandall Spangler2011-03-171-0/+8
* This is necessary to pass additional information about whether firmware A or ...Randall Spangler2011-03-091-1/+66