Add Type to all config files

A number of the config files didn't include the new "type" parameter.
Include it so they are correctly categorized.

Change-Id: I999f2917d22058c628822257dbc7241ff64b77c8
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/configurations/8X25 HSBP.json b/configurations/8X25 HSBP.json
index c21a8be..5dd9122 100644
--- a/configurations/8X25 HSBP.json
+++ b/configurations/8X25 HSBP.json
@@ -15,5 +15,6 @@
         }
     ],
     "Name": "1U_HSBP",
+    "Type": "Board",
     "Probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME':'F1U8X25S3PHSBP'})"
 }
\ No newline at end of file