summaryrefslogtreecommitdiff
path: root/firmware/2lib
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-307-45/+74
* 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-161-1/+1
* 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: introduce minios_kernel.keyblockJoel Kitching2021-07-051-0/+2
* Replace an old VB2_CONTEXT_SECDATA_CHANGEDSimon Glass2021-07-021-2/+2
* 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: move kernel/fw struct functionsJoel Kitching2021-06-153-150/+357
* cros_ec: Use boot mode to check if EC can be trustedstabilize-14013.BDaisuke Nojiri2021-05-272-1/+8
* vboot: Add vb2api_secdata_fwmp_create()Aseda Aboagye2021-05-102-0/+28
* vboot/vboot_kernel: check developer key hash in separate functionJoel Kitching2021-05-091-2/+2
* vboot/vboot_kernel: get kernel subkey from vb2_shared_data directlyJoel Kitching2021-05-091-2/+3
* 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: return value from failed functionsJoel Kitching2021-03-301-4/+9
* vboot/vboot_kernel: rewrite require_official_osfirmware-quiche-13883.BJoel Kitching2021-03-241-2/+3
* vboot/ui: Reorder UI errorsYu-Ping Wu2021-03-172-9/+9
* 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-091-11/+21
* vboot/ui: Split out enabling/disabling buttons from log_page_* functionsChung-Sheng Wu2021-03-091-28/+28
* vboot: Replace VB2_REQUEST_UI_CONTINUE with VB2_SUCCESSChung-Sheng Wu2021-03-094-77/+89
* minidiag: Rename storage to storage health infoChung-Sheng Wu2021-03-093-33/+34
* vboot: always return after calling vb2_ui_screen_changestabilize-rust-13836.Bstabilize-13836.BJoel Kitching2021-03-052-4/+20
* vboot/ui: Change root screen if DEV_DISABLE_BOOT is setYu-Ping Wu2021-03-022-5/+20
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-2713-64/+75
* vboot: make @return keyword consistent in function docstringsJoel Kitching2021-01-283-13/+13
* vboot: relocate private RSA function headersJoel Kitching2021-01-282-0/+22
* vboot: convert secdata_kernel_crc to static functionJoel Kitching2021-01-281-7/+13
* vboot: merge vboot_api_stub_init.c into vboot2 namespaceJoel Kitching2021-01-281-3/+19
* vboot: collect auxfw/EC-related stubs in vboot2 namespaceJoel Kitching2021-01-281-7/+81
* vboot: collect UI-related stubs in vboot2 namespaceJoel Kitching2021-01-281-0/+40
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-207-4/+121
* vboot: move lib20/misc.c into 2lib namespaceJoel Kitching2021-01-201-0/+237
* Minidiag: Enable minidiag by defaultstabilize-quickfix-13729.84.Bstabilize-quickfix-13729.73.Bstabilize-quickfix-13729.60.Bstabilize-13729.72.Bstabilize-13729.57.Bstabilize-13729.56.Bstabilize-13729.49.Bstabilize-13729.45.Bstabilize-13729.16.Brelease-R89-13729.BMeng-Huan Yu2021-01-141-1/+1
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-093-9/+15
* vboot2: remove rsa from vb2_hwcrypto_rsa_allowedKangheui Won2020-12-092-3/+4
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-042-4/+9
* minidiag: Fix button initialization errors in memory testsHsuan Ting Chen2020-11-261-2/+20