summaryrefslogtreecommitdiff
path: root/firmware/2lib/include
Commit message (Expand)AuthorAgeFilesLines
* run2tests: fix more compilation problemsVadim Bendebury2021-09-021-2/+2
* vboot/ui: Show error box on internal boot failureYu-Ping Wu2021-08-311-0/+2
* Allow use of fallthrough directlystabilize-14189.BSimon Glass2021-08-271-3/+3
* firmware: 2sysincludes: Remove byteswap.h and memory.hJulius Werner2021-08-131-5/+0
* 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-121-3/+3
* vboot/misc: Add validity check in vb2api_enable_developer_modeedisonhello2021-08-122-1/+6
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-303-26/+45
* vboot: Add DEV_BOOT_*ALLOWED in ctx->flagsedisonhello2021-07-302-32/+23
* vboot: Add vb2api_set_locale_idedisonhello2021-07-271-0/+8
* vboot: add MINIOS_PRIORITY flag to nvstorageJoel Kitching2021-07-192-2/+5
* 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
* vboot: add x86 SHA256 ext supportKangheui Won2021-07-011-0/+38
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-0/+40
* cros_ec: Use boot mode to check if EC can be trustedstabilize-14013.BDaisuke Nojiri2021-05-271-0/+7
* vboot: Add vb2api_secdata_fwmp_create()Aseda Aboagye2021-05-101-0/+9
* 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-211-0/+11
* minidiag: Add storage self-test screenChung-Sheng Wu2021-04-212-1/+29
* vboot/ui: Remove VB2_SCREEN_BLANKstabilize-glibc-13901.Bstabilize-coil-13902.BYu-Ping Wu2021-04-071-2/+0
* vboot/ui: Refactor log_page apiChung-Sheng Wu2021-04-011-0/+1
* 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-171-8/+8
* vboot: Replace VB2_REQUEST_UI_CONTINUE with VB2_SUCCESSChung-Sheng Wu2021-03-092-4/+12
* minidiag: Rename storage to storage health infoChung-Sheng Wu2021-03-091-9/+8
* vboot: always return after calling vb2_ui_screen_changestabilize-rust-13836.Bstabilize-13836.BJoel Kitching2021-03-051-2/+18
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-277-20/+31
* vboot: make @return keyword consistent in function docstringsJoel Kitching2021-01-283-13/+13
* vboot: relocate private RSA function headersJoel Kitching2021-01-281-0/+21
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-202-0/+40
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-092-7/+13
* vboot2: remove rsa from vb2_hwcrypto_rsa_allowedKangheui Won2020-12-091-2/+3
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-042-4/+9
* Hide __has_attribute from non-clang compilersPatrick Georgi2020-11-231-2/+5
* Revert "Reland: Clean up implicit fall through."stabilize-rust-13613.BJulius Werner2020-11-201-0/+7
* vboot/ui: Pass screen and locale_id to vb2ex_prepare_log_screen()Yu-Ping Wu2020-11-191-1/+4
* minidiag/ui: Prevent calling update action if there were no updatesstabilize-quickfix-13597.30.Bstabilize-ambassador-13597.79.Bstabilize-13597.97.Bstabilize-13597.95.Bstabilize-13597.94.Bstabilize-13597.90.Bstabilize-13597.85.Bstabilize-13597.84.Bstabilize-13597.71.Bstabilize-13597.70.Bstabilize-13597.69.Bstabilize-13597.68.Bstabilize-13597.67.Bstabilize-13597.66.Bstabilize-13597.105.Bstabilize-13597.103.Brelease-R88-13597.Bfactory-volteer-13600.BHsuan Ting Chen2020-11-122-3/+8
* minidiag/ui: Prevent calling update action if memory test is finishedHsuan Ting Chen2020-11-121-0/+3
* vboot/ui/tests: Add time-related constants in 2ui_private.hstabilize-13591.BHsuan Ting Chen2020-11-041-0/+8
* vboot/ui: Suffix "_ms" to time-related variablesHsuan Ting Chen2020-11-041-1/+1
* vboot/ui: Split disabled_item_mask into two masks for log screenHsuan Ting Chen2020-10-142-4/+24
* vboot2: Add support for modexp accelerationKangheui Won2020-10-031-0/+14
* firmware/2lib: Add error message for ctrl-U when usb boot is not enabledShelley Chen2020-09-241-0/+2
* firmware/2lib: Handle errors in alternate bootHsuan Ting Chen2020-09-211-0/+6
* vboot/ui: Force to reacquire log on initializationstabilize-13482.BHsuan Ting Chen2020-09-171-3/+5
* vboot/ui: Disallow Ctrl-S when GBB forces dev modeYu-Ping Wu2020-09-121-0/+2