summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test: Disable kb_scan until flakiness is fixedDaisuke Nojiri2019-07-041-1/+1
* printf: Add unit tests for printf.cCraig Hesling2019-06-253-0/+216
* fpsensor: Add unit tests for fp_set_sensor_modeTom Hughes2019-06-241-0/+54
* pd_protocol: Don't DRP toggle lower than S0.Aseda Aboagye2019-06-211-0/+6
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* ec.tasklist: Consolidate duplicate commentsTom Hughes2019-06-193-27/+3
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1973-73/+73
* fuzz: Cleanup test_config.h and fuzz_config.hCraig Hesling2019-06-151-18/+0
* fpsensor: Add unit test for derive_encryption_key().Yicheng Li2019-06-142-3/+155
* keyboard_scan: Send kb events at start of debouncing period.Jes Klinke2019-06-111-36/+78
* fpsensor: Add API to check FP sensor encryption status.Yicheng Li2019-06-073-0/+118
* chocodile_vpdmcu: Firmware refactoringSam Hurst2019-06-051-7/+0
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-06-051-17/+61
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-06-053-62/+71
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-05-241-1/+1
* nvmem: do not run when crypto is disabledVadim Bendebury2019-05-241-0/+5
* flash_log: add api for setting base timestampVadim Bendebury2019-05-231-0/+58
* ec: common: Make IS_ENABLED fail on unknown valuesRaul E Rangel2019-05-156-0/+126
* charge_manager: Revisit charge supplier priority.stabilize-12206.BYilun Lin2019-05-141-0/+1
* Align behavior of strtoi() and strtoul() to match Linux manpage description o...Jes Klinke2019-05-141-0/+97
* nvmem: populate default tpm objects after wipeoutVadim Bendebury2019-05-011-2/+2
* nvmem: add test of recovery from interrupted savesVadim Bendebury2019-05-012-1/+16
* nvmem: fix delimiter creation during setvar()Vadim Bendebury2019-05-012-6/+104
* motion sense: Calculate loop time based on sensor needsMathew King2019-04-274-8/+0
* tests: make lighbar test easier to debugJett Rink2019-04-242-10/+12
* mkbp: handle multiple writes of interruptJett Rink2019-04-181-0/+59
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-0856-504/+56
* chocodile_vpdmcu: Firmware for chocodile mcuSam Hurst2019-04-0815-0/+5094
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-052-5/+7
* nvmem: test modifications to support the new schemeVadim Bendebury2019-04-059-1142/+2673