summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* 2load_kernel.c: Expose load kernel as vb2_apiHsin-Te Yuan2022-07-291-4/+4
* futility/file_type_bios: Rework image signingJakub Czapiga2022-06-301-0/+3
* 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-071-6/+9
* vboot: Remove VbExIsShutdownRequestededisonhello2021-11-071-1/+1
* vboot: boot from miniOS recovery kernels on diskstabilize-14249.BJoel Kitching2021-09-241-0/+6
* vboot/misc: Add validity check in vb2api_enable_developer_modeedisonhello2021-08-121-0/+3
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-0/+3
* 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/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
* 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: Replace VB2_REQUEST_UI_CONTINUE with VB2_SUCCESSChung-Sheng Wu2021-03-091-0/+3
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-041-2/+3
* 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-121-1/+4
* minidiag: Add storage and memory diagnostic screensMeng-Huan Yu2020-09-101-0/+6
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-311-0/+3
* host/lib: add lightweight flashrom wrapper libraryJack Rosenthal2020-06-091-0/+3
* vboot: create VB2_ERROR_EX_SET_VENDOR_DATAJoel Kitching2020-05-281-7/+3
* vboot: move PERIPHERAL_BUSY to vboot2 namespaceJoel Kitching2020-05-281-2/+3
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-2/+0
* vboot: Remove reboot-related vboot1-style errorsYu-Ping Wu2020-05-051-13/+2
* vboot: Convert reboot-related errors to vboot2-styleYu-Ping Wu2020-04-281-6/+29
* vboot: remove VBERROR_TPM_SET_BOOT_MODE_STATE error codeJoel Kitching2020-04-171-2/+0
* vboot: Add VB2_ERROR_UI_MEMORY_ALLOC to vb2_error_tYu-Ping Wu2020-04-161-0/+3
* vboot: remove more unused pre-vboot1 and vboot1 error codesJoel Kitching2020-04-161-25/+0
* vboot: Add VB2_ERROR_UI_INVALID_LOCALE to vb2_error_tYu-Ping Wu2020-04-071-0/+3
* EFS: Implement EFS2 and NO_BOOT modeDaisuke Nojiri2020-03-051-0/+3
* Add vb2_secdata_kernel_v10dnojiri2020-03-051-0/+9
* vboot: Convert more UI errors to vboot2-styleYu-Ping Wu2020-03-021-7/+9
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-091-2/+3
* vboot: Convert UI errors to vboot2-styleYu-Ping Wu2020-02-031-4/+15
* 2sha: Add a vb2_hash type to make it easier to work with hashesJulius Werner2020-01-161-0/+3
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-0/+3
* vboot: migrate GBB-related error handling to vboot2Joel Kitching2019-12-061-2/+0
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-061-10/+16
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-0/+21
* vboot: add errors for nvdata read/write failuresJoel Kitching2019-11-251-0/+6
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-4/+7
* vboot: merge pre-vboot1 error codes into vb2_return_codeJoel Kitching2019-10-231-0/+13
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-211-20/+30
* vboot: fix up some more includesJoel Kitching2019-09-231-0/+2
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-0/+12
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-30/+30
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-3/+3
* vboot/secdata: fix up 2secdata{,k} and testsJoel Kitching2019-08-281-2/+2
* vboot: remove unused and deprecated vboot1 error codesfirmware-mistral-12422.BJoel Kitching2019-08-131-33/+1
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-2/+0