summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* npcx7: Add definition/configuration for npcx7m6xb/npcx7m7wCHLin2018-01-175-10/+51
* npcx/uart: Pull up communication line during transactionNicolas Boichat2018-01-041-0/+9
* npcx: modify the npcxspiflash little firmware to support UUTCHLin2018-01-036-116/+161
* system: Log PC and task id on watchdogPhilip Chen2017-12-111-14/+0
* system: Allow hibernate to clear AP_OFF flagDaisuke Nojiri2017-12-051-1/+9
* npcx: unset ESPIRSTWE bit to prevent ec cannot enter low power modeCHLin2017-11-282-2/+2
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-212-7/+7
* system: Add wait-ext option to ec reboot commandScott Collyer2017-11-151-14/+15
* npcx: Use compatible MPU configShawn Nematbakhsh2017-11-142-48/+7
* npcx: fixed the assembly code of deep idle bypassCHLin2017-11-091-6/+4
* port80: Provide default routine for logging port80 resumeFurquan Shaikh2017-10-311-7/+0
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-10/+0
* npcx: espi: fixed bug that ec cannot wakeup from deep idle by VW eventsMulin Chao2017-10-292-9/+11
* npcx/uart: Disallow deep sleep when alternate pad is selectedNicolas Boichat2017-10-251-6/+23
* npcx/uart: Simplify UART register handlingNicolas Boichat2017-10-252-56/+63
* chip/npcx: Add support for pad-switching UARTNicolas Boichat2017-10-254-38/+247
* ec: add initial nautilus boardChris Wang2017-10-231-1/+3
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-86/+17
* npcx/flash: not enable the flash pinmux when using internal flashCHLin2017-10-152-0/+6
* chip/stm32/clock: Allow the host to reset rtc alarmPhilip Chen2017-10-021-1/+1
* npcx: espi: Fixed the bug which ec cannot enter deep sleep on npcx7.Mulin Chao2017-09-281-0/+8
* npcx: espi: Add new bit fields of eSPI regs and remove useless ones.Mulin Chao2017-09-281-36/+71
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-074-32/+25
* npcx: bypass for CSAE issue if CONFIG_LOW_POWER_IDLE is disabledMulin Chao2017-09-051-1/+1
* EFS: Rename CONFIG_VBOOT_EC to _EFSDaisuke Nojiri2017-08-291-1/+1
* npcx: Don't enable CONFIG_CMD_FLASH_TRISTATE when internal flash is usedCHLin2017-08-231-0/+3
* npcx: bypasses for SHM reading fail via eSPI and CSAE impact efficiencyMulin Chao2017-08-212-12/+14
* npcx: shi: add the support for SHI module version 2CHLin2017-08-174-44/+210
* Revert "npcx: workaround the bug that SHM data read via eSPI may be corrupted"Nicolas Boichat2017-08-161-3/+12
* 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
* npcx: Define CONFIG_DATA_RAM_SIZEDaisuke Nojiri2017-08-072-10/+10
* npcx: workaround the bug that SHM data read via eSPI may be corruptedCHLin2017-07-311-12/+3
* npcx: Drop unused cmd_params from lpc.cStefan Reinauer2017-07-281-2/+0
* npcx: gpio: Optimize gpio_interrupt_type_sel() for code space reductionShawn Nematbakhsh2017-07-271-19/+11
* npcx: gpio: Clear GPIO interrupt if no ISR is availableShawn Nematbakhsh2017-07-251-0/+4
* npcx: Add support for chip variant npcx7m6gCHLin2017-07-162-3/+3
* npcx: Build RW_B and support sysjump to itDaisuke Nojiri2017-07-132-11/+56
* npcx: Clear IBBR to have BBRAM back to be functionalCHLin2017-06-291-14/+11
* vboot_ec:Read try slot from BBRAMDaisuke Nojiri2017-06-282-0/+5
* npcx: Make system stay off after clean shutdownDaisuke Nojiri2017-06-281-0/+34
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-261-1/+1
* rwsig: Fix mapped read location for rwsig / pubkeyShawn Nematbakhsh2017-06-211-5/+8
* Fizz: Verify and jump to RW imageDaisuke Nojiri2017-06-191-1/+2
* npcx: i2c: change i2c settings for better timing.CHLin2017-06-151-16/+4
* chip/npcx: Add support for saving/restoring panic dataFurquan Shaikh2017-06-152-0/+86
* npcx: gpio: Lock VCC_RST# alternative bit of DEVALTA.Mulin Chao2017-06-102-0/+3
* npcx: clock: Add support for external 32kHz crystal osc.Mulin Chao2017-06-092-4/+24
* npcx: system: fix the incorrect checking of invalid BBRAM(IBBR) bit.CHLin2017-06-084-16/+49