summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ui: Fix default item for dev external boot screenfirmware-volteer-13672.BYu-Ping Wu2021-12-231-2/+8
* 2lib/2auxfw_sync: Handle VB2_REQUEST* error codesKarthikeyan Ramasubramanian2021-12-201-35/+2
* ui: Check external disk status on selecting "Back"Yu-Ping Wu2021-10-261-0/+43
* minidiag: Add storage self-test screenfirmware-volteer-13672.156.Bfirmware-volteer-13672.148.BChung-Sheng Wu2021-04-285-31/+260
* minidiag: Update strings for minidiag v1.1Chung-Sheng Wu2021-04-281-4/+4
* vboot/ui: Refactor log_page apiChung-Sheng Wu2021-04-282-122/+94
* vboot: do not change screens when dev boot disallowedJoel Kitching2021-04-282-17/+29
* vboot/ui: Split out enabling/disabling buttons from log_page_* functionsChung-Sheng Wu2021-04-281-28/+28
* vboot: Replace VB2_REQUEST_UI_CONTINUE with VB2_SUCCESSChung-Sheng Wu2021-04-286-152/+150
* minidiag: Rename storage to storage health infoChung-Sheng Wu2021-04-284-36/+37
* vboot: always return after calling vb2_ui_screen_changeJoel Kitching2021-04-282-4/+20
* vboot/ui: Change root screen if DEV_DISABLE_BOOT is setYu-Ping Wu2021-04-283-11/+22
* vboot: add tests for VB2_TRY around screen changesJoel Kitching2021-04-282-0/+35
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-04-2822-203/+213
* vboot: merge vboot_api_stub_init.c into vboot2 namespaceJoel Kitching2021-04-284-28/+19
* vboot: collect auxfw/EC-related stubs in vboot2 namespaceJoel Kitching2021-04-282-91/+81
* vboot: collect UI-related stubs in vboot2 namespaceJoel Kitching2021-04-283-37/+40
* vboot: add weak __attribute__ tag to stub functionsJoel Kitching2021-04-284-0/+30
* minidiag: Update strings for minidiag v1.0Chung-Sheng Wu2021-04-221-1/+1
* Minidiag: Commit NVRAM immediately right after cleaning diag requestfirmware-volteer-13672.130.BMeng-Huan Yu2021-03-181-0/+6
* Minidiag: Enable minidiag by defaultMeng-Huan Yu2021-03-182-4/+4
* 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