summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/reset.c
Commit message (Expand)AuthorAgeFilesLines
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-201-1/+0
* src/soc/intel/{common,cnl,skl,icl}: Move global reset req function to commonSridhar Siricilla2019-09-161-56/+1
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* intel: Use CF9 reset (part 2)Patrick Rudolph2018-10-221-3/+4
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src: Fix typoElyes HAOUAS2018-08-101-1/+1
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-041-1/+1
* soc/intel: Treat time-out as failure in HECILijian Zhao2017-12-221-5/+6
* soc/intel/cannonlake: Invoke pmc and hard reset only if CSE fails to resetJohn Zhao2017-11-231-1/+3
* soc/intel/cannonlake: Remove structure variable initialization with 0Subrata Banik2017-11-101-3/+0
* soc/intel/cannonlake: Fix HECI error on resetLijian Zhao2017-10-191-4/+5
* soc/intel/cannonlake: use __packedAaron Durbin2017-08-261-2/+3
* soc/intel/cannonlake: Initialize struct member to 0Subrata Banik2017-08-141-0/+2
* soc/intel/cannonlake: Add reset.cAndrey Petrov2017-07-131-0/+100