summaryrefslogtreecommitdiff
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* Revert "fpsensor: Support building firmware that works for both sensors"Tom Hughes2021-04-071-3/+0
* fpsensor: Support building firmware that works for both sensorsYicheng Li2021-04-021-0/+3
* TCPMv1/v2: Move SOP' enabling to tcpm_set_vconnEric Herrmann2021-03-041-0/+8
* config: Make VCONN Swap delay a documented optionAbe Levkoy2021-01-221-2/+2
* TCPMv2: Update source-out configsDiana Z2020-12-241-0/+2
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-142-7/+6
* Fix use of int const in size of array.Luis Lozano2020-11-231-1/+1
* tcpm: Change the get_chip_info() to prevent race conditionsWai-Hong Tam2020-06-251-1/+1
* test: Pass commandline arguments to run_testTom Hughes2020-05-302-2/+2
* TCPMv2: Only include PD3.0 functionality when CONFIG_USB_PD_REV30Sam Hurst2020-05-218-5/+35
* tcpc: change name of get_vbus_level to check_vbus_levelDenis Brockus2020-05-151-1/+1
* TCPMv2: Configure fuzz test for alternate modesDiana Z2020-04-163-6/+22
* usb_pd: Move cable communication functions to common fileAyushee2020-03-271-0/+5
* cleanup: drop the _TYPEC part of USB device configJett Rink2020-03-261-1/+1
* remove cr50 related filesNamyoon Woo2020-03-091-70/+0
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-1/+2
* usbc: remove tri-state polarityDenis Brockus2020-02-151-1/+5
* fuzz: remove cr50 or TPM2 library related tests from fuzz and testNamyoon Woo2020-02-1211-1288/+1
* TCPMv1/v2: Move dfp_consume_identity() to common fileVijay Hiremath2020-02-041-4/+0
* usb_pd: Request Vconn swap to communicating with the cableAyushee2020-01-141-0/+4
* bloonchipper: Add transport and sensor detectionTom Hughes2020-01-081-0/+1
* TCPMv2: Enable TCPC low power when port is looking for a connectionSam Hurst2019-11-211-0/+8
* cr50: remove flash nonvolatile counter spaceVadim Bendebury2019-11-211-9/+5
* usbc: fix vbus discharge path for GPIOJett Rink2019-11-071-0/+5
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-012-4/+4
* fuzz_host_cmd: Add fpsensor task + fp host cmdsCraig Hesling2019-10-252-3/+4
* mock: Add fp_sensor and mkbp_events mocksCraig Hesling2019-10-251-1/+1
* usbc: Add missing IS_ENABLED(CONFIG_CHARGE_MANAGER) checksEdward Hill2019-10-181-4/+0
* fuzz: Add fuzz test for TCPMv2Edward Hill2019-10-174-3/+56
* printf: Convert %h to %phEvan Green2019-10-051-2/+2
* fpsensor: Deinit the sensor before clearing the contextTom Hughes2019-09-281-0/+1
* fuzz_host_cmd: Add fuzzing for fpsensor host cmdsCraig Hesling2019-09-033-1/+16
* cr50: Delete non-volatile counter APILouis Collard2019-08-231-1/+0
* usb: convert cc1 from int to enumJett Rink2019-08-091-1/+2
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-201-1/+1
* fuzz: Cleanup test_config.h and fuzz_config.hCraig Hesling2019-06-151-1/+1
* tcpci/usb_pd_fuzz: Avoid using unitialized data in payloadNicolas Boichat2019-05-161-1/+5
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-242-3/+3
* fuzz: Define HIDE_EC_STDLIB in nvmem_tpm2_mock.Allen Webb2019-04-191-0/+1
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-083-27/+3
* nvmem: test modifications to support the new schemeVadim Bendebury2019-04-054-6/+251
* cr50_fuzz: Add owners files for fuzz target.Allen Webb2019-01-081-0/+5
* stdlib cleanup.Allen Webb2019-01-031-0/+2
* cr50_fuzz: Re-enable this fuzz target now that chromeos-ec is fixed.Allen Webb2019-01-021-1/+1
* cr50_fuzz: Fix build errors related to nvmem_wipe_cache.Allen Webb2018-12-201-4/+8
* Makefile.rules: Add buildfuzztests to buildall.Allen Webb2018-12-191-1/+5
* cr50_fuzz: Disable this target. It is breaking the chromeos-ec build.Allen Webb2018-12-071-1/+2
* cr50: provide DCRYPTO_ladder_is_enabled() for test and fuzz buildsVadim Bendebury2018-12-061-0/+4
* test/usb_pd_fuzz: Fuzzing of USB PD dataNicolas Boichat2018-12-054-1/+246