| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Migrate online calibration to own module | Yuval Peress | 2020-02-13 | 5 | -100/+166 |
* | TCPMv1/v2: Move pd_process_source_cap() to common file | Vijay Hiremath | 2020-02-12 | 1 | -0/+14 |
* | TCPMv1/v2: Move pd_set_vbus_discharge() to common file | Vijay Hiremath | 2020-02-12 | 1 | -0/+5 |
* | fuzz: remove cr50 or TPM2 library related tests from fuzz and test | Namyoon Woo | 2020-02-12 | 4 | -1964/+0 |
* | cleanup: add comments for MT flag use | Jett Rink | 2020-02-11 | 1 | -0/+1 |
* | common: Implement accelerometer calibration | Yuval Peress | 2020-02-08 | 4 | -1/+159 |
* | fpsensor: Refactor fpsensor tests into separate binaries | Tom Hughes | 2020-02-07 | 10 | -807/+836 |
* | Makefile: enforce target name in generated dependencies | Vadim Bendebury | 2020-02-07 | 1 | -1/+1 |
* | common: Implement newton sphere fit | Yuval Peress | 2020-02-06 | 4 | -0/+156 |
* | common: queue: Add ability to iterate over queue | Yuval Peress | 2020-02-05 | 1 | -20/+97 |
* | common: mag_cal: Re-add bias inversion | Gwendal Grignou | 2020-02-04 | 1 | -6/+6 |
* | test: add repeating deferred test | Jett Rink | 2020-01-31 | 1 | -0/+26 |
* | TCPMv1/v2: Move EC_CMD_USB_PD_CONTROL host command to common file | Vijay Hiremath | 2020-01-30 | 1 | -0/+66 |
* | common: mag_cal: update magnetometer to leverage kasa | Yuval Peress | 2020-01-28 | 4 | -0/+107 |
* | usb_mux: cleanup: Replace mux state enums with ec_command bit flag | Vijay Hiremath | 2020-01-28 | 2 | -4/+11 |
* | TCPMv1/v2: Move EC_CMD_USB_PD_DEV_INFO host command to common file | Vijay Hiremath | 2020-01-24 | 1 | -0/+5 |
* | TCPMv1/v2: Move EC_CMD_PD_CHIP_INFO host command to common file | Vijay Hiremath | 2020-01-24 | 1 | -0/+2 |
* | common: Implement kasa sphere fit algorithm | Yuval Peress | 2020-01-21 | 4 | -0/+90 |
* | aes: Enforce alignment of static array | Yicheng Li | 2020-01-17 | 1 | -2/+2 |
* | TCPMv1 & TCPMv2: Move common functions to common code | Vijay Hiremath | 2020-01-14 | 1 | -0/+5 |
* | common: motion_sense_fifo: Read temperature on stage | Yuval Peress | 2020-01-11 | 2 | -40/+120 |
* | pd: use pd_get_[power/data]_role instead of the tc version | Denis Brockus | 2020-01-10 | 2 | -9/+4 |
* | pd: cleanup pd_get_role | Denis Brockus | 2020-01-09 | 2 | -17/+17 |
* | battery: stub out battery_is_present if disabled | Peter Marheine | 2020-01-08 | 3 | -11/+1 |
* | bloonchipper: Add transport and sensor detection | Tom Hughes | 2020-01-08 | 1 | -0/+1 |
* | cr50: Add support for ACVP tests of HMAC implementations | Vadim Sukhomlinov | 2020-01-04 | 1 | -76/+86 |
* | kodama: overwrite bad battery params to known good value | Ting Shen | 2019-12-23 | 1 | -0/+4 |
* | test/compile_time_macros: Add BIT and BIT_ULL | Craig Hesling | 2019-12-20 | 1 | -0/+21 |
* | compile_time_macros: Add GENMASK and GENMASK_ULL | Craig Hesling | 2019-12-20 | 3 | -0/+58 |
* | aes: add test to make sure aes-gcm encryption/decryption are in-place | Yicheng Li | 2019-12-18 | 1 | -14/+161 |
* | common: Add sensor stillness detector | Yuval Peress | 2019-12-18 | 4 | -0/+155 |
* | i2c: add support for i2c bit-banging | Ting Shen | 2019-12-16 | 4 | -0/+210 |
* | usb_pd: Rename "Externally powered" to "Unconstrained Power" | Benson Leung | 2019-12-12 | 1 | -1/+1 |
* | Charge state v2: Only shutdown on cold discharge | Diana Z | 2019-12-11 | 1 | -1/+33 |
* | usb_pd_policy: Make a lot of objects common | Aseda Aboagye | 2019-12-10 | 2 | -13/+32 |
* | TCPMv2: Fixed PR swap request from charge manager | Sam Hurst | 2019-12-10 | 2 | -3/+4 |
* | tpmtest: added more corner case, make it work again with OpenSSL 1.1 | Vadim Sukhomlinov | 2019-12-07 | 2 | -34/+315 |
* | cr50: Add tpmtests for SHA-384 and 512. | Gurleen Grewal | 2019-12-04 | 1 | -1/+34 |
* | host_command: clear any leftover data | Jett Rink | 2019-11-26 | 1 | -1/+133 |
* | TCPMv2: PD: Separately track each SOP and SOP' and SOP'' | Sam Hurst | 2019-11-24 | 2 | -3/+4 |
* | usbc: fix storm tracker overflow issue | Jett Rink | 2019-11-22 | 5 | -0/+136 |
* | TCPMv2: Enable TCPC low power when port is looking for a connection | Sam Hurst | 2019-11-21 | 1 | -0/+1 |
* | cr50: Add support for ACVP tests of HMAC SHA-256 DRBG | Vadim Sukhomlinov | 2019-11-21 | 3 | -6/+117 |
* | cr50: Add TRNG_TEST command to download entropy samples for NIST tests | Vadim Sukhomlinov | 2019-11-19 | 4 | -2/+147 |
* | tpmtest.py: update Makefile to correct build of ftdi_spi_tpm | Vadim Sukhomlinov | 2019-11-13 | 1 | -0/+1 |
* | common: Refactor motion_sense_fifo | Yuval Peress | 2019-11-11 | 4 | -2/+381 |
* | Add a board specific helper to return USB PD port count | Karthikeyan Ramasubramanian | 2019-11-09 | 2 | -6/+6 |
* | pd: Clarify flag comments | Denis Brockus | 2019-11-08 | 1 | -23/+40 |
* | pd: Remove EMarker Cable Probe | Sam Hurst | 2019-11-08 | 1 | -3/+0 |
* | usbc: fix vbus discharge path for GPIO | Jett Rink | 2019-11-07 | 2 | -0/+18 |