Implement FFA ABI-s for notification handling

This change implements the listed FFA ABI-s:
- FFA_NOTIFICATION_BIND
- FFA_NOTIFICATION_UNBIND
- FFA_NOTIFICATION_SET
- FFA_NOTIFICATION_GET

Change-Id: Ifc231e3d60427b1c838cf622d8338d3e112209c1
Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
diff --git a/docs/uml/libsp_functions.puml b/docs/uml/libsp_functions.puml
index 538d573..4a4a16c 100644
--- a/docs/uml/libsp_functions.puml
+++ b/docs/uml/libsp_functions.puml
@@ -43,6 +43,12 @@
     + ffa_mem_relinquish()
     + ffa_mem_reclaim()
 
+    .. Notification interfaces ..
+    + ffa_notification_bind()
+    + ffa_notification_unbind()
+    + ffa_notification_set()
+    + ffa_notification_get()
+
     .. Interrupt handler definition ..
     + ffa_interrupt_handler()
   }