summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Split out functions which handle alternative firmwareSimon Glass2018-10-192-17/+58
* Add a variable for allowing alternative firmwareSimon Glass2018-10-181-3/+5
* Move developer menu code higher in the fileSimon Glass2018-10-181-93/+94
* Ignore power button if held on startupstabilize-11151.59.Bstabilize-11151.100.BEdward Hill2018-10-021-0/+22
* Add support for booting into alternative boot loadersSimon Glass2018-09-264-7/+24
* firmware/lib/vboot_ui: Add a VbExSleepMs to the developer mode UIsRaul E Rangel2018-09-052-0/+9
* add extern C markers to installed headersMike Frysinger2018-09-0412-0/+97
* vboot_reference: sync flags with eve-campfire branchTing Shen2018-08-143-1/+11
* vboot_reference: Change OOBE autoconfig TPM space to storing 32-byte hashTudor Brindus2018-08-081-4/+4
* Add AltOS NVRAM flagsTing Shen2018-08-073-1/+17
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-0329-227/+227
* vboot_reference: Claim space for OOBE autoconfig public keyTudor Brindus2018-07-271-0/+4
* vboot_aux_fw: Add new return code to handle busy casestabilize-10866.BJett Rink2018-07-031-0/+2
* tpm_lite: stub: retry in case of TPM comm errorstabilize-10718.88.Bstabilize-10718.71.Bstabilize-10718.69.Bstabilize-10718.111.Brelease-R68-10718.BAndrey Pronin2018-05-241-7/+45
* tpm_lite: Set O_CLOEXEC when opening TPM device.stabilize-10682.BMattias Nissler2018-05-141-1/+1
* cgpt: Remove unnecessary 512-byte sector check and minimum lba count checks.Sam Hurst2018-05-011-7/+8
* Add new NV and GBB flag to control UDCDuncan Laurie2018-04-175-1/+16
* tpm_lite: tpmc command to check owner authMattias Nissler2018-04-131-0/+1
* tpm_lite: Add TlclGetSpaceInfoMattias Nissler2018-04-134-15/+137
* tpm_lite: Add missing NVRAM attribute constants.Mattias Nissler2018-04-132-7/+32
* tpm_lite: Support delegation family functionality.Mattias Nissler2018-04-134-21/+114
* tpm_lite: Add more general DefineSpaceEx functionMattias Nissler2018-04-135-11/+291
* tpm_lite: Implement TakeOwnership supportMattias Nissler2018-04-135-1/+258
* tpm_lite: Implement ReadPubek command.Mattias Nissler2018-04-137-4/+228
* cgpt: Remove hard coded 512 block size.Sam Hurst2018-04-123-18/+29
* tpm_lite: Introduce cursor read helpersstabilize-meowth-10574.Bstabilize-10569.BMattias Nissler2018-04-092-47/+49
* tpm_lite: Drop FOR_TEST for tlcl.cMattias Nissler2018-04-092-17/+3
* ec_sync: Go to recovery on aux fw update failureDuncan Laurie2018-03-303-18/+55
* ec_sync: Add recovery reason for aux update failureDuncan Laurie2018-03-282-0/+5
* firmware: tpm2_lite: fix command/response code typeAndrey Pronin2018-03-272-3/+2
* firmware: tpm2_lite: propagate actual errorsAndrey Pronin2018-03-273-158/+132
* firmware: move TPM_E constants to tss_constants.hAndrey Pronin2018-03-263-23/+21
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-267-13/+20
* firmware: remove unused vboot1 APIsRandall Spangler2018-03-082-243/+6
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-077-22/+131
* firmware: Remove deprecated SW_WP_ENABLED flagRandall Spangler2018-03-045-16/+5
* firmware: Remove VbLockDevice()stabilize-10452.96.Bstabilize-10452.90.Bstabilize-10452.85.Bstabilize-10452.81.Brelease-R66-10452.BRandall Spangler2018-03-012-29/+0
* tpm: Add extern "C" declaration for C++ compatibility.firmware-kbl-10431.BMattias Nissler2018-02-221-0/+8
* Always enter BROKEN screen in non-manual recovery, even in dev modeJulius Werner2018-02-201-4/+0
* Clear OPROM_NEEDED on EC update before rebootDaisuke Nojiri2018-02-161-0/+3
* detachables: Allow 'Tab' to display debug info on all screensJulius Werner2018-02-081-0/+3
* Request cold reboot when switching to dev modeDaisuke Nojiri2018-02-081-1/+1
* vboot_api: Remove unused VB_SCREEN constantsJulius Werner2018-02-071-6/+3
* cgpt: add support for managing GPT platform required partition bitBen Chan2018-02-064-1/+15
* detachables: Ensure menu_idx can't be used uninitalizedMartin Roth2018-02-021-0/+1
* detachables: Refactor BROKEN screen handling, add OPTIONS menu to itJulius Werner2018-01-311-42/+45
* detachables: Factor out common UI loop input handlingJulius Werner2018-01-311-73/+58
* detachables: The Big RefactorJulius Werner2018-01-313-747/+524
* detachables: Combine set_menu_items and set_disabled_idx_maskJulius Werner2018-01-311-58/+35
* detachables: Remove obsolete RECOVERY menuJulius Werner2018-01-313-54/+1