summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove __7b, __8b and __7bfDenis Brockus2019-07-2015-153/+153
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-1915-171/+220
* chip/host: Add spi+trng support, and add gpio funcCraig Hesling2019-07-184-1/+85
* Basic implentation of the Maxim Integrated MAX32660 within the EC OSJerry Bradshaw2019-07-1718-0/+6195
* cr50: provide separate environment variable to enable crypto testsVadim Bendebury2019-07-171-4/+0
* mt_scp: Trigger IRQ if has pending IPC when re-enable SCP_IRQ_IPC0.Yilun Lin2019-07-171-3/+18
* mt_scp: Drop TCM and L1 cache setting.Yilun Lin2019-07-172-8/+11
* stm32: Add known variants to registers filesCraig Hesling2019-07-175-0/+21
* stm32: Factor out stm32f7 family registersCraig Hesling2019-07-174-55/+1093
* stm32: Add header guard and fix fmt/doc of registers header fileCraig Hesling2019-07-177-260/+347
* stm32: Manually fix separate register filesCraig Hesling2019-07-165-92/+4
* stm32: Split registers.h into independent filesCraig Hesling2019-07-157-2706/+6243
* arcada: ensure i2c transmit fifo is emptyLeifu Zhao2019-07-141-2/+3
* ish: fix aon task not auto rebuild issue in increment buildHu, Hebo2019-07-122-13/+37
* stm32h7: Fail build if CONFIG_FLASH_READOUT_PROTECTION_AS_PSTATE not usedTom Hughes2019-07-111-0/+3
* stm32: Make sure watchdog is enabled when using it to resetTom Hughes2019-07-101-0/+30
* ish: cleanup i2c constantsJett Rink2019-07-092-21/+26
* Revert "ish: enter ISH ROM during reset prep"Jack Rosenthal2019-07-091-1/+1
* ish: fix osscaisonally not load issue when doing shutdown & rebootHu, Hebo2019-07-081-0/+10
* ish: enter ISH ROM during reset prepJack Rosenthal2019-07-041-1/+1