+#if defined(ARM_BOARD_CLASS_T8020)
+ if (!strcmp(gPESoCDeviceType, "t8020-io")) {
+ tbd_funcs = &t8020_funcs;
+ } else
+#endif
+#if defined(ARM_BOARD_CLASS_T8006)
+ if (!strcmp(gPESoCDeviceType, "t8006-io")) {
+ tbd_funcs = &t8006_funcs;
+ } else
+#endif
+#if defined(ARM_BOARD_CLASS_T8027)
+ if (!strcmp(gPESoCDeviceType, "t8027-io")) {
+ tbd_funcs = &t8027_funcs;
+ } else
+#endif
+#if defined(ARM_BOARD_CLASS_T8028)
+ if (!strcmp(gPESoCDeviceType, "t8028-io")) {
+ tbd_funcs = &t8028_funcs;
+ } else
+#endif
+#if defined(ARM_BOARD_CLASS_T8030)
+ if (!strcmp(gPESoCDeviceType, "t8030-io")) {
+ tbd_funcs = &t8030_funcs;
+ } else
+#endif