summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* firmware: 2api.h: Factor out 2context.hstabilize-15083.Bstabilize-15072.BJulius Werner2022-08-182-276/+290
* add -r alias for --remove_rootfs_verificationSteven 'Steve' Kendall2022-08-181-1/+2
* vboot_reference: make flashrom_get_wp() use libflashromNikolai Artemiev2022-08-187-62/+69
* tests/futility/test_update.sh: Document test_update functionstabilize-15054.98.Bstabilize-15054.26.Bstabilize-15054.115.Brelease-R106-15054.BEvan Benn2022-08-171-0/+6
* 2misc: Abort before using GBB if gbb_offset is not initializedNicholas Bishop2022-08-173-10/+46
* make_dev_ssd.sh: skip firmware checks on VMShao-Chuan Lee2022-08-161-3/+15
* scripts/image_signing: Add general security test scriptRobert Zieba2022-08-161-0/+99
* scripts/image_signing/ensure_amd_psp_flags: Change argument orderRobert Zieba2022-08-161-3/+3
* futility: updater: Stop looking for zephyr.binstabilize-15033.Bstabilize-15032.BYu-Ping Wu2022-08-071-6/+2
* host/lib/cbfstool: Fail on subprocess errorJakub Czapiga2022-08-051-2/+5
* futility: gscvd: Allow verification ranges in SI_ALL sectionJulius Werner2022-08-041-5/+14
* vboot_api.h: Remove VbExDiskGetInfo and VbExDiskFreeInfoHsin-Te Yuan2022-08-033-73/+0
* 2load_kernel.c: Expose load kernel as vb2_apiHsin-Te Yuan2022-07-2929-1413/+511
* firmware/2lib: Introduce `vb2api_get_fw_boot_info` APISubrata Banik2022-07-293-67/+203
* signer: continue to use --sb_extract for shellballsJosh Horwich2022-07-291-2/+2
* futility: Add --keyset option to sign command for BIOS and kernelstabilize-14998.Bfactory-foobar-15000.BJakub Czapiga2022-07-225-55/+165
* futility: updater: allow --fast to skip scanning archive in do_manifestHung-Te Lin2022-07-212-4/+25
* 2kernel.c: check display request in vb2api_kernel_phase2stabilize-14989.85.Bstabilize-14989.107.Brelease-R105-14989.BHsin-Te Yuan2022-07-153-46/+15
* tests/common/boot_mode.c: Introduce SET_BOOT_MODEHsin-Te Yuan2022-07-157-94/+142
* tests/common/tests.h: rename test_common.h to common/tests.hHsin-Te Yuan2022-07-1556-62/+62
* Makefile: Hide coverage helper targets if COV is not setHsuan Ting Chen2022-07-131-5/+5
* Makefile: coverage: Fix build failureHsuan Ting Chen2022-07-131-2/+2
* 2lib/2auxfw_sync: Request recovery for missing auxfwYu-Ping Wu2022-07-132-6/+15
* vboot_api_kernel.c: Remove kparams_ptrHsin-Te Yuan2022-07-1321-594/+490
* signer: Preserve capabilities on Android system imageJosh Horwich2022-07-121-1/+58
* 2kernel.c: Clear VB2_NV_DIAG_REQUEST unconditionallyHsin-Te Yuan2022-07-113-10/+17
* vb2_context: Use fixed-width type for boot_modeJulius Werner2022-07-091-2/+2
* vboot: Move `vb2_fw_result` definition from 2nvstorage.h to 2api.hSubrata Banik2022-07-082-15/+15
* OWNERS: Add roccochen@chromium.orgstabilize-14964.BYu-Ping Wu2022-07-061-0/+1
* 2api.c: Initialize display using boot_modeHsin-Te Yuan2022-07-032-14/+11
* futility/file_type_bios: Rework image signingJakub Czapiga2022-06-3036-191/+725
* 2kernel: Add vb2api_kernel_phase2 and vb2api_normal_bootfirmware-chameleon-14947.Bfirmware-14947.BHsin-Te Yuan2022-06-285-109/+117
* .gitignore: ignore swap files of vimHsin-Te Yuan2022-06-271-0/+1
* futility: updater: disable broken '--repack' argumentHung-Te Lin2022-06-261-1/+2
* 2kernel: add vb2api_kernel_finalizeHsin-Te Yuan2022-06-243-13/+30
* tests: Fix most of errors reported by shellcheckJakub Czapiga2022-06-2332-899/+929
* scripts/image_signing: Add ensure_amd_psp_flags scriptRobert Zieba2022-06-231-0/+115
* vboot_ref/Makefile: Expose symbols irregardless of USE_FLASHROMstabilize-14918.BEdward O'Callaghan2022-06-161-2/+2
* scripts/image_signing: Move `extract_firmware_bundle` to common.shRobert Zieba2022-06-152-19/+19
* 2api: Remove UI callback functionsstabilize-quickfix-14909.132.Bstabilize-14909.100.Brelease-R104-14909.Bfirmware-guybrush-14500.Bfactory-guybrush-14908.Bfactory-brya-14909.124.BYu-Ping Wu2022-06-076-243/+34
* OWNERS: Remove `*` approvalJulius Werner2022-06-031-1/+0
* futility: Remove --devsign and --devkeyblockJakub Czapiga2022-05-3016-142/+31
* signer: Reland "Check the list of android image files"Daichi Hirono2022-05-271-0/+19
* futility: [deferredupdates] Defer setting firmware cookiesJae Hoon Kim2022-05-261-10/+53
* futility: gscvd: Allow passing board ID in ASCIIJulius Werner2022-05-251-3/+13
* vboot: Move TPM disabling call to depthchargeYu-Ping Wu2022-05-215-23/+14
* futility: gscvd: Add -G flag for GBB rangesJulius Werner2022-05-181-9/+111
* Revert "signer: Check the list of android image files"Daichi Hirono2022-05-181-16/+0
* futility: updater: split manifest implementation from updater_archivestabilize-14839.BHung-Te Lin2022-05-164-884/+924
* futility: updater: support reading the archives using libarchiveHung-Te Lin2022-05-152-14/+273