soc/intel/common/block: Add Intel common ITSS code support
commitfcab4156c8fea9b48a251325a48ba3872b5abb14
authorBarnali Sarkar <barnali.sarkar@intel.com>
Fri, 17 Feb 2017 12:48:32 +0000 (17 18:18 +0530)
committerMartin Roth <martinroth@google.com>
Fri, 28 Apr 2017 14:22:17 +0000 (28 16:22 +0200)
treef78dc22d4dab1841b2b010cbf9e2901184a1354b
parentf39692ee3e6cd63714e9ec1b3a3243636bb5ca1b
soc/intel/common/block: Add Intel common ITSS code support

Create Intel Common ITSS code. This code currently only contains
the code for Interrupt initialization required in Bootblock phase.
More code will get added up in the subsequent phases.

Change-Id: I133294188eb5d1312caeafcb621fb650a7fab371
Signed-off-by: Barnali Sarkar <barnali.sarkar@intel.com>
Signed-off-by: Bora Guvendik <bora.guvendik@intel.com>
Reviewed-on: https://review.coreboot.org/19125
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/soc/intel/common/block/include/intelblocks/itss.h [new file with mode: 0644]
src/soc/intel/common/block/itss/Kconfig [new file with mode: 0644]
src/soc/intel/common/block/itss/Makefile.inc [new file with mode: 0644]
src/soc/intel/common/block/itss/itss.c [new file with mode: 0644]