summaryrefslogtreecommitdiff
path: root/firmware/stub
Commit message (Expand)AuthorAgeFilesLines
* vboot_reference: add owners for TlclAndrey Pronin2020-01-111-0/+1
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-071-5/+0
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-6/+2
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-141-11/+1
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-141-18/+17
* vboot: remove VbExEcEnteringMode and friendsJoel Kitching2019-11-061-13/+0
* vboot: remove extraneous SHA256_HASH_SIZE constantJoel Kitching2019-10-231-2/+0
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-1/+1
* vboot: fix up some more includesJoel Kitching2019-09-231-9/+6
* Makefile: Enable linker garbage collectionJulius Werner2019-08-161-1/+1
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-132-7/+8
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-135-30/+30
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-1/+1
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-065-43/+44
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-061-10/+10
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-064-0/+4
* vboot: deprecate VbExError functionJoel Kitching2019-07-241-28/+0
* vboot: remove vboot1-style VbExDebug functionJoel Kitching2019-06-261-9/+0
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-142-7/+2
* firmware: add time unit conversion definesMatt Delco2019-03-202-3/+3
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-1/+1
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-091-1/+1
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-1/+7
* Add support for booting into alternative boot loadersSimon Glass2018-09-261-1/+1
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-033-12/+12
* tpm_lite: stub: retry in case of TPM comm errorstabilize-10718.88.Bstabilize-10718.71.Bstabilize-10718.69.Bstabilize-10718.111.Brelease-R68-10718.BAndrey Pronin2018-05-241-7/+45
* tpm_lite: Set O_CLOEXEC when opening TPM device.stabilize-10682.BMattias Nissler2018-05-141-1/+1
* tpm_lite: Implement ReadPubek command.Mattias Nissler2018-04-131-0/+17
* firmware: remove unused vboot1 APIsRandall Spangler2018-03-081-40/+0
* firmware: Prune down old region APIRandall Spangler2018-01-091-18/+0
* detachables: Skip "Enable Developer Mode" in DEV modeShelley Chen2017-08-141-1/+2
* define callback APIs for auxiliary firmware update.Caveh Jalali2017-05-231-0/+11
* detachables: Define VbExDisplayMenu()stabilize-9430.Bstabilize-9428.BShelley Chen2017-03-291-0/+6
* poppy: define VbExDisplayGetDimension()Shelley Chen2017-03-021-0/+5
* poppy: add highlight param to VbExDisplayText()Shelley Chen2017-02-271-1/+2
* firmware: Adding VbExDisplayText functionShelley Chen2017-01-131-0/+6
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-7/+10
* tpm_lite_stub: clean up debug printouts in VbExTpmSendReceiveAndrey Pronin2016-11-101-23/+18
* vboot: use malloc and free directlyRandall Spangler2016-11-068-198/+4
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-232-36/+1
* Fix indentation in firmware and host libsRandall Spangler2016-10-132-172/+184
* Fix coverity warnings in firmwareRandall Spangler2016-09-061-1/+1
* Support doing battery cut-off in firmware stage.Hung-Te Lin2016-04-121-0/+5
* Port to musl: musl doesn't have execinfo.h.Doug Evans2016-01-071-0/+15
* vboot: Change VbExEc implementations to support RO updateMary Ruthven2016-01-061-7/+9
* vboot_api_kernel: Add new EcVbootDone APIShawn Nematbakhsh2015-10-291-0/+5
* Pass locale to VbExDisplayScreenDaisuke Nojiri2015-10-151-1/+1
* vboot_reference: fix unittest when building with clang.Yunlian Jiang2015-06-111-1/+1
* cgpt: Add a callback to allow override of GPT entry priorityFurquan Shaikh2015-06-041-0/+5
* futility: workaround for broken toolchain in static buildsBill Richardson2014-11-301-0/+39