summaryrefslogtreecommitdiff
path: root/chip/host
Commit message (Expand)AuthorAgeFilesLines
* i2c: Support changing I2C bus speed at runtimeTing Shen2020-02-272-1/+25
* chip/host: Avoid concurrent recipes of libcryptoc.aYicheng Li2019-12-051-12/+0
* testing: remove incorrect testing assertJett Rink2019-11-211-1/+7
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* host: adding gpio print for debuggingJett Rink2019-11-041-0/+12
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-1/+1
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+5
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-5/+6
* chip/host: Add check for TEST_BUILD in trng.cCraig Hesling2019-07-271-0/+4
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-11/+11
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-10/+13
* chip/host: Add spi+trng support, and add gpio funcCraig Hesling2019-07-184-1/+85
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1916-16/+16
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-05-241-2/+13
* nvmem: do not run when crypto is disabledVadim Bendebury2019-05-241-0/+4
* host: Fix test breakageRaul E Rangel2019-05-141-0/+2
* nvmem: test modifications to support the new schemeVadim Bendebury2019-04-051-6/+12
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-262-2/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* pd: Enable USB PD SOP' and SOP'' CommunicationSam Hurst2019-01-071-0/+34
* stdlib cleanup.Allen Webb2019-01-031-2/+3
* test/usb_pd_fuzz: Fuzzing of USB PD dataNicolas Boichat2018-12-051-1/+1
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-151-0/+8
* common: flash and nvmem fixes for compatibility with the host board.Allen Webb2018-09-071-1/+3
* host: Add dcrypto definitions that can be used by fuzzing targets.Allen Webb2018-09-076-0/+156
* test: host_command_fuzz: fuzzing testNicolas Boichat2018-08-164-0/+31
* chip/host/system: Fix parameter to scanfNicolas Boichat2018-06-211-1/+1
* chip/host/gpio.c: Fix out of bounds accessNicolas Boichat2018-06-211-1/+3
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* test: store persistence files in RAMVincent Palatin2018-01-311-14/+22
* chip/host: uart: Run uart_monitor_stdin() before task schedulingShawn Nematbakhsh2018-01-101-0/+12
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-072-0/+4
* chip/host/config_chip: Fix TASK_STACK_SIZE of the host board.Che-yu Wu2017-08-081-0/+3
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+5
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-2/+2
* fix memory size calculations in host/test modeVadim Bendebury2016-12-281-6/+6
* usb pd: Resend request after receiving a WAIT in response to a requestSam Hurst2016-12-021-3/+30
* NvMem: Added NV Memory module to ec/common/Scott2016-05-261-1/+1
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-21/+3
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* cleanup: Put chip-specific configs in config_chip.hBill Richardson2015-09-211-0/+8
* host: mock i2c_xferGwendal Grignou2015-09-162-107/+14
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-162-3/+3
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-7/+7
* tasks: Remove most task_start_called() calls.Aseda Aboagye2015-08-011-4/+1
* cleanup: fix all the header guardsBill Richardson2015-06-182-5/+5