summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* 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
* detachables: Replace RECOVERY with OPTIONS menuShelley Chen2018-01-252-109/+114
* detachables: Define options menuShelley Chen2018-01-233-0/+23
* ec_sync: Commit NVRAM updates before battery cutoffBrian Norris2018-01-191-0/+2
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-098-73/+49
* firmware: Prune down old region APIRandall Spangler2018-01-0915-331/+135
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-098-44/+53
* firmware: Remove bmpblk codeRandall Spangler2018-01-0911-564/+45
* ec_sync: Use vboot2 context instead of cparamsRandall Spangler2018-01-095-55/+81
* firmware: Align workbuf used sizeRandall Spangler2018-01-0510-31/+49
* firmware: simplify audioRandall Spangler2018-01-056-386/+51
* firmware: use sd->gbb_flagsRandall Spangler2018-01-056-43/+55
* detach_ui_test: Move variables needed for unit tests to private fileShelley Chen2017-12-182-69/+85
* Revert "vboot: Fix INSERT screen error when valid Kernel USB is not inserted"Philip Chen2017-12-121-3/+1