summaryrefslogtreecommitdiff
path: root/chip/npcx/system.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* npcx: Selectively filter WDT reset in reset_flagsMulin Chao2016-09-231-13/+21
* system: Add print_system_rtc().Aseda Aboagye2016-09-231-3/+8
* npcx: Fixed bug that api utility in ROM doesn't enable burst mode.Mulin Chao2016-09-151-5/+133
* npcx: rtc: Write RTC reg twice to ensure non-volatilityShawn Nematbakhsh2016-09-081-9/+9
* npcx: Better download time for sysjump by increasing clock freq.Mulin Chao2016-09-081-0/+7
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* npcx: gpio: Enable wake GPIO interrupts prior to hibernateMulin Chao2016-08-231-1/+4
* npcx: Apply deep idle bypass for hibernateMulin Chao2016-08-221-1/+24
* Fix interrupt disabling problem for gpio volume button.younghun kim2016-07-201-1/+3
* common: add EC_RTC_ALARM_CLEAR to ec_commands.hStephen Barber2016-07-091-1/+0
* Cleanup: gate RTC console/host command behind new config optionsphilipchen2016-06-291-1/+4