summaryrefslogtreecommitdiff
path: root/chip/npcx/system.c
Commit message (Expand)AuthorAgeFilesLines
* npcx: Ensure the watchdog isn't stopped while it is invalid to do soJett Rink2019-10-091-6/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-4/+4
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-8/+1
* Revert "npcx: ensure we don't unlock watchdog too soon"Caveh Jalali2019-09-121-2/+6
* npcx: ensure we don't unlock watchdog too soonJett Rink2019-09-121-6/+2
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-23/+23
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: chip_save_reset_flags takes uint32_tJack Rosenthal2019-05-171-1/+1
* npcx: disable the selection of JTAG0 signals due to strapCHLin2019-04-271-0/+23
* npcx7: introduce npcx7m7wc chip and refine memory layout of npcx7m7wbCHLin2019-04-031-2/+3
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-2/+2
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-011-1/+1
* npcx: introduce npcx7m6fc chip definitions and configurationsCHLin2018-11-281-4/+14
* npcx: Don't clear IBBR bit via a read-modify-write sequenceCHLin2018-09-211-3/+6
* chip/npcx: Make check_reset_cause() staticSimon Glass2018-08-241-3/+2
* npcx7: system: change the default value of FMUL_WIN_DLYMulin Chao2018-07-151-0/+8
* lpc/espi: convert ec chip code to use granular optionJett Rink2018-05-221-1/+1
* npcx: system: Add chip generation info in system_get_chip_revision().Mulin Chao2018-05-091-6/+29
* npcx: change chip variants of npcx7 series for better clarification.Mulin Chao2018-04-271-1/+1
* npcx: Add BBRM idx for a 3rd PD port.Aseda Aboagye2018-04-251-1/+5
* Add config for boards that cannot distinguish reset typeDuncan Laurie2018-03-261-4/+2
* npcx7: WoV: Add support for Wake-on-Voice (WoV) moduleCHLin2018-02-281-0/+6
* npcx: do not power down eSPI when enabledCaveh Jalali2018-02-121-1/+11
* Nami: Enable hibernate using silegoElthan_Huang2018-02-121-2/+4
* Nami: force to set RESET_FLAG_RESET_PINElmo_Lan2018-01-301-1/+1
* system: Allow hibernate to clear AP_OFF flagDaisuke Nojiri2017-12-051-1/+9
* system: Add wait-ext option to ec reboot commandScott Collyer2017-11-151-14/+15
* ec: add initial nautilus boardChris Wang2017-10-231-1/+3
* chip/stm32/clock: Allow the host to reset rtc alarmPhilip Chen2017-10-021-1/+1
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-0/+21
* EFS: Rename CONFIG_VBOOT_EC to _EFSDaisuke Nojiri2017-08-291-1/+1
* npcx: system: Remove useless comparisonMartin Roth2017-08-131-1/+1
* npcx: Build RW_B and support sysjump to itDaisuke Nojiri2017-07-131-11/+55
* npcx: Clear IBBR to have BBRAM back to be functionalCHLin2017-06-291-14/+11
* vboot_ec:Read try slot from BBRAMDaisuke Nojiri2017-06-281-0/+4
* npcx: Make system stay off after clean shutdownDaisuke Nojiri2017-06-281-0/+34
* chip/npcx: Add support for saving/restoring panic dataFurquan Shaikh2017-06-151-0/+81
* npcx: system: fix the incorrect checking of invalid BBRAM(IBBR) bit.CHLin2017-06-081-12/+39
* npcx: system: Fixed bug that ec received unexpected rtc interruptMulin Chao2017-05-191-3/+6
* npcx: system: Add support for npcx7 series ecMulin Chao2017-05-091-249/+34
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* ec: add initial soraka related filesYH Lin2017-04-151-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* pd: Store PD active state in battery-backed memoryShawn Nematbakhsh2017-02-251-1/+12
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-52/+63
* chip/npcx: Add support for chip_save_reset_flagsFurquan Shaikh2017-01-221-2/+7
* poppy: consider all EC boots to be due to pin resetNicolas Boichat2017-01-201-1/+1
* eve: Ignore VCC1_RST status bit when determining reset causeDuncan Laurie2016-12-161-1/+2
* hibernate: Re-init GPIO levels on hibernate wakeShawn Nematbakhsh2016-10-071-1/+2