summaryrefslogtreecommitdiff
path: root/chip/npcx
Commit message (Expand)AuthorAgeFilesLines
* npcx: Don't delay hibernate wake by 2 secondsEdward Hill2020-12-071-1/+5
* npcx: avoid checking value of undefined symbolCaveh Jalali2020-11-192-0/+8
* Add chip-specific shim along with i2c moduleYuval Peress2020-11-081-1/+6
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* npcx: Explicitly disable alt-function for unused pinsWai-Hong Tam2020-10-311-2/+5
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-2/+2
* npcx: Configure unused GPIOs as INPUT with PU to save powerWai-Hong Tam2020-10-221-0/+6
* npcx9: support SHA256 hardware acceleratorCHLin2020-10-134-1/+178
* npcx9_evb: add board to support the npcx9's EVBCHLin2020-10-071-0/+8
* npcx9: workaround the download_from_flash API of the booterCHLin2020-10-054-2/+175
* npcx: support enhanced PSL functions in npcx9CHLin2020-10-058-27/+393
* npcx: add ADC support for NPCX9 and remove the deassertion thresholdWealian Liao2020-10-052-28/+15
* npcx/system: Use newly provided functions to access panic dataPatryk Duda2020-10-011-3/+5
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* npcx: make required changes in some modules for npcx9CHLin2020-09-2510-23/+69
* npcx: add GPIO support for npcx9 and refactor GPIO driverCHLin2020-09-258-185/+899
* npcx: fix ADC repetitive mode and single mode switchWealian Liao2020-09-252-13/+81
* npcx: add features, memory configuration and ID for npcx9CHLin2020-09-236-22/+163
* npcx7: set code RAM size to actual code RAM sizePeter Marheine2020-09-231-4/+13
* npcx: change registers and hwtimer to support npcx9CHLin2020-09-229-670/+1550
* npcx: i2c: Don't set ACK when using FIFO modeCHLin2020-09-081-5/+16
* 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