summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* crypto_api: use const voidVadim Bendebury2020-05-141-3/+3
* introducing an unittest of EC-EFSNamyoon Woo2020-03-114-0/+390
* optimize read_tpm_nvmem()Namyoon Woo2020-02-191-1/+1
* Makefile: enforce target name in generated dependenciesVadim Bendebury2020-02-071-1/+1
* host_command: clear any leftover dataJett Rink2019-11-261-1/+133
* TCPMv2: PD: Separately track each SOP and SOP' and SOP''Sam Hurst2019-11-242-3/+4
* usbc: fix storm tracker overflow issueJett Rink2019-11-225-0/+136
* TCPMv2: Enable TCPC low power when port is looking for a connectionSam Hurst2019-11-211-0/+1
* cr50: Add support for ACVP tests of HMAC SHA-256 DRBGVadim Sukhomlinov2019-11-213-6/+117
* cr50: Add TRNG_TEST command to download entropy samples for NIST testsVadim Sukhomlinov2019-11-194-2/+147
* tpmtest.py: update Makefile to correct build of ftdi_spi_tpmVadim Sukhomlinov2019-11-131-0/+1
* common: Refactor motion_sense_fifoYuval Peress2019-11-114-2/+381
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-092-6/+6
* pd: Clarify flag commentsDenis Brockus2019-11-081-23/+40
* pd: Remove EMarker Cable ProbeSam Hurst2019-11-081-3/+0
* usbc: fix vbus discharge path for GPIOJett Rink2019-11-072-0/+18
* pd: Comment all flagsSam Hurst2019-11-071-18/+28
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-017-28/+28
* test: remove unneeded hack for test waitingJett Rink2019-10-281-6/+0
* fuzz_host_cmd: Add fpsensor task + fp host cmdsCraig Hesling2019-10-251-1/+2
* mock: Add fp_sensor and mkbp_events mocksCraig Hesling2019-10-251-1/+1
* host: remove leftovers from using system clock in testsJack Rosenthal2019-10-251-1/+0
* cleanup: clean up reference to power role vs cable plugJett Rink2019-10-243-2/+12
* cleanup: use power and data role enums instead of intJett Rink2019-10-242-10/+11
* usb: call pd_execute_data_swap within tc_set_dataJett Rink2019-10-243-4/+143
* usbc: Add missing IS_ENABLED(CONFIG_CHARGE_MANAGER) checksEdward Hill2019-10-181-5/+0
* Cr50: In hash crypto test, return valid hash for empty input.Gurleen Grewal2019-10-171-0/+2
* fpsensor: Improve unit test for enable/disable positive match secretYicheng Li2019-10-171-11/+27
* pd: Add PE FRS unit test for new stackDenis Brockus2019-10-168-0/+510
* usbc: rename exe_state to run_stateEdward Hill2019-10-151-1/+1
* usbc: fix flaky usb_typec_ctvpd testEdward Hill2019-10-151-1/+5
* test: don't rely on system time for testsJett Rink2019-10-141-1/+1
* Test: disable flaky usb_prl testEdward Hill2019-10-121-1/+1
* usbc: fix flaky testsJett Rink2019-10-102-90/+140
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-091-3/+3
* test: add nvmem tuple capacity testVadim Bendebury2019-10-091-1/+55
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-092-2/+177
* usbc: fix cc interpretation errorJett Rink2019-10-084-0/+95
* fpsensor: Prepare derivation of positive match secret.Yicheng Li2019-10-081-2/+191
* ppc: cleanup ppcDenis Brockus2019-10-064-0/+213
* printf: Deprecate %lEvan Green2019-10-051-0/+14
* Remove uses of %lEvan Green2019-10-053-7/+4
* test: Add printf test for %pTEvan Green2019-10-051-0/+13
* printf: Add support for %zEvan Green2019-10-054-11/+11
* builtin: Introduce and use inttypes.hEvan Green2019-10-052-7/+7
* printf: Convert %b to %pbEvan Green2019-10-051-6/+14
* printf: Convert %h to %phEvan Green2019-10-051-5/+3
* printf: Fix up %p to %pPEvan Green2019-10-054-10/+22
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2019-10-041-0/+20
* fpsensor: Add hkdf-expand implementation for arbitrary output size.Yicheng Li2019-10-031-0/+113