summaryrefslogtreecommitdiff
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-1310-46/+43
* vboot: deprecate VbExError functionJoel Kitching2019-07-241-3/+3
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-261-1/+1
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-071-0/+2
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-4/+4
* vboot: deprecate Alt OS codeJoel Kitching2019-05-141-13/+0
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-142-13/+15
* vboot/crossystem: deprecate devsw_virtualJoel Kitching2019-03-261-7/+2
* firmware: allocate nvram bit for diagnostic modeMatt Delco2019-03-201-0/+4
* vboot: move general constants to a separate headerJoel Kitching2019-03-111-1/+1
* futility: updater: Preserve all sections with FMAP_AREA_PRESERVE setHung-Te Lin2019-03-051-0/+8
* crossystem: add alt_os_enabled to show Alt OS stateJoel Kitching2018-11-191-0/+5
* CHERRY-PICK: vboot: create NVRAM flag to pause after EC software syncJoel Kitching2018-11-191-0/+4
* Add AltOS NVRAM flagsTing Shen2018-08-071-0/+8
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-035-30/+29
* vboot_reference: Add recoverysw_is_virtual flag to crossystemTudor Brindus2018-08-021-0/+7
* crossystem: Add BINF3_LEGACY for systems boot in legacy mode.Hung-Te Lin2018-05-231-0/+1
* Add new NV and GBB flag to control UDCDuncan Laurie2018-04-171-0/+5
* crossystem: Fix mosys data length checkRandall Spangler2018-03-111-2/+2
* crossystem: Fix null pointer dereference on VMsRandall Spangler2018-03-081-2/+2
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-071-4/+27
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-112-126/+121
* nvstorage: Add kernel max rollforward NV storage fieldRandall Spangler2017-11-171-4/+8
* crossystem: Remove defunct sw_wpsw_boot fieldstabilize-9765.7.Bstabilize-9765.39.BJulius Werner2017-07-181-8/+0
* Update for openssl 1.1Daniel Kurtz2017-07-071-2/+5
* host lib: include <sys/types.h> for ssize_tstabilize-9693.BAlex Suykov2017-06-281-0/+1
* host_keyblock: Fix vb2_create_keyblock_externalNicolas Boichat2017-03-161-1/+2
* host_key2: Add VB2_SIG_ALG_COUNT to count the number of valid signaturesNicolas Boichat2017-02-151-2/+4
* signature_digest/SignatureDigest: convert vb2_crypto to hash algorithmNicolas Boichat2017-02-111-6/+11
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-202-2/+2
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-124-20/+21
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-1/+3
* vboot: use malloc and free directlyRandall Spangler2016-11-061-6/+0
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-0612-13/+0
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-063-9/+35
* host,test: Remove unneeded vb1 rsa functionsRandall Spangler2016-10-294-85/+3
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-2/+2
* Fix indentation in firmware and host libsRandall Spangler2016-10-135-860/+887
* Fix more coverity warningsRandall Spangler2016-10-013-17/+23
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-144-36/+46
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-061-5/+6
* vboot: Remove vboot1 host signature functionsRandall Spangler2016-09-063-185/+169
* vboot: replace CreateKernelPreamble() with vboot2 equivalentRandall Spangler2016-09-063-112/+99
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-025-127/+160
* crossystem: refactor VM detection to share across architecturesNicolas Norvez2016-08-151-0/+15
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-107-221/+127
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-106-176/+267
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-039-141/+383
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-032-9/+24
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-264-44/+62