summaryrefslogtreecommitdiff
path: root/tests/vb2_api_tests.c
Commit message (Expand)AuthorAgeFilesLines
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-131-11/+18
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-101-1/+0
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+1
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-149/+142
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-231-1/+382
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-6/+6
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-21/+26
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-8/+8
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-131-1/+1
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-3/+8
* vboot: standardize on vb2_context identifiers in testsJoel Kitching2019-05-171-101/+101
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-2/+2
* vboot: implement DISPLAY_INIT context and SD flagJoel Kitching2019-05-031-1/+38
* vboot: move general constants to a separate headerJoel Kitching2019-03-111-1/+1
* tests: Cover a few assorted new casesstabilize-10443.BRandall Spangler2018-02-261-1/+16
* vboot2: tpm error doesn't block gbb dev flagRandall Spangler2015-09-221-4/+11
* vboot2: Support reboot requested by secdataRandall Spangler2015-09-171-1/+80
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-0/+50
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-281-1/+1
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-283/+0
* vboot2: Add api-level functions to use new data structuresRandall Spangler2014-11-141-1/+1
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-061-1/+1
* vb2: parse dev mode in phase1Aaron Durbin2014-11-031-15/+23
* vboot2: Move and rename functionsRandall Spangler2014-10-281-10/+10
* vboot2: use enum signature algorithmRandall Spangler2014-10-281-2/+2
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-5/+8
* vboot2: move verify digest to 2commonRandall Spangler2014-10-221-5/+5
* vboot2: api-level routinesRandall Spangler2014-06-191-0/+448