summaryrefslogtreecommitdiff
path: root/firmware/stub/vboot_api_stub_stream.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: add weak __attribute__ tag to stub functionsJoel Kitching2021-01-201-0/+3
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-4/+4
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-3/+3
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-4/+4
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-061-0/+1
* vboot: use malloc and free directlyRandall Spangler2016-11-061-4/+2
* vboot: new streaming APIsDan Ehrenberg2014-10-151-0/+87