summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* common: Add uptime host commandTom Hughes2019-09-033-0/+85
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-2/+2
* nvmem: reinitialize on catastrophic errorsVadim Bendebury2019-08-231-0/+13
* nvmem: recover from failure saving object spanning flash pagesVadim Bendebury2019-08-232-1/+24
* common: add STATIC_IF and STATIC_IF_NOT macrosJack Rosenthal2019-08-206-0/+150
* test: add baseline test for TC_DRP_TRYSRC SMJett Rink2019-08-204-9/+66
* test: add sanity check for existing state machinesJett Rink2019-08-205-21/+322
* test: test nested entry/run calls to set_stateJett Rink2019-08-201-14/+93
* usb: update state machine frameworkJett Rink2019-08-204-428/+372
* test: Update TEST_EQ to using string format specifierYuval Peress2019-08-151-160/+160
* test: use new TEST_EQ for usb testsJett Rink2019-08-091-286/+275
* type-c: USB Type-C State Machine based on Release 1.4 of the spec.Sam Hurst2019-07-303-336/+180
* fpsensor: Change crypto functions to return error code instead of result codeYicheng Li2019-07-261-4/+4
* Remove __7b, __8b and __7bfDenis Brockus2019-07-202-4/+4
* Improve unit test and fuzzer documentation storyCraig Hesling2019-07-201-3/+1
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-192-4/+6
* printf: Fix hexdump and string 0 precisionCraig Hesling2019-07-181-31/+98
* cleanup: refactor CPRINTF("[%T ...]\n") to CPRINTSJack Rosenthal2019-07-171-1/+1
* fpsensor: Extend unit test for FPTPM seed set status.Yicheng Li2019-07-151-27/+48