summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: add support for building CR50_SQA imagesMary Ruthven2019-03-203-11/+49
* g: add board_id_is_blankMary Ruthven2019-03-202-3/+16
* chip: stm32: Fix Timers 9 through 11 for STM32F4Moritz Fischer2019-03-163-2/+8
* kukui: scp: fix ULPOSC index using 0 base numberingRong Chang2019-03-161-15/+14
* kukui: scp: fix ULPOSC configuration and add OSC clock measurementRong Chang2019-03-162-53/+113
* kukui: scp: fix wrong logic on checking ULPOSC numberRong Chang2019-03-161-1/+1
* kukui: scp: move clock and oscillator configuration code to clock.cRong Chang2019-03-163-109/+119
* kukui: scp: set CPU clock to ULPOSC2Rong Chang2019-03-162-0/+6
* clock: define the function clock_enable_module to all EC chipsCHLin2019-03-131-1/+13
* adc-stm32f0: initialize adc upon invocation of channel readYH Lin2019-03-131-36/+38
* mt_scp: Check for IPI_NS_SERVICE in ipi_send.Pi-Hsun Shih2019-03-121-0/+5
* mt_scp/ipi: Support host event over IPI.Yilun Lin2019-03-121-4/+37
* arcada_ish: Send MKBP events over HECIMathew King2019-03-111-7/+50
* Reland "npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is ze...Mulin Chao2019-03-073-20/+14
* kukui_scp/ipi: Clarify ipi_send() signature.Yilun Lin2019-03-072-2/+2
* chip: stm32: Fix GPIO base addresses for STM32F4/LMoritz Fischer2019-03-061-3/+12
* Revert "npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is ze...Daisuke Nojiri2019-03-062-12/+15
* cr50: use closed loop reset based on board propertyMary Ruthven2019-03-061-0/+12
* npcx: pwm: Use DCRn greater than CTRn to present its duty cycle is zero.Mulin Chao2019-03-052-15/+12
* kukui_scp: Add rpmsg name service.Peter Shih2019-03-042-0/+25
* makefile: add manifest header supportJett Rink2019-03-042-1/+66
* ec: Cleanup ish config optionsMathew King2019-03-014-496/+3
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-016-3/+8
* stm32: spi: fix link to bug in commentsNicolas Norvez2019-02-271-3/+3
* audio_codec: Implement NPCX version of audio host command functionsCheng-Yi Chiang2019-02-272-0/+163
* ish: fix LAPIC error by sending EOI to IOAPIC RTERong Chang2019-02-271-0/+4
* ish: add reboot supportJett Rink2019-02-262-9/+15
* ish: add reset prep interrupt handleyangcao2019-02-263-0/+70
* ish: adjust timers for ISH 4/5 32kHz clockJett Rink2019-02-262-127/+178
* ish: add cros_ec command interface over heciJett Rink2019-02-262-0/+112
* 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