summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* it83xx/register: rename the register of MCCR3 to RVILMCR0Dino Li2019-07-032-5/+5
* it83xx/i2c_slave: the DMA registers have updated on IT8xxx2tim2019-07-022-5/+33
* mt_scp/ipi: Add ref-counted API ipi_{en,dis}able_irq()Yilun Lin2019-07-022-4/+48
* chip/stm32/clock: Remove warning message about clock modulesNicolas Boichat2019-07-022-6/+0
* ish: arm T1 in __hw_clock_event_clearJack Rosenthal2019-06-271-3/+6
* ish5: fast 32-bit division in scale_us2ticksJack Rosenthal2019-06-271-1/+18
* ish: commit persistent data during d3 entryJack Rosenthal2019-06-275-32/+14
* g: avoid CERT_28Marius Schilder2019-06-271-19/+1
* g: try batching USB stream data under heavy loadVadim Bendebury2019-06-272-55/+143
* g: set up USB TX in USB endpoint interrupt handlerNamyoon Woo2019-06-272-25/+36