summaryrefslogtreecommitdiff
path: root/firmware/lib20/api_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-1/+2
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-2/+1
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-311-24/+8
* vboot: create 2kernel.c for kernel-related functionsJoel Kitching2020-03-091-97/+0
* vboot: use vboot2 for storing kernel rollback versionsJoel Kitching2020-02-191-2/+1
* 2lib: Add vb2api_is_developer_signed() to replace old dev key checkJulius Werner2020-02-131-0/+29
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-091-66/+36
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-2/+1
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-211-17/+6
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-021-1/+1
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-9/+9
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-161-20/+19
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-13/+11
* firmware: Align workbuf used sizeRandall Spangler2018-01-051-5/+7
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-1/+1
* vboot2: Add 2.0 api layer to verify kernel partitionRandall Spangler2015-06-091-0/+273