summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
...
* it83xx: espi: enable eSPI interruptDino Li2018-06-062-60/+172
* stm32: use D-cache on STM32H7Vincent Palatin2018-06-043-3/+13
* cortex-m: add D-cache supportVincent Palatin2018-06-041-4/+0
* stm32: fix ignoring bus fault on M7Vincent Palatin2018-06-041-0/+2
* g: add documentation pointing to p256 modular reduction verification in CoqJade Philipoom2018-06-011-0/+28
* keyboard_scan: Add option to support keyboards with language IDparis_yeh2018-05-302-4/+3
* system: Enable/Disable low power idle in run timePhilip Chen2018-05-301-0/+8
* test/build.mk: Allow boards to specify test listsNicolas Boichat2018-05-281-0/+3
* it83xx: system: print out message if reset cause is unknownDino Li2018-05-281-0/+15
* it83xx: Add a config option for enabling mouse LDNFurquan Shaikh2018-05-261-0/+4
* chip/it83xx: Clean-up ec2i pnpcfg settingsFurquan Shaikh2018-05-262-58/+54
* chip/it83xx: Configure IRQTP for KBC when using eSPIFurquan Shaikh2018-05-232-0/+25
* cr50: pass params to vendor commands as structRandall Spangler2018-05-231-64/+53
* espi: rename remaining eSPI optionsJett Rink2018-05-233-14/+14
* ec_chip_mchp: Expand data SRAM to 64KB.scott worley2018-05-223-55/+107
* cr50: Refactor tracking vendor command originRandall Spangler2018-05-221-0/+29
* chip/stm32/clock: Initialize 'alarm_us'Philip Chen2018-05-221-1/+2
* ec_chip_mchp: Clear ADC sticky hardware status before starting.scott worley2018-05-221-19/+36
* ec_chip_mchp: Lower UART interrupt priority.scott worley2018-05-221-2/+3
* ec_chip_mchp: Fix bug in GPIO interrupt handling.scott worley2018-05-221-20/+34
* ec_chip_mchp: Lower Port80 interrupt priority.scott worley2018-05-221-1/+1
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-2226-57/+57
* ec_chip_mchp: Add miscellaneous register defines: LPC and IRQ.scott worley2018-05-221-1/+22
* g: speed up CCD UART processingVadim Bendebury2018-05-222-27/+32
* npcx: CEC: Change input back to GPIO when disabling CECStefan Adolfsson2018-05-221-4/+8
* npcx: CEC: Fix issues with pushing to incoming bufferStefan Adolfsson2018-05-221-7/+20
* npcx7: Export entering PSL mode.Aseda Aboagye2018-05-222-2/+9
* it83xx: watchdog: print LP on watchdog warningDino Li2018-05-221-3/+37
* it8320: print error message if gpio triggers are misconfiguredJett Rink2018-05-211-19/+38
* sweetberry: expose i2c over usbRuben Rodriguez Buchillon2018-05-212-1/+13
* npcx: lpc: Remove FW_OBF bypass for npcx7 and later npcx ec series.Mulin Chao2018-05-181-0/+13
* ec_chip_mchp: Remove debug trace statementsscott worley2018-05-181-8/+0
* chip/npcx: ensure proper type of cec_taskPatrick Georgi2018-05-181-1/+1
* Shuffle const aroundPatrick Georgi2018-05-182-2/+2
* Cr50: Dcrypto: calculate appkey digests at runtime to save space.Allen Webb2018-05-171-59/+55
* it83xx: Only use supported VWs on GLKJustin TerAvest2018-05-171-0/+26
* Use gcc's name for ARMv6-with-svc on cortex-m chipsPatrick Georgi2018-05-172-2/+10
* chip/mchp: Surround conditional code with bracesPatrick Georgi2018-05-171-1/+2
* Reland "npcx: CEC: Send CEC message in mkbp event"Stefan Adolfsson2018-05-161-26/+19
* npcx: CEC: Allow unregistration of logical addressStefan Adolfsson2018-05-161-1/+5
* cr50: in dev mode allow unverified certificatesVadim Bendebury2018-05-161-0/+11
* chip/npcx: Increase default stack size for tasksNicolas Boichat2018-05-161-7/+7
* Revert "npcx: CEC: Send CEC message in mkbp event"stabilize-10682.BIlja H. Friedel2018-05-151-19/+26
* g: add AES CMAC according to RFC 4493Jade Philipoom2018-05-143-0/+361
* npcx: CEC: Send CEC message in mkbp eventStefan Adolfsson2018-05-121-26/+19
* npcx: CEC: Add unit suffixesStefan Adolfsson2018-05-111-78/+86
* npcx: CEC: Respect the present initiator free-timeStefan Adolfsson2018-05-111-3/+17
* npcx: CEC: Get/set logical addressStefan Adolfsson2018-05-111-2/+17
* npcx: CEC: Add software debouncingStefan Adolfsson2018-05-111-0/+29
* npcx: CEC: Improve pulse-width measurementsStefan Adolfsson2018-05-111-2/+15