summaryrefslogtreecommitdiff
path: root/firmware/lib/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-281-0/+5
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-284-8/+4
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-223-32/+2
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-133-9/+9
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-133-16/+17
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-065-18/+18
* vboot: deprecate VbExError functionJoel Kitching2019-07-241-2/+4
* vboot: remove VbPublicKey structJoel Kitching2019-07-101-6/+9
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-3/+0
* vboot: remove VerifyMemberInside functionstabilize-12301.BJoel Kitching2019-06-261-5/+0
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-261-4/+0
* vboot: remove OffsetOf functionJoel Kitching2019-06-261-5/+0
* vboot: remove unused CombineUint16Pair functionJoel Kitching2019-06-261-7/+0
* vboot: remove VbCommonParams structJoel Kitching2019-06-241-1/+0
* firmware: replace recovery mode flag with physical presenceMatt Delco2019-05-161-0/+5
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-072-65/+0
* VbCheckDisplayKey: Remove easter egg supportJulius Werner2019-04-041-7/+0
* Arrow keys change language on vendor data uisMathew King2019-03-261-1/+2
* vboot: add diagnostic modeMatt Delco2019-03-211-0/+5
* firmware/lib: commit nvram before running legacyMatt Delco2019-03-201-2/+5
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-2/+2
* Add console logging to make UI easier to navigate without a screenJulius Werner2019-03-011-0/+1
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-222-1/+3
* vboot_reference: Merge error beeping, printing, and loggingNick Crews2018-12-131-0/+12
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-162-0/+18
* Pass all calls to VBExLegacy() through a single functionstabilize-11217.BSimon Glass2018-11-012-34/+10
* Create a new file for common vboot UI functionsSimon Glass2018-11-012-10/+21
* Add a parameter to vb2_error_beep()Simon Glass2018-10-261-2/+7
* Export vb2_error_beep()Simon Glass2018-10-191-0/+5
* Split out functions which handle alternative firmwareSimon Glass2018-10-191-0/+34
* vboot_reference: sync flags with eve-campfire branchTing Shen2018-08-141-1/+3