Index: /soft/giet_vm/giet_xml/xml_driver.c
===================================================================
--- /soft/giet_vm/giet_xml/xml_driver.c	(revision 566)
+++ /soft/giet_vm/giet_xml/xml_driver.c	(revision 567)
@@ -99,4 +99,5 @@
         "HBA",
         "SDC",
+        "SPI",
     };
 
Index: /soft/giet_vm/giet_xml/xml_parser.c
===================================================================
--- /soft/giet_vm/giet_xml/xml_parser.c	(revision 566)
+++ /soft/giet_vm/giet_xml/xml_parser.c	(revision 567)
@@ -1064,4 +1064,6 @@
             else if (strcmp(subtype, "SDC") == 0) 
             periph[periph_index]->subtype = IOC_SUBTYPE_SDC;
+            else if (strcmp(subtype, "SPI") == 0) 
+            periph[periph_index]->subtype = IOC_SUBTYPE_SPI;
         }
         else
