summaryrefslogtreecommitdiff
path: root/chip/npcx/system.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-1437/+0
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* Fix compilation issues with nocturne SDKPatryk Duda2021-06-171-1/+2
* npcx9: fix the workaround for unexpected JTAG selectionJun Lin2021-05-271-10/+29
* power: go to hibernate mode immediately if woken up by rtc overflow.Mulin Chao2021-04-211-0/+31
* npcx: remove VBNVCNTXT storage in bbramJack Rosenthal2021-02-021-13/+4
* npcx/system: LCT compensate for MTC in PSL_hibernateWealian Liao2021-01-121-5/+35
* npcx: Don't delay hibernate wake by 2 seconds (v2)Edward Hill2020-12-161-6/+11
* npcx9: workaround the download_from_flash API of the booterCHLin2020-10-051-1/+7
* npcx: support enhanced PSL functions in npcx9CHLin2020-10-051-6/+121
* npcx/system: Use newly provided functions to access panic dataPatryk Duda2020-10-011-3/+5
* npcx: make required changes in some modules for npcx9CHLin2020-09-251-6/+16
* npcx: add features, memory configuration and ID for npcx9CHLin2020-09-231-22/+53
* npcx: change registers and hwtimer to support npcx9CHLin2020-09-221-1/+1
* npcx7: introduce new chip variant npcx7m7fcCHLin2020-08-191-2/+5
* npcx: Add a new flag to check for initial power-onAndrew McRae2020-06-231-7/+56
* PB: Make CONFIG_POWER_BUTTON_INIT_IDLE commonDaisuke Nojiri2020-06-131-32/+0
* 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
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-191-6/+6
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-14/+14
* dedede: Add z-state supportAseda Aboagye2020-01-211-2/+4
* npcx: Disable ITIM after watchdog_stop_and_unlock()Tim Wawrzynczak2019-12-031-3/+3
* 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