summaryrefslogtreecommitdiff
path: root/chip/lm4/system.c
Commit message (Expand)AuthorAgeFilesLines
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-2/+3
* panicinfo: fix panicinfo double reportEric Yilun Lin2021-03-041-3/+11
* lm4: Add chip_read_reset_flags and chip_save_reset_flagsDaisuke Nojiri2020-05-061-3/+13
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-12/+12
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* ec: cleanup: Add CONFIG_RTCJack Rosenthal2019-03-011-1/+1
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-071-0/+36
* 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
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-2/+2
* chip/g to chip/lm4: fix more misspellings in commentsMartin Roth2016-11-151-1/+1
* system: Add print_system_rtc().Aseda Aboagye2016-09-231-5/+9
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* Cleanup: gate RTC console/host command behind new config optionsphilipchen2016-06-291-0/+4
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-141-3/+37
* lm4: workaround to force __enter_hibernate in SRAMVincent Palatin2015-01-231-1/+2
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* lm4: fix enabling RTC alarmRandall Spangler2013-10-301-1/+15
* lm4: Properly identify TM4 chip used on haswell/baytrail systemsRandall Spangler2013-10-301-6/+9
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-151-40/+160
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-6/+6
* Lock BOOTCFG to safe values for all LM4sBill Richardson2013-08-211-6/+4
* slippy/falco: Add back in flash and hiberantion setup codeDuncan Laurie2013-06-031-2/+0
* Create board configuration for falco bringupBill Richardson2013-05-201-2/+2
* Slippy: Changes needed to boot EC without bricking.Bill Richardson2013-05-101-0/+4
* Add some ifdefs to distinguish between Link and SlippyBill Richardson2013-05-021-0/+2
* Move REG16 and REG32 macros to common.hRandall Spangler2013-04-101-1/+1
* link: Workaround for errata 3.2Randall Spangler2012-12-171-2/+3
* lm4: Postfix chip name when debug mode is enabledVic Yang2012-12-101-3/+23
* link: Increase cold reset hibernate time to 1 secondRandall Spangler2012-12-101-1/+1
* Increase cold reset hibernate time to 200msstabilize2Randall Spangler2012-12-061-2/+2
* link: Cold reboot should ignore WAKE# pinRandall Spangler2012-10-311-3/+10
* Clean up system moduleRandall Spangler2012-10-251-4/+8
* Revert "lm4: Add chip name for lm4fs1gh5bbfig"Jon Salz2012-10-231-2/+0
* lm4: Add chip name for lm4fs1gh5bbfigVic Yang2012-10-221-0/+2
* lm4: Report raw DID value when chip name cannot be determinedVic Yang2012-10-221-1/+26
* link: Increase EC cold reboot time to 150msRandall Spangler2012-10-181-1/+1
* link: increase time in hibernate for EC cold resetRandall Spangler2012-10-161-2/+10
* stm32: Store VbNvContext in backup registersChe-Liang Chiou2012-09-051-0/+10
* Clean up EC hibernate logicRandall Spangler2012-08-131-11/+18
* Clear hibernate data when enabling hibernate module clockRandall Spangler2012-08-091-0/+4
* Add real-time clock supportRandall Spangler2012-08-071-12/+144
* Refactor reboot command to add ap-off and cancel optionsRandall Spangler2012-07-231-4/+8
* Support preserving reset flags across a resetRandall Spangler2012-07-161-7/+16
* Refactor reset reasonsRandall Spangler2012-07-161-37/+90
* Refactor HIBDATA access so we can use multiple hibernate regsRandall Spangler2012-07-161-32/+52
* Remove proto1 workaroundsRandall Spangler2012-06-251-17/+10
* Jump to RAM before entering hibernateRandall Spangler2012-05-291-7/+18