summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_api.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* vboot_api.h: Remove VbExDiskGetInfo and VbExDiskFreeInfoHsin-Te Yuan2022-08-031-28/+0
* 2load_kernel.c: Expose load kernel as vb2_apiHsin-Te Yuan2022-07-291-155/+9
* vboot_api_kernel.c: Remove kparams_ptrHsin-Te Yuan2022-07-131-13/+8
* vboot: Remove VbExIsShutdownRequestededisonhello2021-11-071-27/+0
* vboot: Support booting from non-active miniOS partitionYu-Ping Wu2021-10-151-1/+8
* vboot: boot from miniOS recovery kernels on diskstabilize-14249.BJoel Kitching2021-09-241-0/+15
* vboot: Remove VbExKeyboard* functions from vboot APIedisonhello2021-09-171-76/+0
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-0/+12
* vboot/vboot_kernel: break disk check out to separate functionstabilize-14031.BJoel Kitching2021-06-151-3/+12
* vboot/vboot_kernel: remove LoadKernelParams structJoel Kitching2021-06-151-7/+0
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-271-27/+0
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-041-155/+0
* vboot: move TPM callbacks to vboot2 namespaceJoel Kitching2020-07-101-48/+0
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-43/+0
* vboot: move VbExGetLocalizationCount to vboot2Joel Kitching2020-05-181-8/+0
* vboot: Add a blinking cursor to the vendor promptMathew King2020-03-311-0/+10
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-1/+1
* vboot: remove compression_type constantsJoel Kitching2020-03-231-8/+0
* vboot: remove VbExRegionRead vestigesJoel Kitching2020-03-231-7/+0
* Revert "vboot: Add screen types for upcoming UI revamp"Yu-Ping Wu2020-03-061-22/+0
* vboot: eradicate vboot1 data structures from kernel verificationJoel Kitching2020-02-271-10/+0
* vboot: rename VbExGetSwitches to vb2ex_physical_presence_pressedstabilize-volteer-12931.BJoel Kitching2020-02-261-9/+0
* vboot: modify control flow for vendor data configPranay Shoroff2020-02-101-6/+11
* vboot: change USB_BOOT_ON_DEV to use build flagJoel Kitching2019-12-241-2/+0
* vboot: Add screen types for upcoming UI revampYu-Ping Wu2019-12-241-0/+22
* vboot: relocate EC and auxfw sync API to 2api.hJoel Kitching2019-12-191-108/+0
* vboot: remove definition of VB_INIT_OUT flagsJoel Kitching2019-12-101-23/+0
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-071-13/+0
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-15/+0
* Remove inflags from VbSelectAndLoadKernelParamsYu-Ping Wu2019-11-261-7/+0
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-191-5/+0
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-141-10/+13
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-141-40/+0
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-141-37/+30
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-131-1/+1
* vboot: remove VbExEcEnteringMode and friendsJoel Kitching2019-11-061-7/+0
* vboot: remove VbVerifyMemoryBootImage functionJoel Kitching2019-10-021-21/+0
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-3/+3
* vboot/secdata: remove VbUnlockDevice functionJoel Kitching2019-08-281-15/+0
* Makefile: Enable linker garbage collectionJulius Werner2019-08-161-7/+0
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-13/+13
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-1/+1
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-59/+50
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-061-3/+13
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-061-104/+0
* vboot: deprecate VbExError functionJoel Kitching2019-07-241-9/+0
* vboot: remove vboot1-style VbExDebug functionJoel Kitching2019-06-261-6/+0
* vboot: remove VbCommonParams structJoel Kitching2019-06-241-38/+0
* vboot: deprecate and remove VbInitParamsstabilize-12249.Bstabilize-12239.19.BJoel Kitching2019-05-291-17/+1