summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* 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
* vboot/vboot_kernel: fix various style issuesJoel Kitching2021-05-091-16/+10
* vboot/vboot_kernel: check developer key hash in separate functionJoel Kitching2021-05-092-34/+50
* vboot/vboot_kernel: get kernel subkey from vb2_shared_data directlyJoel Kitching2021-05-092-25/+17
* vboot/vboot_kernel: remove unused VbSharedDataKernelCallJoel Kitching2021-05-093-48/+3
* vboot/vboot_kernel: remove unused VbSharedDataKernelPartJoel Kitching2021-05-092-99/+5
* vboot/vboot_kernel: set VB2_SD_FLAG_KERNEL_SIGNED in vb2_verify_kernel_vblockJoel Kitching2021-05-091-7/+20
* vboot/vboot_kernel: rewrite kernel version checking codeJoel Kitching2021-05-091-20/+20
* cleanup: remove ryu roothash functionalityJack Rosenthal2021-05-011-37/+0
* vboot/ui: Refactor ui error handlingstabilize-RUST-13932.Bstabilize-13942.Bstabilize-13935.Bfactory-asurada-13929.Bfactory-13929.BChung-Sheng Wu2021-04-212-70/+90
* minidiag: Add storage self-test screenChung-Sheng Wu2021-04-214-2/+195
* minidiag: Update strings for minidiag v1.1Chung-Sheng Wu2021-04-211-4/+4
* vboot/ui: Remove VB2_SCREEN_BLANKstabilize-glibc-13901.Bstabilize-coil-13902.BYu-Ping Wu2021-04-072-11/+0
* minidiag: Update strings for minidiag v1.0stabilize-13895.BChung-Sheng Wu2021-04-011-1/+1
* vboot/ui: Refactor log_page apiChung-Sheng Wu2021-04-012-122/+94
* vboot/vboot_kernel: correct semantics of kernel_version_secdataJoel Kitching2021-04-011-11/+10
* vboot/vboot_kernel: return value from failed functionsJoel Kitching2021-03-303-19/+27
* vboot/vboot_kernel: rewrite require_official_osfirmware-quiche-13883.BJoel Kitching2021-03-242-22/+28
* vboot/ui: Reorder UI errorsYu-Ping Wu2021-03-172-9/+9
* vboot/vboot_kernel: rename vboot_mode enumstabilize-13856.Bstabilize-13851.BJoel Kitching2021-03-112-23/+26
* vboot: do not change screens when dev boot disallowedJoel Kitching2021-03-101-8/+0
* vboot: add support for HW accel in kernel verificationKangheui Won2021-03-092-11/+27