summaryrefslogtreecommitdiff
path: root/host
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+2
* Revert "Clean up implicit fall through."Mathew King2019-11-051-1/+1
* Clean up implicit fall through.Manoj Gupta2019-11-051-1/+1
* vboot: deprecate ARM's VbGetVarGpioJoel Kitching2019-10-291-71/+2
* vboot: keep const and non-const signature and key accessorsJoel Kitching2019-10-293-8/+9
* vboot: use inline instead of __inlineJoel Kitching2019-10-231-1/+1
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-231-6/+6
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-232-13/+13
* vboot: remove timers from VbSelectAndLoadKernel and crossystemJoel Kitching2019-10-231-16/+1
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-1/+1
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-221-3/+1
* vboot: deprecate legacy vboot1 FWB_TRIED flagJoel Kitching2019-10-201-1/+1
* vboot: remove linktest filesJoel Kitching2019-10-022-82/+0
* x86/crossystem_arch: Free file descriptor if we fail to use itPatrick Georgi2019-09-271-2/+6
* crossystem: avoid TOCTOU issuePatrick Georgi2019-09-261-2/+7
* vboot: fix up some more includesJoel Kitching2019-09-2319-38/+31
* crossystem: Add TGL GPIO Chip IDSrinidhi N Kaushik2019-09-051-0/+1
* vboot: deprecate fastboot supportJoel Kitching2019-08-301-10/+0
* 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