summaryrefslogtreecommitdiff
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cr50_fuzz: Re-enable this fuzz target now that chromeos-ec is fixed.Allen Webb2018-12-042-2/+2
* cr50_fuzz: Fix missing dependencies.Allen Webb2018-12-041-1/+4
* cr50_fuzz: Disable this fuzz target until chromeos-ec is fixed.Allen Webb2018-12-041-1/+2
* cr50_fuzz: Add self test.Allen Webb2018-12-031-0/+44
* cr50_fuzz: Add libprotobuf-mutator support.Allen Webb2018-12-0310-61/+1025
* cr50_fuzz: fix nvmem_vars user number.Allen Webb2018-11-211-1/+1
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-151-2/+0
* cr50_fuzz: Fix broken compilationAllen Webb2018-11-091-0/+7
* cr50_fuzz: Add missing include and define.Allen Webb2018-09-121-0/+2
* makefule.rules: Add cxx_to_o rule for building c++ files.Allen Webb2018-09-071-7/+10
* cr50_fuzz: Add minimal fuzzer for pinweaver.Allen Webb2018-09-074-2/+147
* fuzz: Hide conflicts with cstdlib and use clang++ for linking.Allen Webb2018-09-071-1/+13
* Move fuzzing tests into a fuzz subfolder.Allen Webb2018-08-224-0/+226