summaryrefslogtreecommitdiff
path: root/firmware/include/vboot_api.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot: do not use cparams for VBSDJoel Kitching2019-05-281-4/+4
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-2/+3
* firmware: replace recovery mode flag with physical presenceMatt Delco2019-05-161-2/+0
* vboot: deprecate Alt OS codeJoel Kitching2019-05-141-3/+2
* Enable launching diagnostics from OS broken screenstabilize-12088.BMathew King2019-04-131-0/+3
* vboot: pull vb2_context up to higher level in call stackJoel Kitching2019-03-261-2/+7
* vboot: add diagnostic modeMatt Delco2019-03-211-1/+5
* firmware: add time unit conversion definesMatt Delco2019-03-201-0/+4
* vboot: add power button query functionalityMatt Delco2019-03-161-4/+5
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-1/+18
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-091-7/+7
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-2/+45
* vboot: Don't hardcode special keyboard values.Mathew King2019-02-221-0/+4
* vboot_api: Add new VB_AUX_FW_NO_DEVICE update severityKarthikeyan Ramasubramanian2018-11-271-3/+5