summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAgeFilesLines
...
* crossystem: add support for ICL gpiochipSubrata Banik2018-10-311-0/+1
* crossystem: replace 'chromeos_arm' device with new GPIO chardev APIBrian Norris2018-10-261-3/+142
* add extern C markers to installed headersMike Frysinger2018-09-043-0/+24
* cgpt: add edit commandstabilize-nocturne-10986.Bstabilize-11021.84.Bstabilize-11020.Bstabilize-11005.Bstabilize-10985.Brelease-R70-11021.Bfirmware-servo-11011.Bfirmware-nocturne-10984.Bfactory-nocturne-10984.BMatt Delco2018-08-152-0/+7
* Add AltOS NVRAM flagsTing Shen2018-08-071-0/+8
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-039-38/+37
* 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-232-0/+3
* Add new NV and GBB flag to control UDCDuncan Laurie2018-04-171-0/+5
* crossytem:Add GLK GPIO IDShaunak Saha2018-04-161-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
* crossystem: add support for CNL gpiochipVincent Palatin2018-03-071-0/+1
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-073-10/+35
* cgpt: add support for managing GPT platform required partition bitBen Chan2018-02-061-0/+2
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-116-172/+163
* nvstorage: Add kernel max rollforward NV storage fieldRandall Spangler2017-11-171-4/+8
* crossystem: add support for AMD0030 gpiochipDaniel Kurtz2017-09-271-0/+1
* tests: Add support for exponent 3 keysCaveh Jalali2017-08-242-0/+44
* 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-073-4/+38
* host lib: include <sys/types.h> for ssize_tstabilize-9693.BAlex Suykov2017-06-281-0/+1
* vboot_reference: Add support for 3072-bit exponent 3 keysNicolas Boichat2017-03-161-0/+3
* host_keyblock: Fix vb2_create_keyblock_externalNicolas Boichat2017-03-161-1/+2
* vboot_reference: Add support for 2048-bit exponent 3 keysstabilize-9313.Bfirmware-cr50-release-9308.25.Bfirmware-cr50-mp-release-9308.87.Bfirmware-cr50-mp-r86-9311.70.Bfirmware-cr50-mp-9311.Bfirmware-cr50-guc-factory-9308.26.Bfirmware-cr50-9308.Bfirmware-cr50-9308.24.BNicolas Boichat2017-02-181-10/+24
* 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
* crossystem: add phase_enforcement fieldAaron Durbin2016-12-131-0/+3
* 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-065-9/+67
* host,test: Remove unneeded vb1 rsa functionsRandall Spangler2016-10-295-87/+3
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-232-4/+4
* Fix indentation in firmware and host libsRandall Spangler2016-10-1310-2015/+2116
* Fix more coverity warningsRandall Spangler2016-10-013-17/+23
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-147-45/+59
* cgpt: add support for managing the legacy boot gpt bitstabilize-kevin-8785.94.BMike Frysinger2016-09-081-0/+2
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-061-5/+6
* vboot: Remove vboot1 host signature functionsRandall Spangler2016-09-064-190/+169
* vboot: replace CreateKernelPreamble() with vboot2 equivalentRandall Spangler2016-09-064-115/+99
* futility: Fix lookup of invalid algorithm namesRandall Spangler2016-09-062-17/+16
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-026-133/+160
* crossystem: refactor VM detection to share across architecturesNicolas Norvez2016-08-154-22/+15
* Detect and report VM environment in crossystemNicolas Norvez2016-08-103-2/+25
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-109-224/+128
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-107-181/+267
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-0312-154/+399