SMC fuzzing module integration.

This includes one test with one seed as
the initial implementation.  A future upgrade will include an enhanced
seeding strategy.  The patch includes an example device tree file with
the actual test (sdei.dts) leveraging the SDEI functions that can be called
without reference to system state.  Platform CI will have a single
TFTF config to be used in all future testing.  Once both branches
of TFA tests and platform CI are checked in a user can invoke the
testing with:

workspace=<workspace location> test_groups=fvp-aarch64-sdei,fvp-smcfuzzing:fvp-tftf-fip.tftf-aemv8a test_run=1 bin_mode=debug retain_paths=1 ./platform-ci/script/run_local_ci.sh

Signed-off-by: Mark Dykes <mark.dykes@arm.com>
Change-Id: Ic290e7255bcfd845c0d22037e0b670a6691541df
diff --git a/tftf/framework/framework.mk b/tftf/framework/framework.mk
index 34601c2..4ca1d42 100644
--- a/tftf/framework/framework.mk
+++ b/tftf/framework/framework.mk
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2018-2019, Arm Limited. All rights reserved.
+# Copyright (c) 2018-2020, Arm Limited. All rights reserved.
 #
 # SPDX-License-Identifier: BSD-3-Clause
 #
@@ -8,6 +8,7 @@
 
 include lib/xlat_tables_v2/xlat_tables.mk
 include lib/compiler-rt/compiler-rt.mk
+include lib/libfdt/libfdt.mk
 
 TFTF_INCLUDES	:= 					\
 	-I${AUTOGEN_DIR} 				\
@@ -26,7 +27,8 @@
 	-Iinclude/runtime_services/secure_el1_payloads	\
 	-Ispm/cactus					\
 	-Ispm/ivy					\
-	-Ispm/quark
+	-Ispm/quark					\
+	-Ismc_fuzz/include
 
 FRAMEWORK_SOURCES	:=	${AUTOGEN_DIR}/tests_list.c