summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* ISH: added sleep mask for UART portKyoung Kim2017-08-311-0/+6
* ISH: correction for HPET1 interrupt routingKyoung Kim2017-08-303-7/+10
* cr50: Let state machines print their own statesRandall Spangler2017-08-292-9/+8
* EFS: Rename CONFIG_VBOOT_EC to _EFSDaisuke Nojiri2017-08-291-1/+1
* g: Change rdd 0.4V ref to 0.3V.Aseda Aboagye2017-08-241-0/+7
* g: Move chip pre-init to chip_pre_init()Randall Spangler2017-08-244-23/+32
* npcx: Don't enable CONFIG_CMD_FLASH_TRISTATE when internal flash is usedCHLin2017-08-231-0/+3
* cr50: Refactor Rdd state machineRandall Spangler2017-08-232-33/+195
* chip/stm32/clock: Support RTC console/host commandsPhilip Chen2017-08-233-0/+137
* cr50: log I2C slave 'wedged bus recovery' eventVadim Bendebury2017-08-231-0/+6
* chip/stm32/i2c-stm32f0: Further adjust 400kHz setting (48Mhz clock source)Nicolas Boichat2017-08-231-1/+1
* usb_hid_keyboard: Add support for boot protocol reportNicolas Boichat2017-08-231-7/+19
* npcx: bypasses for SHM reading fail via eSPI and CSAE impact efficiencyMulin Chao2017-08-212-12/+14
* stm32: add embryonic support for STM32F76xVincent Palatin2017-08-186-12/+134
* stm32: remove stm32f4 dead code in DMAVincent Palatin2017-08-181-33/+1
* g: add 'recover hosed slave' i2cs capabilityVadim Bendebury2017-08-172-0/+84
* cr50: add delay after soft resetMary Ruthven2017-08-171-0/+9
* npcx: shi: add the support for SHI module version 2CHLin2017-08-174-44/+210
* cr50: Remove BOARD_AP_USB propertyRandall Spangler2017-08-172-9/+9
* Revert "npcx: workaround the bug that SHM data read via eSPI may be corrupted"Nicolas Boichat2017-08-161-3/+12
* usb_hid_touchpad: Add touch event to FIFO during suspendNicolas Boichat2017-08-161-17/+128
* usb_hid_touchpad: Add timestamp field to touch eventsNicolas Boichat2017-08-161-0/+10
* chip/stm32/usb_hid_keyboard: Add keystrokes to a FIFONicolas Boichat2017-08-161-41/+163
* chip/stm32/usb_hid_keyboard: Simpler buffer handlingNicolas Boichat2017-08-161-31/+17
* chip/stm32/usb: Replace reset handler by generic event handlerNicolas Boichat2017-08-1620-75/+151
* scarlet: Remap DMA channels for USART1Philip Chen2017-08-151-1/+2
* chip/stm32/usb: Split usb wake handler as a different functionNicolas Boichat2017-08-151-43/+49
* npcx: system: Remove useless comparisonMartin Roth2017-08-131-1/+1
* npcx: espi: Remove useless comparisonMartin Roth2017-08-131-1/+1
* npcx: espi: Fix errors with unsigned variableMartin Roth2017-08-131-2/+4
* usb_api.h: Stub usb_wake if CONFIG_USB_REMOTE_WAKEUP is not definedNicolas Boichat2017-08-122-4/+0
* cr50: Merge CCD device handling to rdd.cRandall Spangler2017-08-081-8/+0
* chip/host/config_chip: Fix TASK_STACK_SIZE of the host board.Che-yu Wu2017-08-081-0/+3
* npcx: Define CONFIG_DATA_RAM_SIZEDaisuke Nojiri2017-08-072-10/+10
* chip/stm32/usb: Increase resume timeout to 3 secondsNicolas Boichat2017-08-061-1/+1
* chip/stm32/usb: Fix resume handler in usb_wakeNicolas Boichat2017-08-061-11/+21
* Fix compilation with coreboot-sdkStefan Reinauer2017-08-043-16/+1
* g: use deterministic k for individual attestation certificate ECDSAVincent Palatin2017-08-035-7/+189
* g: stop converting hex device id values to intsVadim Bendebury2017-08-021-1/+1
* g: slightly optimize boot on USB resumeVincent Palatin2017-08-021-1/+1
* usb_hid_*: Fix __packed struct coding styleNicolas Boichat2017-08-021-2/+2
* cr50: stop using AP PHYMary Ruthven2017-08-011-5/+11
* cr50: CCD V1 controls UART accessRandall Spangler2017-08-012-0/+16
* npcx: workaround the bug that SHM data read via eSPI may be corruptedCHLin2017-07-311-12/+3
* chip/stm32/usb_hid_touchpad: Widen pressure field to 10 bitsNicolas Boichat2017-07-311-7/+7
* cr50: provide chip factory mode supportVadim Bendebury2017-07-301-0/+3
* cr50: Rename uartn_enabled() to uartn_tx_is_connected()Randall Spangler2017-07-291-6/+25
* cr50: CCD V1 controls SPI accessRandall Spangler2017-07-282-7/+19
* npcx: Drop unused cmd_params from lpc.cStefan Reinauer2017-07-281-2/+0
* stm32f4: Add OTP support.Gwendal Grignou2017-07-284-0/+136