summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_api_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* 2load_kernel.c: Expose load kernel as vb2_apiHsin-Te Yuan2022-07-291-123/+0
* vboot_api_kernel.c: Remove kparams_ptrHsin-Te Yuan2022-07-131-77/+14
* 2kernel: Add vb2api_kernel_phase2 and vb2api_normal_bootfirmware-chameleon-14947.Bfirmware-14947.BHsin-Te Yuan2022-06-281-76/+7
* 2kernel: add vb2api_kernel_finalizeHsin-Te Yuan2022-06-241-13/+1
* vboot: Move TPM disabling call to depthchargeYu-Ping Wu2022-05-211-1/+4
* EC-EFS: Ignore NO_BOOT if EC sync isn't enabledDaisuke Nojiri2022-02-271-0/+1
* Reland "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"stabilize-14396.Bstabilize-14395.BHsuan Ting Chen2021-12-121-7/+13
* vboot: Support booting from non-active miniOS partitionYu-Ping Wu2021-10-151-5/+7
* Revert "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"Hsuan Ting Chen2021-10-071-13/+7
* 2api: Add vb2_boot_mode in vb2_context denoted the current boot modestabilize-14267.Bfactory-ambassador-14265.BHsuan Ting Chen2021-10-011-7/+13
* vboot: boot from miniOS recovery kernels on diskstabilize-14249.BJoel Kitching2021-09-241-6/+24
* vboot/ui: Remove diagnostics menu and related testsedisonhello2021-09-141-2/+1
* vboot/ui: Remove developer menu and related testsedisonhello2021-09-141-1/+1
* vboot/ui: Remove manual recovery and related screenedisonhello2021-09-141-1/+1
* vboot/ui: Remove broken recovery screenedisonhello2021-09-141-1/+1
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-2/+1
* Makefile: deprecate config DIAGNOSTIC_UIHsuan Ting Chen2021-07-161-1/+1
* vboot/vboot_kernel: store kparams pointer instead of copying dataJoel Kitching2021-07-031-43/+15
* vboot/vboot_kernel: change recovery behaviour on kernel failureJoel Kitching2021-06-261-1/+2
* vboot/vboot_kernel: break disk check out to separate functionstabilize-14031.BJoel Kitching2021-06-151-17/+15
* vboot/vboot_kernel: remove LoadKernelParams structJoel Kitching2021-06-151-2/+2
* vboot/vboot_kernel: pass VbDiskInfo into LoadKernelJoel Kitching2021-06-151-9/+3
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-201-1/+0
* Minidiag: Commit NVRAM immediately right after cleaning diag requestMeng-Huan Yu2021-01-151-0/+6
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-041-25/+6
* minidiag: Add diagnostic menu screenMeng-Huan Yu2020-09-051-9/+11
* inclusive: change usage of sanityDaisuke Nojiri2020-08-191-1/+1
* vboot: create secdata_kernel flag to disable diagnostic UIJoel Kitching2020-08-091-0/+1
* vboot: disallow DIAGNOSTIC_UI with MENU_UIJoel Kitching2020-07-291-1/+2
* vboot: Rename VB_AUX_FW_* to VB2_AUXFW_*factory-drallion-13080.BYu-Ping Wu2020-05-051-2/+2
* vboot: Convert reboot-related errors to vboot2-styleYu-Ping Wu2020-04-281-3/+3
* vboot: clear recovery request in all boot modesJoel Kitching2020-04-141-2/+7
* ec_sync: Ignore NO_BOOT when GBB says DISABLE_EC_SOFTWARE_SYNCdnojiri2020-04-011-5/+10
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-1/+0
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-311-43/+22
* vboot: Introduce menu UIHsuan Ting Chen2020-03-211-3/+12
* vboot: create 2kernel.c for kernel-related functionsJoel Kitching2020-03-091-82/+2
* EFS: Implement EFS2 and NO_BOOT modeDaisuke Nojiri2020-03-051-0/+16
* vboot: eradicate vboot1 data structures from kernel verificationJoel Kitching2020-02-271-42/+5
* vboot: Add mockable attribute to some overridden functionsManoj Gupta2020-02-261-0/+1
* vboot: use vboot2 for storing kernel rollback versionsJoel Kitching2020-02-191-8/+9
* vboot: do not call vb2_commit_data at end of VBSLKJoel Kitching2020-02-181-68/+18
* vboot: stop setting context mode flag in VBSLKJoel Kitching2020-02-141-7/+0
* vboot: use VB2_SD_FLAG_KERNEL_SIGNEDJoel Kitching2020-02-141-0/+4
* vboot: integrate BROKEN screen recovery request logic into VBSLKJoel Kitching2020-02-141-11/+6
* vboot: Rename legacy UIsHsuan Ting Chen2020-02-121-5/+5
* firmware: Add VB2_REC_OR_DIE() helper macroJulius Werner2020-02-111-7/+6
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-091-26/+8
* vboot: only clear recovery requests at kernel verificationJoel Kitching2020-02-081-9/+22
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-011-1/+1