summaryrefslogtreecommitdiff
path: root/firmware/lib/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* 2load_kernel.c: Expose load kernel as vb2_apiHsin-Te Yuan2022-07-292-58/+4
* vboot_api_kernel.c: Remove kparams_ptrHsin-Te Yuan2022-07-132-18/+1
* vboot: Support booting from non-active miniOS partitionYu-Ping Wu2021-10-151-1/+2
* vboot: boot from miniOS recovery kernels on diskstabilize-14249.BJoel Kitching2021-09-241-1/+15
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-302-32/+1
* vboot/vboot_kernel: store kparams pointer instead of copying dataJoel Kitching2021-07-031-1/+1
* vboot/vboot_kernel: break disk check out to separate functionstabilize-14031.BJoel Kitching2021-06-151-2/+2
* vboot/vboot_kernel: remove LoadKernelParams structJoel Kitching2021-06-152-32/+4
* vboot/vboot_kernel: pass VbDiskInfo into LoadKernelJoel Kitching2021-06-151-13/+2
* vboot/vboot_kernel: remove unused VbSharedDataKernelCallJoel Kitching2021-05-092-37/+3
* vboot/vboot_kernel: remove unused VbSharedDataKernelPartJoel Kitching2021-05-091-46/+1
* vboot/vboot_kernel: rename vboot_mode enumstabilize-13856.Bstabilize-13851.BJoel Kitching2021-03-111-2/+0
* vboot: relocate private RSA function headersJoel Kitching2021-01-281-15/+0
* vboot: convert secdata_kernel_crc to static functionJoel Kitching2021-01-281-11/+0
* vboot: remove vboot_audio.c and friendsJoel Kitching2021-01-281-23/+0
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-044-256/+0
* vboot: reshuffle legacy UI filesJoel Kitching2020-05-253-26/+14
* vboot: fix up EC/auxfw sync includesJoel Kitching2020-05-051-4/+6
* vboot: move recovery reason strings to vboot2 namespaceJoel Kitching2020-04-201-5/+0
* vboot: remove some trailing spacesJoel Kitching2020-04-171-1/+1
* vboot: Add a blinking cursor to the vendor promptMathew King2020-03-311-0/+2
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-39/+0
* vboot: create 2kernel.c for kernel-related functionsJoel Kitching2020-03-091-5/+0
* Add vb2_secdata_kernel_v10dnojiri2020-03-051-0/+11
* vboot: move vboot_test.h to private namespaceJoel Kitching2020-02-271-0/+32
* vboot: clean up vboot_struct.hJoel Kitching2020-02-272-0/+243
* vboot: do not call vb2_commit_data at end of VBSLKJoel Kitching2020-02-181-13/+0
* vboot: Rename legacy UIsHsuan Ting Chen2020-02-124-15/+16
* vboot_ui: refactor vendor data codePranay Shoroff2020-02-053-5/+47
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-222-44/+0
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-29/+0
* vboot: remove VerifyVmlinuzInsideKBlob functionJoel Kitching2019-12-211-8/+0
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-171-20/+0
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-061-13/+0
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-061-2/+1
* vboot/altfw: fix up some altfw codeJoel Kitching2019-11-301-18/+11
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-283-167/+33
* vboot: remove unused PublicKey and Signature helper functionsJoel Kitching2019-10-291-20/+0
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-251-94/+0
* vboot: remove some unused pre-historic functionsJoel Kitching2019-10-231-21/+0
* vboot: merge pre-vboot1 error codes into vb2_return_codeJoel Kitching2019-10-231-26/+3
* vboot: remove BUILD_ASSERT macroJoel Kitching2019-10-231-9/+0
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-231-3/+3
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-6/+6
* firmware: ui: Unify delays, remove DISK/KEY split in recovery modeJulius Werner2019-10-221-0/+2
* firmware: Do not set recovery reason directly in LoadKernel()Julius Werner2019-10-221-2/+1
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-231-9/+0
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-051-4/+4
* vboot: remove more Alt OS codeJoel Kitching2019-08-281-3/+1