summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAgeFilesLines
...
* portability fixes: support building vboot on OpenBSDstabilize-13983.Bstabilize-13982.88.Bstabilize-13982.82.Bstabilize-13982.70.Bstabilize-13982.69.Bstabilize-13982.60.Bstabilize-13982.51.Brelease-R92-13982.BIdwer Vollering2021-05-201-3/+3
* vboot_reference: migrate out of flashrom deprecated optionsDaniel Campello2021-04-281-1/+1
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-271-5/+17
* crossystem: support driver-level TPM2.0 simulatorYi Chou2021-02-261-7/+17
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-205-5/+0
* Revert "Reland: Clean up implicit fall through."stabilize-rust-13613.BJulius Werner2020-11-201-1/+1
* crossystem: support clear_tpm_owner_request on TPM2.0 simulatorYi Chou2020-10-281-3/+31
* crossystem: remove mosys nvstorage implementationJack Rosenthal2020-10-143-88/+0
* lib21: always append '\0' in vb2_readfilestabilize-rust-13514.BHung-Te Lin2020-10-052-1/+3
* host: Make gpiochip path buffer largerJacob Garber2020-09-151-1/+1
* portability fixes: support building vboot on FreeBSDIdwer Vollering2020-09-112-0/+10
* crossystem: allow last nvdata entry to be filledJack Rosenthal2020-09-101-3/+3
* inclusive: change usage of sanityDaisuke Nojiri2020-08-194-4/+4
* host/lib/include/subprocess.h: Add `extern` to globalsAngel Pons2020-07-281-4/+4
* flashrom: set umask before creating temporary filesJack Rosenthal2020-07-201-0/+6
* Allow building for non-CrOS environmentsPatrick Georgi2020-07-021-0/+49
* host/lib/subprocess: replace constructor function & perror with VB2_DEBUGJack Rosenthal2020-06-181-13/+3
* crossystem: arm: reland nvstorage using flashromJack Rosenthal2020-06-181-4/+6
* crossystem - remove fmap_base utilityAaron Massey2020-06-162-13/+1
* host/lib/flashrom: enable --fast-verify for write operationsJack Rosenthal2020-06-161-0/+1
* vboot: rename USB to more accurate EXTERNALYu-Ping Wu2020-06-131-2/+2
* Revert "crossystem: arm: switch to VBNV using flashrom from mosys"Shik Chen2020-06-101-8/+4
* crossystem: arm: switch to VBNV using flashrom from mosysstabilize-lazor-13278.BJack Rosenthal2020-06-091-4/+8
* crossystem: x86: switch to VBNV backup using flashrom instead of mosysJack Rosenthal2020-06-091-2/+2
* crossystem: add functions to read and write VBNV via flashromJack Rosenthal2020-06-092-0/+116
* host/lib: add lightweight flashrom wrapper libraryJack Rosenthal2020-06-092-0/+208
* crossystem: add support for ADL gpiochipSubrata Banik2020-04-281-0/+3
* crossystem: Add quirk reading wpsw_curLukasz Majczak2020-04-231-1/+46
* Rewrite algorithm type parsers and make them globally availableJulius Werner2020-04-065-158/+67
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-316-6/+0
* host: add host library for accessing chromeos-configrelease-R82-12974.BJack Rosenthal2020-03-132-0/+164
* vboot: stop reading from ACPI for wpsw_bootJoel Kitching2020-03-111-4/+0
* vboot: stop using wpsw_boot and remove it from crossystemJoel Kitching2020-02-273-12/+1
* vboot: clean up vboot_struct.hJoel Kitching2020-02-271-1/+1
* crossystem: use wpsw_boot as fallback for wpsw_curJoel Kitching2020-02-262-0/+6
* vboot: unmarry LoadKernel from VBSDJoel Kitching2020-02-141-104/+3
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-1118-16/+792
* vboot: purge unused vboot 2.1 codeJoel Kitching2020-02-114-223/+0
* vboot/crossystem: Deprecate recoverysw_is_virtualYu-Ping Wu2020-02-061-9/+0
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-011-1/+1
* crossystem: Add support for JSL gpiochipUsha P2020-01-221-0/+1
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-253-45/+23
* lib/subprocess: add callback feature to the subprocess libraryJack Rosenthal2019-12-112-33/+141
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-103-6/+4
* lib/subprocess: style updatesstabilize-12748.BJack Rosenthal2019-12-102-19/+24
* crossystem: change mosys calls to use the subprocess libraryJack Rosenthal2019-12-101-70/+17
* host/lib: add a subprocess libraryJack Rosenthal2019-12-072-0/+347
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-0610-10/+0
* crossystem: drop support for AndroidJack Rosenthal2019-12-041-28/+4
* crossystem: Add a fake workbuffer for the fake contextJulius Werner2019-11-141-14/+26