summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-281-0/+1
* host/lib/crossystem: free SharedData when leaving contextPatrick Georgi2019-08-281-3/+17
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-286-15/+14
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-1321-177/+162
* 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-144-22/+19
* vboot: deprecate GPIO_SIGNAL_TYPE_DEVJoel Kitching2019-03-281-1/+1
* vboot: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-262-10/+2
* 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
* vboot_reference: add const to char* params in cgptFletcher Woodruff2019-02-121-14/+15
* crossystem: support recoverysw_cur with new gpiod APIBrian Norris2019-02-041-1/+7
* cgpt: add -D support to CgptEditstabilize-11686.BMatt Delco2019-01-301-0/+1
* cgpt: enable calling CgptEditMatt Delco2018-12-061-0/+1
* 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
* 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