summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* ish/ish5: add console in use timeout mechanism in low power managmentstabilize-12121.BHu, Hebo2019-04-233-9/+62
* kukui: scp: move CPU clock selection to clock moduleRong Chang2019-04-232-2/+6
* kukui: scp: Set CPU clock to default before ULPOSC calibrationRong Chang2019-04-231-0/+1
* ish: fix extra timer interruptHyungwoo Yang2019-04-201-0/+10
* ish/ish5: fix high frequent wakeup issue in low power modeHu, Hebo2019-04-203-0/+27
* ish: move register definitions to register.hJett Rink2019-04-182-23/+10
* cr50: sqa: don't modify flags if board id is erasedMary Ruthven2019-04-151-1/+6
* g: upgrade_fw: check board id if CR50_RELAXED isn't definedMary Ruthven2019-04-151-1/+1
* mt_scp: Move ROM_BASE to 0x0.Yilun Lin2019-04-134-25/+1
* ish: send request id back as response idJett Rink2019-04-121-1/+7
* hatch_fp: Fix slave select (NSS / CS) pin managementTom Hughes2019-04-111-1/+50
* g: clean up UART channel namesVadim Bendebury2019-04-111-6/+5
* ish: solve timer reliability and time jumpsJack Rosenthal2019-04-112-45/+61
* cr50: add INFO1 RW MAP erasing to CR50_SQA modeVadim Bendebury2019-04-104-57/+84
* ish: wait for heci bus instead of errorJett Rink2019-04-102-9/+60
* ish: reduce hostcmd size to fit within HECIJett Rink2019-04-104-4/+5
* ish: report errors on consoleJett Rink2019-04-102-2/+12
* stm32: spi: Support SPI slave w/ DMA for STM32F4Nicolas Norvez2019-04-091-1/+12
* ish: remove sync fw clock printJett Rink2019-04-081-4/+1
* ish: ipc: fix no credit errorHyungwoo Yang2019-04-081-2/+7
* chocodile_vpdmcu: Firmware for chocodile mcuSam Hurst2019-04-082-0/+19
* ish/ish5: packing aontask binary and ecos main FW binary to final ec.binHu, Hebo2019-04-082-15/+82
* ish/ish5: implement reset, reset_prep and D3 flowHu, Hebo2019-04-087-78/+301
* ish/ish5: implement AON low power mode (D0i1-3)Hu, Hebo2019-04-087-22/+366
* ish/ish5: implement AON low power management frameworkHu, Hebo2019-04-0811-0/+1106
* nvmem: test modifications to support the new schemeVadim Bendebury2019-04-051-6/+12
* cr50: convert functions into staticNamyoon Woo2019-04-051-2/+2
* ish: print heci error messages when occurJett Rink2019-04-052-13/+2
* gpio: add config option for using gpio_get_flagsMary Ruthven2019-04-051-1/+1
* cr50: make ccd_mode_l pseudo open drainMary Ruthven2019-04-041-3/+3
* kukui: scp: fix udelay hangs the system in clock enable.Pi-Hsun Shih2019-04-041-2/+15
* npcx7: introduce npcx7m7wc chip and refine memory layout of npcx7m7wbCHLin2019-04-035-16/+27
* stm32f412: add TRNG supportNicolas Norvez2019-04-032-0/+8
* stm32: spi: fix unused variable errorNicolas Norvez2019-04-031-2/+2
* ish: add memory dma driver for ISH5Leifu Zhao2019-04-024-0/+373
* it83xx/i2cs: add i2c slave functiontim2019-03-307-12/+397
* stm32f0: Allow per-channel sampling rate settingDaisuke Nojiri2019-03-282-4/+7
* ish: I2C transaction to non-existent addresses fixDaniel Gonzalez2019-03-281-0/+13
* cr50: move to use flash event logVadim Bendebury2019-03-281-3/+3
* g: add flash elog support functionVadim Bendebury2019-03-282-1/+29
* common: add flash event log facilityVadim Bendebury2019-03-261-0/+1
* g: check that the tx fifo is ready before writing itNamyoon Woo2019-03-261-0/+3
* ish: Add watchdog timerJack Rosenthal2019-03-263-1/+112
* kukui_scp: Enable CONFIG_LTONicolas Boichat2019-03-261-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-2667-345/+345
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-26100-1123/+1123
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-264-0/+4
* common: Add BIT macroGwendal Grignou2019-03-261-597/+598
* mt_scp: Move some configs to board/config.h.Yilun Lin2019-03-211-26/+1
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-203-15/+25