summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* TCPMv1/v2: Move EC_CMD_USB_PD_CONTROL host command to common fileVijay Hiremath2020-01-301-0/+66
* common: mag_cal: update magnetometer to leverage kasaYuval Peress2020-01-284-0/+107
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-282-4/+11
* TCPMv1/v2: Move EC_CMD_USB_PD_DEV_INFO host command to common fileVijay Hiremath2020-01-241-0/+5
* TCPMv1/v2: Move EC_CMD_PD_CHIP_INFO host command to common fileVijay Hiremath2020-01-241-0/+2
* common: Implement kasa sphere fit algorithmYuval Peress2020-01-214-0/+90
* aes: Enforce alignment of static arrayYicheng Li2020-01-171-2/+2
* TCPMv1 & TCPMv2: Move common functions to common codeVijay Hiremath2020-01-141-0/+5
* common: motion_sense_fifo: Read temperature on stageYuval Peress2020-01-112-40/+120
* pd: use pd_get_[power/data]_role instead of the tc versionDenis Brockus2020-01-102-9/+4
* pd: cleanup pd_get_roleDenis Brockus2020-01-092-17/+17
* battery: stub out battery_is_present if disabledPeter Marheine2020-01-083-11/+1
* bloonchipper: Add transport and sensor detectionTom Hughes2020-01-081-0/+1
* cr50: Add support for ACVP tests of HMAC implementationsVadim Sukhomlinov2020-01-041-76/+86
* kodama: overwrite bad battery params to known good valueTing Shen2019-12-231-0/+4
* test/compile_time_macros: Add BIT and BIT_ULLCraig Hesling2019-12-201-0/+21
* compile_time_macros: Add GENMASK and GENMASK_ULLCraig Hesling2019-12-203-0/+58
* aes: add test to make sure aes-gcm encryption/decryption are in-placeYicheng Li2019-12-181-14/+161
* common: Add sensor stillness detectorYuval Peress2019-12-184-0/+155
* i2c: add support for i2c bit-bangingTing Shen2019-12-164-0/+210
* usb_pd: Rename "Externally powered" to "Unconstrained Power"Benson Leung2019-12-121-1/+1
* Charge state v2: Only shutdown on cold dischargeDiana Z2019-12-111-1/+33
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-102-13/+32
* TCPMv2: Fixed PR swap request from charge managerSam Hurst2019-12-102-3/+4
* tpmtest: added more corner case, make it work again with OpenSSL 1.1Vadim Sukhomlinov2019-12-072-34/+315
* cr50: Add tpmtests for SHA-384 and 512.Gurleen Grewal2019-12-041-1/+34
* 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