summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* futility: update: load quirks from firmware image CBFS filestabilize-rust-13555.BHung-Te Lin2020-10-164-7/+75
* lib: gpt_misc: Avoid leaving GPT entries data uninitializedJulius Werner2020-10-161-0/+2
* futility/updater: Add quirk to preserve management engineKarthikeyan Ramasubramanian2020-10-153-0/+47
* futility: update: support multi-line quirksHung-Te Lin2020-10-152-2/+11
* signer: syncronize image packing to what we have in build image phase.Yury Khmel2020-10-141-26/+30
* crossystem: remove mosys nvstorage implementationJack Rosenthal2020-10-143-88/+0
* vboot/ui: Split disabled_item_mask into two masks for log screenHsuan Ting Chen2020-10-147-233/+435
* vboot/ui/tests: Fix ignoring vb2ex_display_ui calls in unit testsstabilize-13532.BHsuan Ting Chen2020-10-122-8/+21
* vboot/ui/tests: Fix struct compare error in unit testsHsuan Ting Chen2020-10-122-2/+2
* signer: resign networkstack APKs with correct keystabilize-13525.Bfirmware-volteer-13521.BVictor Hsieh2020-10-091-1/+1
* Deal with Android's new networkstack keyVictor Hsieh2020-10-083-6/+15
* arc: Fix RVC signed image does not boot.factory-test-13517.BYury Khmel2020-10-061-9/+37
* lib21: always append '\0' in vb2_readfilestabilize-rust-13514.BHung-Te Lin2020-10-052-1/+3
* vboot/ui: fix some rogue spacingJoel Kitching2020-10-053-7/+7
* vboot/ui: introduce casts around vb2_menu_item helpersJoel Kitching2020-10-051-10/+10
* vboot/ui: stop including 2secdata.h in 2ui.cJoel Kitching2020-10-051-1/+0
* vboot2: Add support for modexp accelerationKangheui Won2020-10-034-2/+58
* futility: updater: print flashrom execution logs on read failurestabilize-13505.1.BHung-Te Lin2020-09-261-0/+11
* vboot/ui: Always beep when error dialog is shownHsuan Ting Chen2020-09-242-11/+4
* firmware/2lib: Add error message for ctrl-U when usb boot is not enabledShelley Chen2020-09-242-0/+3