summaryrefslogtreecommitdiff
path: root/chip/host
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-0520-1743/+0
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-271-0/+16
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-6/+5
* COIL: host: Update SPI terminologyCaveh Jalali2021-08-043-12/+12
* include/flash: rename the APIsTim Lin2021-06-091-11/+11
* 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