summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* futility: updater: add new quirk 'extra_retries'firmware-brya-14505.BHung-Te Lin2022-09-265-11/+41
* futility: drop sudo from test scriptstabilize-14498.Bstabilize-14496.Bfirmware-brya-14505.71.BNikolai Artemiev2022-02-011-2/+2
* futility: updater: add new quirk 'no_verify'Hung-Te Lin2022-01-293-0/+17
* crossystem: Add support for ADL-N gpiochipSubrata Banik2022-01-281-0/+1
* futility: updater: use diff image when preserving MEHung-Te Lin2022-01-281-0/+9
* accessory: script to generate hps keysEvan Benn2022-01-261-0/+64
* futility: updater: allow changing GBB flags on erased flashHung-Te Lin2022-01-261-4/+12
* futility: updater: split 'fast update' into 'diff image' and 'no verify'Hung-Te Lin2022-01-255-10/+17
* accessory: make create_new_hammer_like_keys generates correct key namestabilize-14477.BTing Shen2022-01-212-7/+28
* Add vboot_reference-sysstabilize-wristpin-14469.59.Bstabilize-14469.9.Bstabilize-14469.8.Bstabilize-14469.58.Bstabilize-14469.41.Brelease-R99-14469.BAllen Webb2022-01-199-0/+116
* vboot_reference/cgpt_nor: Make ForkExecL() static localfactory-cherry-14455.BEdward O'Callaghan2022-01-131-1/+1
* futility: Use crosid to probe firmware manifest keyJack Rosenthal2022-01-111-17/+53
* futility: Link with libcrosidJack Rosenthal2022-01-101-1/+7
* crossystem: Remove the stale TPM simulator supportYi Chou2022-01-102-23/+3
* crossystem: Add flock to prevent race conditionsYi Chou2022-01-101-5/+69
* vboot_reference/futility: Pass through SERVOD_NAME.Sam McNally2022-01-072-2/+7
* vboot_reference/futility: Support "ccd_gsc" as a servo type fragment.Sam McNally2022-01-071-2/+3
* Makefile: Fix missed boolean flagsstabilize-14442.BJakub Czapiga2022-01-041-4/+4
* vboot_reference: Allow flashrom_read_image() reading per-regionstabilize-14438.BEdward O'Callaghan2022-01-043-3/+34
* 2lib: Deprecate vb2api_allow_recovery() and VB2_SD_FLAG_MANUAL_RECOVERYHsuan Ting Chen2021-12-307-72/+48
* 2lib: Fix minor comments in 2api.cHsuan Ting Chen2021-12-301-2/+2
* vboot_ref/futility: Wrap flashrom_drv behind USE_FLASHROMEdward O'Callaghan2021-12-292-8/+28
* image_signing: Use "-b 256K" option for zstd squashfs compressionSatoshi Niwa2021-12-241-1/+1
* vboot_ref/futility: Extract out flashrom call logicEdward O'Callaghan2021-12-245-191/+216
* tests/vb2_auxfw_sync_tests: Match the test behavior with the deviceKarthikeyan Ramasubramanian2021-12-231-3/+4
* futility/updater: Increase the fw_try_count to 8Karthikeyan Ramasubramanian2021-12-231-1/+1
* 2lib/2auxfw_sync: Handle VB2_REQUEST* error codesKarthikeyan Ramasubramanian2021-12-231-35/+2
* vboot_reference/Makefile: Work towards a common flashrom pathstabilize-14411.BEdward O'Callaghan2021-12-161-6/+7
* futility/update: Search RO CBFS files in "COREBOOT", not "RO_SECTION"Julius Werner2021-12-142-2/+3
* Reland "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"stabilize-14396.Bstabilize-14395.BHsuan Ting Chen2021-12-1210-52/+153
* Reland "2lib/2api: Deprecate vb2ex_ec_trusted()"Hsuan Ting Chen2021-12-104-23/+4
* Reland "2lib: Use ctx flag VB2_CONTEXT_EC_TRUSTED instead of vb2ex_ec_trusted"Hsuan Ting Chen2021-12-101-1/+1
* vboot_reference: shortcut for enable earlycon and serial consoleHsin-Yi Wang2021-12-091-1/+51
* vboot: Remove vb2_screen and vb2_ui_error enumsedisonhello2021-12-081-77/+0
* vboot: Remove vb2ex_display_ui, vb2ex_prepare_log_screenedisonhello2021-12-082-55/+0
* Makefile: Make boolean variables use zero as disabledstabilize-14385.BJakub Czapiga2021-12-031-21/+21
* Makefile: Remove DETACHABLE and PHYSICAL_PRESENCE_KEYBOARDJakub Czapiga2021-12-031-14/+0
* gscvd: add dedicated test keysVadim Bendebury2021-12-037-9/+15
* firmware: VB2_REC_OR_DIE() should not abort before vb2_check_recovery()Julius Werner2021-12-039-5/+124
* Makefile: Add dumpRSAPublicKey to SDK utilitiesfactory-kukui-14374.BYu-Ping Wu2021-11-261-0/+1
* Makefile: Avoid duplicate installation of utilityYu-Ping Wu2021-11-261-29/+32
* vboot_reference/futility: Inline get_host_wp()Edward O'Callaghan2021-11-261-89/+26
* vboot_reference/futility: pipe log level thoughEdward O'Callaghan2021-11-251-12/+8
* firmware/2lib: Remove BOOT_EXTERNAL_ON_DEVJakub Czapiga2021-11-253-12/+0
* vboot_reference/futility: Port R path to using libflashromEdward O'Callaghan2021-11-251-24/+33
* vboot_reference/futility: set layout when using regionNikolai Artemiev2021-11-241-0/+1
* futility: updater_setup_config() allow for non-host progEdward O'Callaghan2021-11-241-1/+1
* futility: always create a tempfile in updater_apply_white_label()Edward O'Callaghan2021-11-241-7/+3
* vboot_reference/futility: Port W path to using libflashromEdward O'Callaghan2021-11-182-30/+121
* image_signing: skip signing of boot*.efi on reven boardstabilize-14345.Bstabilize-14336.Bstabilize-14333.BNicholas Bishop2021-11-082-6/+14