summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: Fix manual interrupt clearing functionCraig Hesling2020-03-161-1/+3
* chip/npcx: fix cprints argumentsCaveh Jalali2019-10-011-2/+2
* npcx7: UART: wait for Tx empty before enabling deep-sleepCHLin2019-09-124-2/+39
* npcx: disable the selection of JTAG0 signals due to strapCHLin2019-05-016-196/+259
* ish: update power rail request (vnn)li feng2019-02-203-0/+68
* mt_scp: Add functions to clean/invalidated selected ranges of D-cacheNicolas Boichat2019-02-202-11/+24
* mt_scp: Add functions to clean/invalidated selected lines of D-cacheNicolas Boichat2019-02-191-0/+19
* kukui_scp: Always use watchdog reset on reboot.Pi-Hsun Shih2019-02-191-3/+4
* ish: print message for misconfigured GPIOsJett Rink2019-02-141-10/+18
* cleanup: do not try to copy to/from NULLJett Rink2019-02-141-1/+2
* g: decorate _i2cs_write_complete_int() so that LTO does not loose itVadim Bendebury2019-02-101-1/+1
* cr50: use list of object files instead of the libraries for cryptocVadim Bendebury2019-02-101-6/+8
* chip/g: mark symbols used that are used from assembly codePatrick Georgi2019-02-072-2/+2
* ish: remove unnecessary interrupt_enable() callHyungwoo Yang2019-01-311-3/+0
* ish: fix timer 0 periodic modeHyungwoo Yang2019-01-301-1/+0
* ish: fix task profilingJett Rink2019-01-302-2/+3
* cr50: Add NIST SP 800-90A HMAC DRBG.Louis Collard2019-01-296-176/+386
* chip: stm32: Enable additional I2C/UART DMA channels for STM32F412Moritz Fischer2019-01-291-5/+9
* g/i2cs: Sample SDA multiple times before considering the bus wedgedRaul E Rangel2019-01-281-45/+106
* ish: use correct I2C eventJett Rink2019-01-281-4/+2
* ish: make unimplmented GPIOs perform no-opsJett Rink2019-01-282-5/+22
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-281-1/+1
* mt_scp: Add support to store some code in DRAMNicolas Boichat2019-01-241-0/+5
* mt_scp: Enable I/D-cache on bootNicolas Boichat2019-01-243-7/+205
* mt_scp/memmap: Enable memmap between AP and SCP.Yilun Lin2019-01-245-23/+224
* it83xx: add enable/disable espi pad functionDino Li2019-01-223-4/+18
* tcpm/it83xx.c: don't reload cc parameter settings for DxRuibin Chang2019-01-221-0/+2
* cleanup/ish: update copyright header to styleJett Rink2019-01-1910-10/+10
* mt_scp/ipi: Fix typo in IPI macro check.Yilun Lin2019-01-181-1/+1
* ish: fix 32-bit quotient overflowJett Rink2019-01-162-7/+50
* cr50: Extend CR50 Bitbang Receive buffer.Namyoon Woo2019-01-161-7/+3
* npcx: shi: enable sleep bit in suspend hook function.Mulin Chao2019-01-161-0/+6
* it83xx: disable eSPI pad before EC sleepDino Li2019-01-161-1/+21
* it83xx: reset espi module during init on DX versionDino Li2019-01-162-0/+11
* it83xx: disable eSPI pad before changing PLLDino Li2019-01-112-9/+10
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-113-41/+120
* cr50: Deferred RDD check in deasserting EC_RST_L.Namyoon Woo2019-01-091-4/+28
* chip: stm32: clock-stm32f4: Implement rtc_set() for RTCstabilize-11554.BMoritz Fischer2019-01-091-2/+30
* ish/uart: fix wrong register address access in uart_tx_start()Hu, Hebo2019-01-081-1/+1
* pd: Enable USB PD SOP' and SOP'' CommunicationSam Hurst2019-01-071-0/+34
* chip/stm32/clock: Cleanly clear pending RTC alarm IRQPhilip Chen2019-01-051-0/+3
* stdlib cleanup.Allen Webb2019-01-031-2/+3
* mt_scp/ipi: Support host command.Yilun Lin2018-12-291-0/+72
* mt_scp: Support inter-process interrupt/communication (IPI).Yilun Lin2018-12-297-4/+368
* ISH: HID: implement HID subsystemHyungwoo Yang2018-12-283-0/+531
* ISH: HECI: implement HECI layerHyungwoo Yang2018-12-286-0/+1418
* ISH: IPC: implement generic IPC layerHyungwoo Yang2018-12-274-0/+1002
* mt_scp: Support SCP reset stepping stone function.Yilun Lin2018-12-234-1/+28
* mt_scp/uart: Do not use usleep in tx_flush/write_charNicolas Boichat2018-12-231-3/+2
* mt_scp/hrtimer: Fix race condition in timer_read_raw_systemNicolas Boichat2018-12-231-2/+11