summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fuzzers: Fix builds with new clangstabilize-rust-13795.Bstabilize-rust-13776.Bstabilize-quickfix-13816.67.Bstabilize-LTS-13816.60.Bstabilize-13816.82.Bstabilize-13816.80.Bstabilize-13816.64.Bstabilize-13816.63.Bstabilize-13816.55.Bstabilize-13816.53.Bstabilize-13816.51.Bstabilize-13816.40.Bstabilize-13799.Bstabilize-13768.Brelease-R90-13816.Bfactory-puff-13813.BManoj Gupta2021-01-302-0/+2
* tpm2_lite: implement TlclExtendYi Chou2021-01-303-4/+88
* vboot: make @return keyword consistent in function docstringsJoel Kitching2021-01-283-13/+13
* vboot: relocate private RSA function headersJoel Kitching2021-01-284-15/+23
* vboot: convert secdata_kernel_crc to static functionJoel Kitching2021-01-282-18/+13
* vboot: remove vboot_audio.c and friendsJoel Kitching2021-01-287-85/+0
* vboot: merge vboot_api_stub_init.c into vboot2 namespaceJoel Kitching2021-01-284-28/+19
* vboot: collect auxfw/EC-related stubs in vboot2 namespaceJoel Kitching2021-01-282-91/+81
* vboot: collect UI-related stubs in vboot2 namespaceJoel Kitching2021-01-283-37/+40
* futility: update: Add "servo_noreset" opt to tell CCD not to resetDouglas Anderson2021-01-211-1/+33
* ensure_not_tainted_license: fix exit codesSergey Frolov2021-01-211-1/+5
* vboot: add weak __attribute__ tag to stub functionsJoel Kitching2021-01-204-0/+30
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-2027-52/+47
* vboot: move lib20/misc.c into 2lib namespaceJoel Kitching2021-01-203-4/+4
* ensure_not_tainted_license: skip if not foundSergey Frolov2021-01-161-2/+3
* Minidiag: Commit NVRAM immediately right after cleaning diag requestMeng-Huan Yu2021-01-151-0/+6
* Minidiag: Enable minidiag by defaultstabilize-quickfix-13729.84.Bstabilize-quickfix-13729.73.Bstabilize-quickfix-13729.60.Bstabilize-13729.72.Bstabilize-13729.57.Bstabilize-13729.56.Bstabilize-13729.49.Bstabilize-13729.45.Bstabilize-13729.16.Brelease-R89-13729.BMeng-Huan Yu2021-01-142-4/+4
* Add ensure_not_tainted_license.shstabilize-rust-13720.Bmasterfactory-zork-13700.BSergey Frolov2021-01-011-0/+66
* Revert "sign_gsc_firmware: update generated file name"factory-dalboz-13695.BVadim Bendebury2020-12-291-2/+0
* sign_gsc_firmware: update generated file namefactory-test-13683.Bfactory-dedede-13683.BVadim Bendebury2020-12-181-0/+2
* cgptlib: Always zero-initialize GPT entries buffersfirmware-volteer-13672.81.Bfirmware-volteer-13672.47.Bfirmware-volteer-13672.39.BJulius Werner2020-12-161-2/+5
* sign_gsc_firmware: refactor and extend to support D2Vadim Bendebury2020-12-111-90/+136
* sign_gsc_firmware: add functions to determine ihex module base addressVadim Bendebury2020-12-111-0/+86
* image_signing: use GSC nomenclature instead of Cr50Vadim Bendebury2020-12-112-57/+105
* futility: update: add new quirk 'no_check_platform'Hung-Te Lin2020-12-094-1/+32
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-094-33/+41
* vboot2: remove rsa from vb2_hwcrypto_rsa_allowedKangheui Won2020-12-093-5/+6
* signer: Verify many Android signer operations that content is unchanged.stabilize-13654.BYury Khmel2020-12-051-8/+29
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-0421-7099/+16
* Makefile: use -fPIC instead of -fPIETom Hughes2020-12-031-1/+1
* minidiag: Fix button initialization errors in memory testsHsuan Ting Chen2020-11-261-2/+20
* Makefile: Test for warning flags before using themPatrick Georgi2020-11-241-5/+26
* Split UI parts out of fwlib for host buildsPatrick Georgi2020-11-231-8/+12
* Hide __has_attribute from non-clang compilersPatrick Georgi2020-11-231-2/+5
* Revert "Reland: Clean up implicit fall through."stabilize-rust-13613.BJulius Werner2020-11-207-7/+14
* vboot/ui: Pass screen and locale_id to vb2ex_prepare_log_screen()Yu-Ping Wu2020-11-194-9/+20
* minidiag/ui: Prevent calling update action if there were no updatesstabilize-quickfix-13597.30.Bstabilize-ambassador-13597.79.Bstabilize-13597.97.Bstabilize-13597.95.Bstabilize-13597.94.Bstabilize-13597.90.Bstabilize-13597.85.Bstabilize-13597.84.Bstabilize-13597.71.Bstabilize-13597.70.Bstabilize-13597.69.Bstabilize-13597.68.Bstabilize-13597.67.Bstabilize-13597.66.Bstabilize-13597.105.Bstabilize-13597.103.Brelease-R88-13597.Bfactory-volteer-13600.BHsuan Ting Chen2020-11-123-5/+15
* minidiag/ui: Prevent calling update action if memory test is finishedHsuan Ting Chen2020-11-122-0/+9
* vboot/ui: Remove extra delay for long iteration timeHsuan Ting Chen2020-11-122-1/+91
* vboot/ui/tests: Remove unnecessary aborting delay checkHsuan Ting Chen2020-11-121-39/+27
* vboot/ui/tests: Add time-related constants in 2ui_private.hstabilize-13591.BHsuan Ting Chen2020-11-044-22/+28
* vboot/ui: Suffix "_ms" to time-related variablesHsuan Ting Chen2020-11-043-30/+30
* common: log loopback detachesGeorge Engelbrecht2020-11-031-0/+1
* common: save the existing return value on cleanupGeorge Engelbrecht2020-11-031-0/+3
* cleanup_minimal: remove duplicate trap for temps and mountsGeorge Engelbrecht2020-11-031-1/+0
* common.sh: adapt to get clean shellcheckGeorge Engelbrecht2020-11-032-28/+42
* common.sh: don't let eval terminate cleanupGeorge Engelbrecht2020-10-311-1/+1
* sign_android: don't use xattrs from unsquashfsGeorge Engelbrecht2020-10-301-2/+2
* sign_official_build: dump more info in resign_android_image_if_existsstabilize-rust-13562.BBrian Norris2020-10-281-1/+10
* crossystem: support clear_tpm_owner_request on TPM2.0 simulatorYi Chou2020-10-282-3/+38