soc/intel/common: Add common reset code
commit14ecb5434b88b5620c4b4bb771a3c2b00c2efe6b
authorLee Leahy <leroy.p.leahy@intel.com>
Tue, 10 Feb 2015 05:16:14 +0000 (9 21:16 -0800)
committerPatrick Georgi <pgeorgi@google.com>
Sat, 18 Apr 2015 06:44:13 +0000 (18 08:44 +0200)
tree7d8f4f0bd75dfde8d36308b2de2f557014a078d4
parenta32b6b9471696951b99d577882508eb9e526eadc
soc/intel/common: Add common reset code

Move reset support into the Intel common branch.  Prevent breaking of
existing platforms by using a Kconfig value to select use of the common
reset code.

BRANCH=none
BUG=None
TEST=Build and run on Glados

Change-Id: I5ba86ef585dde3ef4ecdcc198ab615b5c056d985
Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Original-Commit-Id: 85d8a6d9628a66cc8d73176d460cd6c5bf6bd6b2
Original-Change-Id: I5048ccf3eb593d59301ad8e808c4e281b9a0aa98
Original-Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/248301
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Commit-Queue: Leroy P Leahy <leroy.p.leahy@intel.com>
Original-Tested-by: Leroy P Leahy <leroy.p.leahy@intel.com>
Reviewed-on: http://review.coreboot.org/9505
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
src/soc/intel/common/Kconfig
src/soc/intel/common/Makefile.inc
src/soc/intel/common/reset.c [new file with mode: 0644]