summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* printf: Fix up %p to %pPEvan Green2019-10-054-5/+5
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-0216-34/+35
* Unify #! use in python scriptsStefan Reinauer2019-10-012-2/+2
* chip/npcx: fix cprints argumentsCaveh Jalali2019-10-011-2/+2
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-305-14/+10
* g: avoid locked up flash after denied operationVadim Bendebury2019-09-271-0/+2
* max32660: add I2C master and slaveJerry Bradshaw2019-09-264-67/+2934
* chip/mt_scp: support software gainTzung-Bi Shih2019-09-191-2/+11
* chip/mt_scp: support audio codec WoVTzung-Bi Shih2019-09-193-0/+141
* chip/mt_scp: support speech-microTzung-Bi Shih2019-09-191-0/+8
* g: re-implement usb console with usb-stream configuration.Namyoon Woo2019-09-192-1/+11
* g: fix typoMarius Schilder2019-09-181-1/+1
* Sweetberry: Fix for struct declaration in power logging.Brian J. Nemec2019-09-171-1/+1
* audio_codec: replace legacy console channelTzung-Bi Shih2019-09-171-2/+2
* chip/nrf51/gpio.c: Actually check the flag (instead of == 0)Patrick Georgi2019-09-121-1/+1
* Revert "npcx: ensure we don't unlock watchdog too soon"Caveh Jalali2019-09-124-32/+13
* npcx: ensure we don't unlock watchdog too soonJett Rink2019-09-124-13/+32
* Fix typo on STM32 i2c driverMario Tesi2019-09-111-1/+1
* chip/stm32/dma.c: don't overrun array sizePatrick Georgi2019-09-101-1/+2
* chip/stm/i2c-stm32f4: Remove constant conditionalsPatrick Georgi2019-09-101-12/+7
* g: allow I2CS operate without hardware resetsVadim Bendebury2019-09-051-15/+23
* g: fix UART TX done logicVadim Bendebury2019-09-031-15/+3
* audio_codec: refactor I2S RXTzung-Bi Shih2019-09-031-0/+2
* cr50: added references to FIPS / NIST standards to cryptographic functionsVadim Sukhomlinov2019-08-294-22/+109
* mchp/espi: fix error condition handlingPatrick Georgi2019-08-281-7/+10
* mchp/i2c: Fix boundary checkPatrick Georgi2019-08-281-8/+8
* mtk_vcodec: Add the service for h264 decoderYunfei Dong2019-08-262-1/+8
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-2628-150/+157
* Revert "it83xx/intc:message id of pd packet repeat"Yilun Lin2019-08-251-47/+1
* g: corrected division algorithm in DCRYPTO_bn_divVadim Sukhomlinov2019-08-231-0/+1
* g: add vendor cmd to get/set the endorsement seedMary Ruthven2019-08-131-1/+64
* dma: separate out DMA enable status from wait_for_bytesTom Hughes2019-08-136-26/+53
* npcx: i2c: adjust i2c bus frequency when it is set to 100kHz.Mulin Chao2019-08-121-2/+2
* cr50: use dedicated region for info1 accessesVadim Bendebury2019-08-105-103/+16
* g: Make DMEM word writes explicitLouis Collard2019-08-091-85/+104
* mt_scp: Do not set cache-size in SCP FW.Yilun Lin2019-08-072-6/+18
* mt_scp/ipi: only invoke interrupt when ipi readyYilun Lin2019-08-071-1/+1
* ectool/trng: Add "rand" host command for testing RNGTom Hughes2019-08-061-2/+34
* g: refactor pinmux state printing functionVadim Bendebury2019-08-021-10/+20
* g: add flash log entry for dcrypto failuresstabilize-12386.BVadim Bendebury2019-07-311-5/+13
* common/system: refactor some confusing ifdefsJack Rosenthal2019-07-311-0/+3
* g: Force word writes for k during ECDSA signLouis Collard2019-07-311-4/+13
* g: reset and wipe dcrypto engine after timeout.Marius Schilder2019-07-291-22/+203
* chip/host: Add check for TEST_BUILD in trng.cCraig Hesling2019-07-271-0/+4
* chip/mt_scp/clock.c: enable pwrap_scp clockHsin-Hsiung Wang2019-07-262-4/+20
* i2c: don't scan i2c addresses less than 0x08Jett Rink2019-07-251-3/+2
* hatch_fp: Add RDP (read protection) support to STM32F4Tom Hughes2019-07-244-2/+159
* npcx: make i2c slave address uint16_t to be standardDenis Brockus2019-07-231-1/+1
* npcx7: UART: wait for Tx empty before enabling deep-sleepCHLin2019-07-234-2/+39
* ish: fix snowball structure linker placementDenis Brockus2019-07-223-30/+20