summaryrefslogtreecommitdiff
path: root/chip/mec1322/system.c
Commit message (Expand)AuthorAgeFilesLines
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-1/+1
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-1/+1
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-4/+4
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-6/+20
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-4/+4
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-2/+3
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-16/+16
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: chip_save_reset_flags takes uint32_tJack Rosenthal2019-05-171-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* system: Allow hibernate to clear AP_OFF flagDaisuke Nojiri2017-12-051-0/+5
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-0/+1
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-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-8/+20
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-5/+21
* hibernate: Re-init GPIO levels on hibernate wakeShawn Nematbakhsh2016-10-071-1/+2
* GPIO: Rename and move board_set_gpio_hibernate_stateAnton Staaf2016-03-211-2/+2
* hibernate: Inform PD MCU before calling board hibernate callbackShawn Nematbakhsh2016-02-171-3/+3
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* GPIO: Use gpio_reset in a few more placesAnton Staaf2016-01-271-7/+4
* mec1322: hibernate: Don't reconfigure all GPIOsShawn Nematbakhsh2016-01-251-151/+24
* mec1322: Do not set mux mode to GPIO in gpio_set_flags_by_mask()Shamile Khan2015-10-071-0/+3
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-0/+7
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-291-2/+1
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-1/+2
* mec1322: clocks: Don't squash reserved bits in sleep / wakeShawn Nematbakhsh2015-09-101-6/+6
* system: provide optional chip_save_reset_flags()Aaron Durbin2015-08-261-1/+6
* glados: Turn off LEDs in hibernateShawn Nematbakhsh2015-08-111-8/+0
* mec1322: Allow GPIO hibernate state to be specified at board-levelShawn Nematbakhsh2015-08-111-37/+36
* common: change interface to SPI flashGwendal Grignou2015-07-301-1/+1
* glados: V2 Board ChangesShawn Nematbakhsh2015-07-241-1/+1
* mec1322: hibernate: Fix wake-on-AC for USB-CShawn Nematbakhsh2015-07-201-7/+55
* mec1322: Allow multiple hibernate wake sourcesShawn Nematbakhsh2015-07-161-23/+33
* mec1322: Fix reset cause detectionDivya Jyothi2015-07-131-35/+3
* mec1322: fix flash_physical_read()Andrey Petrov2015-07-011-0/+3
* mec1322: Correctly get reset causeDivya Jyothi2015-06-241-2/+22
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-141-5/+37
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-1/+1
* mec1322: Add flash physical interface functionsShawn Nematbakhsh2015-03-121-0/+12
* Fix errors discovered by new compiler.Bill Richardson2014-11-211-1/+1
* mec1322: Keep CPU at high clock frequency to speed up hibernateVic Yang2014-07-031-6/+6
* mec1322: restore system states after hibernateVic Yang2014-07-021-18/+81
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* mec1322: hibernation supportstabilize-5339.BVic (Chun-Ju) Yang2014-01-281-4/+152
* mec1322: Refine reset cause detectionVic (Chun-Ju) Yang2014-01-111-4/+23
* mec1322: keyboard scan supportVic (Chun-Ju) Yang2013-12-131-0/+3
* mec1322: Check/save reset causeVic (Chun-Ju) Yang2013-12-021-0/+38
* mec1322: Add support for VBAT backed RAMVic (Chun-Ju) Yang2013-12-021-0/+16