summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "common: Refactor motion_sense_fifo"Scott Collyer2019-10-024-347/+2
* Unify #! use in python scriptsStefan Reinauer2019-10-0111-11/+11
* utils: Add strstrDaisuke Nojiri2019-10-011-0/+15
* fpsensor: Deinit the sensor before clearing the contextTom Hughes2019-09-281-0/+7
* common: Refactor motion_sense_fifoYuval Peress2019-09-274-2/+347
* pd: Chunked TX State Machine changesDenis Brockus2019-09-191-0/+2
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-1/+0
* tpmtest: Make it work with current cr50Gurleen Grewal2019-09-182-6/+2
* pd: USB Power Delivery State Machine based on Revision 3.0 of the spec.Sam Hurst2019-09-101-15/+19
* common: usb_prl_sm add rch_pass_up_message as a stateDenis Brockus2019-09-051-0/+1