summaryrefslogtreecommitdiff
path: root/firmware/lib/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot_reference: Change OOBE autoconfig TPM space to storing 32-byte hashTudor Brindus2018-08-081-4/+4
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-032-5/+5
* vboot_reference: Claim space for OOBE autoconfig public keyTudor Brindus2018-07-271-0/+4
* ec_sync: Go to recovery on aux fw update failureDuncan Laurie2018-03-301-0/+8
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-261-2/+3
* detachables: The Big RefactorJulius Werner2018-01-311-0/+14
* detachables: Remove obsolete RECOVERY menuJulius Werner2018-01-311-9/+0
* detachables: Replace RECOVERY with OPTIONS menuShelley Chen2018-01-251-5/+1
* detachables: Define options menuShelley Chen2018-01-231-0/+9
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-092-12/+8
* firmware: Prune down old region APIRandall Spangler2018-01-092-10/+3
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-2/+1
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-30/+2
* ec_sync: Use vboot2 context instead of cparamsRandall Spangler2018-01-091-17/+6
* firmware: simplify audioRandall Spangler2018-01-052-67/+3
* detach_ui_test: Move variables needed for unit tests to private fileShelley Chen2017-12-181-0/+81
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-112-8/+0
* Check EC_IN_RW before proceeding to recovery modeDaisuke Nojiri2017-10-051-0/+13