summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* stub: Print error messages by vb2ex_printf()stabilize-ambassador-14268.43.Bstabilize-14268.67.Bstabilize-14268.52.Bstabilize-14268.51.Brelease-R96-14268.BYu-Ping Wu2021-10-072-41/+34
* 2api: Add vb2_boot_mode in vb2_context denoted the current boot modestabilize-14267.Bfactory-ambassador-14265.BHsuan Ting Chen2021-10-017-42/+121
* 2lib/2api: Deprecate vb2ex_ec_trusted()Hsuan Ting Chen2021-09-283-18/+4
* vboot: boot from miniOS recovery kernels on diskstabilize-14249.BJoel Kitching2021-09-245-10/+234
* 2lib: Use ctx flag VB2_CONTEXT_EC_TRUSTED instead of vb2ex_ec_trustedHsuan Ting Chen2021-09-241-1/+1
* 2api: Adjust the order of checking dev switch in vb2api_fw_phase1stabilize-14238.BHsuan Ting Chen2021-09-231-14/+5
* vboot: Remove VbExKeyboard* functions from vboot APIedisonhello2021-09-172-88/+0
* vboot: Remove vb2ex_diag_storage_test_controledisonhello2021-09-172-17/+0
* vboot/ui: Remove 2ui, 2ui_screens, and vb2_ui*_testsstabilize-rust-14225.Bstabilize-rust-14224.Bstabilize-rust-14220.Bedisonhello2021-09-144-1211/+0
* vboot/ui: Remove diagnostics menu and related testsedisonhello2021-09-146-374/+18
* vboot/ui: Remove developer menu and related testsedisonhello2021-09-146-421/+21
* vboot/ui: Remove manual recovery and related screenedisonhello2021-09-146-205/+18
* vboot/ui: Remove broken recovery screenedisonhello2021-09-147-47/+18
* vboot/ui: Rename UI functionsedisonhello2021-09-144-32/+35
* 2lib/2ec_sync: Clear VB2_CONTEXT_EC_TRUSTED before jumping to RWHsuan Ting Chen2021-09-041-0/+4
* run2tests: fix more compilation problemsVadim Bendebury2021-09-021-2/+2
* vboot/ui: Show error box on internal boot failureYu-Ping Wu2021-08-312-2/+11
* Allow use of fallthrough directlystabilize-14189.BSimon Glass2021-08-271-3/+3
* 2nvstorage: Clear FIRMWARE_SETTINGS_RESET flag on a clean bootJulius Werner2021-08-131-0/+5
* firmware: 2sysincludes: Remove byteswap.h and memory.hJulius Werner2021-08-131-5/+0
* vboot_reference: Add GPT GUID for hibernateEvan Green2021-08-121-0/+2
* vboot: Remove unnecessary flag unset operationsstabilize-14150.882.Bstabilize-14150.881.Bstabilize-14150.74.Bstabilize-14150.734.Bstabilize-14150.64.Bstabilize-14150.43.Bstabilize-14150.376.Brelease-R94-14150.Brelease-R94-14150.49.Bedisonhello2021-08-122-11/+6
* vboot/misc: Add validity check in vb2api_enable_developer_modeedisonhello2021-08-124-3/+21
* vboot/ui: Check allocated pointer before using the pointerstabilize-14149.Bedisonhello2021-08-101-1/+1
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-3011-79/+88
* vboot: Add DEV_BOOT_*ALLOWED in ctx->flagsedisonhello2021-07-306-66/+56
* vboot: Add vb2api_set_locale_idedisonhello2021-07-274-2/+15
* vboot/ui: Use vb2api_gbb_get_flags instead of vb2_get_gbbedisonhello2021-07-272-5/+4
* vboot: add MINIOS_PRIORITY flag to nvstorageJoel Kitching2021-07-193-2/+12
* Makefile: deprecate config DIAGNOSTIC_UIHsuan Ting Chen2021-07-162-2/+2
* Add comments to make it easier to decode return codesstabilize-14094.Bstabilize-14093.Bstabilize-14092.66.Bstabilize-14092.57.Brelease-R93-14092.BSimon Glass2021-07-121-53/+53
* vboot_reference: Add GUID type for miniOSJae Hoon Kim2021-07-091-0/+2
* vboot: introduce minios_kernel.keyblockJoel Kitching2021-07-051-0/+2
* vboot/vboot_kernel: clean up vb2_load_partitionJoel Kitching2021-07-031-19/+18
* vboot/vboot_kernel: store kparams pointer instead of copying dataJoel Kitching2021-07-033-48/+17
* Replace an old VB2_CONTEXT_SECDATA_CHANGEDSimon Glass2021-07-021-2/+2
* Show error code when kernel is invalidSimon Glass2021-07-011-1/+1
* Fix missing newline in log_page_update()Simon Glass2021-07-011-1/+1
* vboot: add x86 SHA256 ext supportKangheui Won2021-07-014-21/+306
* vboot/vboot_kernel: change recovery behaviour on kernel failureJoel Kitching2021-06-261-1/+2
* vboot/vboot_kernel: break disk check out to separate functionstabilize-14031.BJoel Kitching2021-06-153-22/+29
* vboot/vboot_kernel: remove LoadKernelParams structJoel Kitching2021-06-155-43/+9
* vboot/vboot_kernel: pass VbDiskInfo into LoadKernelJoel Kitching2021-06-153-30/+15
* vboot/vboot_kernel: move workbuf init into vb2_load_partitionJoel Kitching2021-06-151-10/+8
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-157-411/+358
* vboot/vboot_kernel: stop printing keyblock version error when in dev modeJoel Kitching2021-06-151-2/+3
* cros_ec: Use boot mode to check if EC can be trustedstabilize-14013.BDaisuke Nojiri2021-05-272-1/+8
* Revert "vboot/vboot_kernel: update keyblock flag mismatch logic"stabilize-13974.BMartin Roth2021-05-151-2/+6
* vboot: Add vb2api_secdata_fwmp_create()Aseda Aboagye2021-05-102-0/+28
* vboot/vboot_kernel: update keyblock flag mismatch logicfactory-strongbad-13963.BJoel Kitching2021-05-091-6/+2