summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 2sha: Add a vb2_hash type to make it easier to work with hashesJulius Werner2020-01-161-0/+2
* vboot: apply UNROLL_LOOPS globally rather than to fwlibsJoel Kitching2020-01-101-4/+1
* vboot: Deprecate VBSD_EC_EFSYu-Ping Wu2020-01-091-0/+7
* vboot: Deprecate VBSD_EC_SLOW_UPDATEYu-Ping Wu2020-01-091-0/+7
* vboot: Deprecate VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2020-01-071-0/+9
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-4/+3
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-241-11/+9
* vboot: change USB_BOOT_ON_DEV to use build flagJoel Kitching2019-12-241-0/+7
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-171-1/+0
* vboot: remove support for _s suffixed binaries in MakefileJoel Kitching2019-12-111-4/+0
* crossystem: change mosys calls to use the subprocess libraryJack Rosenthal2019-12-101-0/+1
* vboot: remove static linking support from MakefileJoel Kitching2019-12-091-12/+3
* host/lib: add a subprocess libraryJack Rosenthal2019-12-071-0/+3
* Makefile: Make loop unrolling fully controllable by the callerJulius Werner2019-12-051-2/+4
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-5/+15
* futility: updater: move system-related utility functions to updater_utilsHung-Te Lin2019-11-221-0/+1
* Makefile: Define UNROLL_LOOPS to save ~50ms of boot timefactory-hatch-12692.BSubrata Banik2019-11-191-1/+1
* Makefile: Fix typo for MOCK_TPMJulius Werner2019-11-191-1/+1
* Split TLCL functionality out into a new libraryTim Wawrzynczak2019-11-181-7/+20
* Auxfw sync: Move auxfw specific tests to a new fileTim Wawrzynczak2019-11-151-0/+2
* crossystem: Add a fake workbuffer for the fake contextJulius Werner2019-11-141-0/+1
* 2lib: Move context-related functions from 2misc.c into 2context.cJulius Werner2019-11-141-0/+1
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-141-0/+1
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-131-4/+0
* vboot: keep const and non-const signature and key accessorsJoel Kitching2019-10-291-1/+0
* Always pass "-g" when building.Manoj Gupta2019-10-281-1/+1
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-251-3/+3
* vboot: merge ec_sync and ec_sync_allJoel Kitching2019-10-251-1/+0
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-231-3/+0
* vboot: make BROKEN screen code for saving nvdata more consistentJoel Kitching2019-10-231-6/+0
* tests: Add fuzzers for payload and preamble parsingJulius Werner2019-10-221-1/+3
* tests: Add cgpt fuzzer.stabilize-12607.6.Bstabilize-12607.5.Bstabilize-12607.3.Bstabilize-12607.15.BMattias Nissler2019-10-171-0/+22
* vboot: remove VbVerifyMemoryBootImage functionJoel Kitching2019-10-021-2/+0
* vboot: remove linktest filesJoel Kitching2019-10-021-26/+4
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-0/+3
* Revert "Use bfd as the linker to build vboot_reference."Manoj Gupta2019-09-171-2/+1
* 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-051-7/+7
* vboot: no need to compile C++ files in MakefileJoel Kitching2019-09-051-5/+0
* vboot: various Makefile cleanupsJoel Kitching2019-09-051-66/+25
* vboot: prevent some tests from running when MOCK_TPM=1Joel Kitching2019-08-311-2/+5
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-6/+6
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-281-6/+0
* vboot/secdata: remove rollback_index3_testsJoel Kitching2019-08-281-2/+0
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-6/+6
* vboot/secdata: remove VbUnlockDevice functionJoel Kitching2019-08-281-2/+0
* vboot: remove 9-year old tpm_init_temp_fix workaroundJoel Kitching2019-08-271-4/+0
* vboot: remove obsolete COPY_BMP_DATAJoel Kitching2019-08-271-5/+0
* Makefile: Add -Wno-unknown-warningJulius Werner2019-08-261-2/+2
* Makefile: Enable -Wimplicit-fallthroughJacob Garber2019-08-241-1/+1