summaryrefslogtreecommitdiff
path: root/chip/host
Commit message (Expand)AuthorAgeFilesLines
* chip/host: Match fprintf type and format stringPatrick Georgi2021-04-281-1/+1
* chip/host: Check that file reads are successfulPatrick Georgi2021-04-281-9/+4
* chip/host: Make persistence's path handling more robustPatrick Georgi2021-04-281-3/+49
* chip/host: assert that reading emulated flash is successfulPatrick Georgi2021-04-281-1/+3
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-1/+1
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-152-4/+4
* host/system: Implement functions for getting pointer to panic dataPatryk Duda2020-10-011-0/+6
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-172-2/+4
* ec: change usage of dummySam Hurst2020-08-054-4/+4
* remove cr50 related filesNamyoon Woo2020-03-096-159/+0
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-8/+8
* i2c: Support changing I2C bus speed at runtimeTing Shen2020-01-172-1/+25
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-1/+1
* 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