summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* npcx7: introduce new chip variant npcx7m7fcCHLin2020-08-194-10/+23
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-172-4/+8
* task: Change mutex_lock() assertEdward Hill2020-08-151-4/+0
* npcx: add support for rom resident sectionsKeith Short2020-08-132-2/+23
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-121-2/+9
* Revert "task: Fix mutex_lock() assert (reland)"caveh jalali2020-08-071-9/+2
* task: Fix mutex_lock() assert (reland)Edward Hill2020-08-061-2/+9
* chip/npcx/lpc: Read HIKMST before HIKMDIRaul E Rangel2020-08-061-1/+9
* chip: support dynamic hibernate_wake_pins configTing Shen2020-08-061-0/+5
* ec: change usage of dummySam Hurst2020-08-053-14/+14
* spi: Use different hooks for SPI enable/disableWai-Hong Tam2020-07-301-0/+8
* npcx: rtc: Prevent locking a mutex in interrupt contextWai-Hong Tam2020-07-301-1/+9
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* npcx: monitor: set DEVALT0.bit7 for the internal flashCHLin2020-07-081-4/+12
* EC: Add additional stack sizesSam Hurst2020-07-071-0/+2
* Swap system_jumped_to_this_image with _late for common codeDaisuke Nojiri2020-06-261-1/+1
* npcx: Add a new flag to check for initial power-onAndrew McRae2020-06-232-11/+60
* npcx: Fix taskinfo runtime profilingEdward Hill2020-06-191-0/+8
* PB: Make CONFIG_POWER_BUTTON_INIT_IDLE commonDaisuke Nojiri2020-06-131-32/+0
* NPCX797WC: correct image size to avoid overflowing WP_ROPeter Marheine2020-06-091-37/+39
* npcx: Use AP_IDLE instead of AP_OFF to restore AP powerDaisuke Nojiri2020-05-231-8/+11
* npcx/system: Clean up bbram_data_readDaisuke Nojiri2020-05-231-3/+3
* npcx: add chip family codeCHLin2020-04-211-0/+9
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-191-6/+6
* npcx/lpc: Don't enable PM channel OBE interrupt at initWealian2020-03-111-3/+2
* keyboard: Add a new config for the keyboard customizationZhuohao Lee2020-03-101-3/+9
* include/lpc.h: Expose lpc_aux_put_charRaul E Rangel2020-03-021-3/+8
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-14/+14
* chip/npcx/lpc: Don't enable Output Buffer Empty by defaultRaul E Rangel2020-02-271-2/+2
* chip/npcx/lpc: Set bit 5 when sending AUX responses.Raul E Rangel2020-02-271-0/+5
* chip/nxcp/lpc: Fix race condition when reading 8042 data.Raul E Rangel2020-02-271-4/+9
* npcx7: SMB: Fix the incorrect selection of clock sourceWealian Liao2020-02-131-10/+13
* npcx: Add support for ADC threshold interruptsAseda Aboagye2020-02-053-6/+224
* npcx: Add driver support for PS/2 interfaceCHLin2020-01-306-6/+497
* npcx: enable the host interface mouse channelCHLin2020-01-301-2/+20
* dedede: Add z-state supportAseda Aboagye2020-01-211-2/+4
* npcx: Do not reload the OFMCLK when system-jumpCHLin2020-01-151-12/+19
* audio_codec: npcx: use DEBUG_AUDIO_CODECTzung-Bi Shih2020-01-142-5/+7
* audio_codec: npcx: deprecate legacy option CONFIG_WAKE_ON_VOICETzung-Bi Shih2020-01-143-4/+4
* audio_codec: npcx: migrate DMIC and I2S_RX featuresTzung-Bi Shih2020-01-144-166/+138
* npcx: Add support for CONFIG_WP_ACTIVE_HIGHAseda Aboagye2020-01-031-0/+12
* npcx: Disable ITIM after watchdog_stop_and_unlock()Tim Wawrzynczak2019-12-031-3/+3
* npcx7: i2c: enable FIFO mode to transmit and receive dataCHLin2019-11-223-80/+378
* Ensure CEC bus pin is not driven lowFelix Ekblom2019-11-221-0/+3
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-6/+9
* eSPI: Configure SLP_S3, SLP_S4 separatelyAbe Levkoy2019-10-301-1/+1
* NPCX GPIO: Assert that gpio_get/set_level is passed a GPIO signalEdward Hill2019-10-251-0/+4
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* NPCX ESPI: fix some typosEdward Hill2019-10-162-8/+8