summaryrefslogtreecommitdiff
path: root/chip/lm4/system.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable brown-out resetRandall Spangler2012-05-241-0/+3
* Add LM4 support for hard resetRandall Spangler2012-05-211-19/+23
* Disable interrupts while waiting for rebootRandall Spangler2012-05-151-2/+4
* Add chipinfo string for LM4FS1GH5BB.Louis Yung-Chieh Lo2012-05-151-0/+2
* Add gpio_set_flags() and system_get_board_version()Randall Spangler2012-05-081-0/+2
* Set BOOTCFG register to test valueRandall Spangler2012-04-241-1/+13
* Clean up initsRandall Spangler2012-04-191-11/+2
* Support chipinfo command (ectool/host commands)Louis Yung-Chieh Lo2012-04-091-0/+33
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-1/+2
* Set VDD3ON flag when hibernatingRandall Spangler2012-02-211-0/+5
* Split reset cause and image copy code.Vincent Palatin2012-01-261-198/+5