summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot: Reduce unnecessary redraw of error messagefirmware-kukui-12573.Bfirmware-kukui-12573.191.Bfirmware-12573.191.BYu-Ping Wu2020-02-101-4/+3
* vboot/vboot_display: retrieve TPM versions from vboot1 structuresYu-Ping Wu2020-02-061-2/+2
* Makefile: Make loop unrolling fully controllable by the callerJulius Werner2019-12-061-8/+4
* Makefile: Define UNROLL_LOOPS to save ~50ms of boot timeSubrata Banik2019-12-061-1/+1
* vboot: remove some more junk from vboot_struct.hJoel Kitching2019-11-071-19/+2
* vboot: mark some more vboot1 VBSD flags as deprecatedJoel Kitching2019-11-071-17/+23
* vboot: deprecate legacy vboot1 FWB_TRIED flagJoel Kitching2019-11-074-39/+17
* firmware: ui: Unify delays, remove DISK/KEY split in recovery modeJulius Werner2019-11-075-123/+77
* firmware: Don't set recovery reason for removable boot in TryLoadKernelJulius Werner2019-11-074-41/+47
* firmware: Do not set recovery reason directly in LoadKernel()Julius Werner2019-11-075-56/+103
* vboot: remove VbSetRecoveryRequestJoel Kitching2019-11-072-52/+63
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-237-135/+94
* Make vboot_version extern in headerLeonard Chan2019-10-041-1/+1
* vboot: remove VbVerifyMemoryBootImage functionJoel Kitching2019-10-024-490/+0
* vboot: remove linktest filesJoel Kitching2019-10-024-180/+4
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-0211-69/+58
* vboot: fix compile error with MOCK_TPMstabilize-12560.BJoel Kitching2019-10-011-1/+1
* x86/crossystem_arch: Free file descriptor if we fail to use itPatrick Georgi2019-09-271-2/+6
* firmware/lib20: Annotate sanitizing function for CoverityPatrick Georgi2019-09-261-0/+4
* crossystem: avoid TOCTOU issuePatrick Georgi2019-09-261-2/+7
* futility: also clamp to natural valuesPatrick Georgi2019-09-231-1/+3
* futility/cmd_update.c: free cfg before leaving contextPatrick Georgi2019-09-231-0/+1
* vboot: fix up some more includesJoel Kitching2019-09-23128-273/+203
* vboot/secdata: move struct definitions into 2secdata_struct.hJoel Kitching2019-09-238-121/+136
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-2319-141/+692
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-2314-34/+140
* futility/cmd_update.c: free cfg before leaving contextPatrick Georgi2019-09-201-0/+1
* futility/updater: clamp revision numberPatrick Georgi2019-09-201-2/+10
* futility/updater: verify that data copied from stdin is completePatrick Georgi2019-09-201-1/+4
* image_signing: drop set_chronos_password.shMike Frysinger2019-09-201-56/+0
* Revert "Use bfd as the linker to build vboot_reference."Manoj Gupta2019-09-171-2/+1
* futility/updater: Check that image exists before digging into itstabilize-12515.Bstabilize-12499.18.Brelease-R78-12499.BPatrick Georgi2019-09-091-0/+5
* sign_cr50_firmware.sh: allow signing MP images.LaMont Jones2019-09-081-8/+9
* Use bfd as the linker to build vboot_reference.Manoj Gupta2019-09-071-1/+2
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-0522-69/+35
* vboot/secdata: remove TPMClearAndReenable function mockJoel Kitching2019-09-051-6/+0
* vboot/secdata: fix up macros in rollback_index.cJoel Kitching2019-09-051-10/+6
* vboot: no need to compile C++ files in MakefileJoel Kitching2019-09-051-5/+0
* vboot: various Makefile cleanupsJoel Kitching2019-09-051-66/+25
* tests: Ensure string is null-terminatedJacob Garber2019-09-051-2/+6
* crossystem: Add TGL GPIO Chip IDSrinidhi N Kaushik2019-09-051-0/+1
* cgpt: show: dump drive details in verbose/debug modeMike Frysinger2019-09-011-1/+18
* vboot: prevent some tests from running when MOCK_TPM=1Joel Kitching2019-08-311-2/+5
* vboot: add mocked TlclDefineSpaceEx functionJoel Kitching2019-08-311-0/+11
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-318-4/+7
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-3133-779/+869
* vboot: deprecate fastboot supportJoel Kitching2019-08-3013-131/+22
* cgpt: improve help textMike Frysinger2019-08-299-25/+28
* cgpt: show: add some sanity checking to -i flagsstabilize-12464.BMike Frysinger2019-08-291-0/+14
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-286-6/+28