summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_api_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: deprecate fastboot supportJoel Kitching2019-08-301-31/+7
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-0/+2
* vboot/secdata: remove VbUnlockDevice functionJoel Kitching2019-08-281-10/+0
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-2/+0
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-1/+1
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-1/+1
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-10/+10
* vboot: fix use of SetVirtualDevMode return valuesJoel Kitching2019-08-131-1/+1
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-2/+2
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-19/+18
* firmware: Print GBB flags at the start of kernel verificationJulius Werner2019-06-281-0/+2
* vboot: fix vb2_gbb_read_recovery_key to save into intJoel Kitching2019-06-181-6/+8
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-10/+7
* vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic modeJoel Kitching2019-06-071-26/+15
* vboot: check display init when entering normal modeJoel Kitching2019-06-071-0/+30
* vboot: do not use cparams for VBSDJoel Kitching2019-05-281-26/+14
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-7/+4
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-18/+25
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-0/+1
* vboot: remove workbuf alloc and free codeJoel Kitching2019-04-171-35/+6
* vboot: pull vb2_context up to higher level in call stackJoel Kitching2019-03-261-65/+60
* vboot: add diagnostic modeMatt Delco2019-03-211-0/+21
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-0/+3
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-2/+2
* cgpt: Remove unnecessary 512-byte sector check and minimum lba count checks.Sam Hurst2018-05-011-7/+8
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-071-3/+5
* firmware: Remove deprecated SW_WP_ENABLED flagRandall Spangler2018-03-041-2/+0
* firmware: Remove VbLockDevice()stabilize-10452.96.Bstabilize-10452.90.Bstabilize-10452.85.Bstabilize-10452.81.Brelease-R66-10452.BRandall Spangler2018-03-011-15/+0
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-23/+13
* firmware: Prune down old region APIRandall Spangler2018-01-091-19/+5
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-26/+32
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-5/+0
* ec_sync: Use vboot2 context instead of cparamsRandall Spangler2018-01-091-0/+17
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-3/+6
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-85/+46
* vboot: Use kernel max rollforward NV storage fieldRandall Spangler2017-11-171-0/+20
* vboot: use VBNV_ constants with VbNvGet()Randall Spangler2017-11-121-1/+1
* Check EC_IN_RW before proceeding to recovery modeDaisuke Nojiri2017-10-051-12/+14
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-201-12/+9
* firmware: calling menu ui when using detachablesstabilize-fsi-9202.5.0.Bstabilize-fsi-9202.10.Bstabilize-M57-9202.35.0.Bstabilize-9202.Bstabilize-9202.64.Bstabilize-9202.56.Bstabilize-9202.28.Bstabilize-9202.18.Bstabilize-9199.Brelease-R57-9202.BShelley Chen2017-01-181-2/+8
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-30/+30
* firmware: Split out kernel UIRandall Spangler2017-01-121-547/+14
* firmware: Remove LoadKernelParams from APIsRandall Spangler2017-01-121-192/+180
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-121-28/+7
* vboot: Pass vb2 context and use vboot2 NV routinesRandall Spangler2016-12-221-118/+161
* vboot: Split ec software sync to its own fileRandall Spangler2016-12-201-369/+11
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-141-4/+2
* recovery: Add new recovery reason to train memory and rebootFurquan Shaikh2016-11-081-4/+9
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-9/+4