feat(mbedtls): update mbedTLS driver for DRTM support

Updated mbedTLS driver to include mbedTLS functions necessary for a
DRTM supported build.

Signed-off-by: Manish V Badarkhe <manish.badarkhe@arm.com>
Change-Id: If0120374a971519cf84f93e0c59e1a320a72cd97
diff --git a/bl31/bl31.mk b/bl31/bl31.mk
index 878cea5..3e665c5 100644
--- a/bl31/bl31.mk
+++ b/bl31/bl31.mk
@@ -148,7 +148,8 @@
 endif
 
 ifeq (${DRTM_SUPPORT},1)
-BL31_SOURCES		+=	services/std_svc/drtm/drtm_main.c
+BL31_SOURCES		+=	services/std_svc/drtm/drtm_main.c	\
+				${MBEDTLS_SOURCES}
 endif
 
 BL31_LINKERFILE		:=	bl31/bl31.ld.S