summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* cr50: use single __packed definitionVadim Bendebury2018-02-221-0/+1
* stm32: fix AXI memory corruption on STM32H743Vincent Palatin2018-02-212-0/+18
* npcx: Set ESPI_MAXFREQ based on FMCLK valueFurquan Shaikh2018-02-201-0/+16
* cr50: remove set capabilities from powerbtnMary Ruthven2018-02-202-40/+0
* cr50: fix DEBUG_DRIVE commentBrian Norris2018-02-161-1/+1
* lpc: Removing unnecessary register writesJett Rink2018-02-161-6/+1
* npcx: set eSPI speed to max supported by hardwareCaveh Jalali2018-02-152-3/+12
* npcx: do not power down eSPI when enabledCaveh Jalali2018-02-122-4/+11
* Nami: Enable hibernate using silegoElthan_Huang2018-02-122-3/+4
* chip/mchp: Default SPI image script verobse output to disabledScott Worley2018-02-092-44/+73
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-095-8/+559
* lpc: Prevent watchdog reset caused by KBC IBF interrupt on chromebox.Mulin Chao2018-02-081-0/+8
* keyboard_scan: Disable when USB is suspended without wakeNicolas Boichat2018-02-051-0/+3
* stm32/usb: Add HOOK_USB_PM_CHANGE, called when USB is resumed/suspendedNicolas Boichat2018-02-021-1/+22
* cleanup: formatting debug messageJett Rink2018-02-011-4/+3
* g: protect flash operationsVadim Bendebury2018-01-311-6/+32
* Add support for HW alertsAnatol Pomazau2018-01-313-0/+370
* stm32: add usb_isochronousWei-Han Chen2018-01-313-0/+286
* test: store persistence files in RAMVincent Palatin2018-01-311-14/+22
* stm32: Fix bkpdata accountingShawn Nematbakhsh2018-01-302-13/+33
* Nami: force to set RESET_FLAG_RESET_PINElmo_Lan2018-01-301-1/+1
* stm32: make half-duplex SPI works on STM32F0Wei-Han Chen2018-01-253-56/+85
* stm32/usb: Add logic to detect stuck controller in usb_wakeNicolas Boichat2018-01-181-1/+28
* stm32/usb: Handle spurious wakes in usb_resumeNicolas Boichat2018-01-181-7/+34
* npcx7: Add definition/configuration for npcx7m6xb/npcx7m7wCHLin2018-01-175-10/+51
* stm32/usb: usb_wake: Update STM32_USB_CNTR with interrupts offNicolas Boichat2018-01-171-1/+5
* stm32: add SPI slave support for STM32H7Vincent Palatin2018-01-122-11/+51
* chip/host: uart: Run uart_monitor_stdin() before task schedulingShawn Nematbakhsh2018-01-101-0/+12
* ec_chip_mchp: Add chip flash image generatorScott Worley2018-01-101-0/+481
* stm32: add SPI master for STM32H7Vincent Palatin2018-01-082-1/+341
* stm32: Add STM32H7 familyVincent Palatin2018-01-0811-26/+851
* npcx/uart: Pull up communication line during transactionNicolas Boichat2018-01-041-0/+9
* g: fix flaky timeout check for spi transfer.Marius Schilder2018-01-041-0/+6
* g: allow for other values of DCRYPTO_CALL_TIMEOUT_USMarius Schilder2018-01-041-0/+2
* g: allow for other values of RSA_MAX_BYTESMarius Schilder2018-01-041-0/+2
* npcx: modify the npcxspiflash little firmware to support UUTCHLin2018-01-036-116/+161
* g: simulate open drain GPIO behaviorVadim Bendebury2018-01-031-10/+33
* ec_chip_mchp: Add I2C controllerScott Worley2018-01-021-0/+612
* ec_chip_mchp: Add LPC and eSPI files.Scott Worley2018-01-023-0/+2544
* ec_chip_mchp: Add MCHP TFDP trace debug filesScott Worley2017-12-282-0/+630
* ec_chip_mchp: Add other hardware filesScott Worley2017-12-285-0/+711
* ec_chip_mchp: Add PWM and fan filesScott Worley2017-12-283-0/+342
* ec_chip_mchp: Add SPI filesScott Worley2017-12-288-0/+1807
* ec_chip_mchp: Add MCHP chip folderScott Worley2017-12-288-0/+4316
* ec_chip_mchp: Add ADC and DMA filesScott Worley2017-12-284-0/+630
* ec_chip_mchp: Add LFW filesScott Worley2017-12-283-0/+541
* stm32: re-factor registers.h addressesVincent Palatin2017-12-251-161/+167
* consumer: Remove flush operationNicolas Boichat2017-12-1810-88/+0
* chip/stm32: Add support for half-duplex UARTNicolas Boichat2017-12-152-3/+7
* g: tweak usart queuing for stream signingMarius Schilder2017-12-132-4/+32