summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* cr50: decrease sleep delay to 20 seconds after init and resumestabilize-fsi-9202.5.0.Bstabilize-fsi-9202.10.Bstabilize-M57-9202.35.0.Bstabilize-9202.Bstabilize-9202.64.Bstabilize-9202.56.Bstabilize-9202.28.Bstabilize-9202.18.Brelease-R57-9202.BMary Ruthven2017-01-201-2/+2
* poppy: consider all EC boots to be due to pin resetNicolas Boichat2017-01-201-1/+1
* npcx: gpio: Add GPIO_INT support for KSI pinsMulin Chao2017-01-191-0/+19
* npcx: i2c: handle BER & SDAST in SMBST occur at the same time.Mulin Chao2017-01-181-0/+14
* g: remove superfluous DCRYPTO_SHA256_init in HMAC implementationnagendra modadugu2017-01-181-1/+0
* g: add means of building node locked imagesVadim Bendebury2017-01-181-4/+37
* g: move compute_frk2 function into dcryptoVadim Bendebury2017-01-183-0/+118
* g: debounce rdd disconnectMary Ruthven2017-01-131-10/+18
* cr50: help battery disconnect to work on detachable devicesVadim Bendebury2017-01-121-0/+9
* g: tell between C and D and P SKUs of the H1B2 chipVadim Bendebury2017-01-121-2/+49
* ISH: Added UART Rx/Tx interrupt modeKyoung Kim2017-01-111-6/+53
* CR50: make public key part generation optional.Marius Schilder2017-01-112-4/+9
* it83xx: adc: interrupt is usedDino Li2017-01-106-23/+116
* npcx: shi: Optimize OBUF copy / fillShawn Nematbakhsh2017-01-101-22/+53
* npcx: shi: fix bug of clearing EVSTAT_EOR bitCHLin2017-01-091-1/+1
* nds32: lds: reduce gap of flashDino Li2017-01-052-2/+7
* npcx: lpc: Do not use FW_OBF bit to clear OBF bitCHLin2017-01-032-24/+109
* stm32: Remove unused struct definitionsMartin Roth2017-01-022-10/+0
* fix memory size calculations in host/test modeVadim Bendebury2016-12-281-6/+6
* stm32: Remove useless code from usb_power.cMartin Roth2016-12-261-12/+0
* cr50: do not invoke fw_upgrade_complete() if there was no data transferVadim Bendebury2016-12-241-2/+19
* cr50: add support for padding-only RSASSAAndrey Pronin2016-12-222-2/+8
* CR50:Accelerate p256 codeMarius Schilder2016-12-226-44/+261
* cr50: keep wp and console state through deep sleepMary Ruthven2016-12-211-15/+37
* cr50: keep board properties related code in board.cVadim Bendebury2016-12-204-17/+3
* npcx: lpc: Remove unsupport old-style host command.Mulin Chao2016-12-201-44/+1
* g: increase idle task sizeVadim Bendebury2016-12-201-1/+1
* eve: Ignore VCC1_RST status bit when determining reset causeDuncan Laurie2016-12-161-1/+2
* i2cs.c: Initialize variable to fix GCC warningsMartin Roth2016-12-161-1/+1
* make i2c_handle_sda_irq() static to fix GCC 5.3 warningMartin Roth2016-12-161-1/+1
* CR50: only build crypto test code on DEV buildsstabilize-9093.Bnagendra modadugu2016-12-151-1/+2
* npcx: lpc: clear EC_LPC_CMDR_BUSY status bit on init & LRESET asserted.Mulin Chao2016-12-151-0/+8
* CR50: fix errors flagged by coveritynagendra modadugu2016-12-141-0/+4
* CR50: make SHA512 a config optionnagendra modadugu2016-12-131-1/+3
* CR50: add support for SHA-384 & 512nagendra modadugu2016-12-125-2/+52
* g: tweak cflush() to wait a bit longerVadim Bendebury2016-12-121-0/+13
* ish: correct i2c write operation buffer sizeli feng2016-12-121-16/+5
* g: remove the impact of deep sleep resumes from the rolling reboot countMary Ruthven2016-12-091-0/+2
* g: make sure usb clocks are enabled before going to deep sleepMary Ruthven2016-12-081-0/+3
* Cr50: Ensure that trng.h is self-contained.Carl Hamilton2016-12-081-0/+1
* g: change default idle behavior based on bus obfuscation availabilityMary Ruthven2016-12-081-7/+23
* npcx: lpc: Fix KB malfunction after power-key off and then onCHLin2016-12-081-3/+0
* npcx: watchdog: Log PC on watchdog from exception contextShawn Nematbakhsh2016-12-081-3/+11
* npcx: hwtimer: Fix deadlock close to hwtimer wrapShawn Nematbakhsh2016-12-081-1/+1
* cr50: rename dev mode manifest fileVadim Bendebury2016-12-061-1/+1
* gru: control LEDs by changing frequencyDavid Schneider2016-12-051-5/+2
* usb pd: Resend request after receiving a WAIT in response to a requestSam Hurst2016-12-021-3/+30
* npcx: flash: Set SRP0 when enabling RO write protectionShawn Nematbakhsh2016-12-011-3/+9
* npcx: flash: Use common code for SPI flash protect reg translationShawn Nematbakhsh2016-12-011-156/+5
* npcx: flash: Fix SR reg reads during UMA lockShawn Nematbakhsh2016-12-011-33/+53