Add CPU error related and bios post completed gpio configuration

GPIO40(F0) is NMI INPUT
GPIO48(G0) is CPU ERR2
GPIO49(G1) is CPU CATERR
GPIO214(AA6) is SMI INPUT
GPIO215(AA7) is BIOS POST COMPLETED

Also adjust the power button configuration

Tested:
The new added gpio can be exported in /sys/class/gpio

Change-Id: I6c0ce9957411873de7f39a3d1637da864b8998a9
Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
diff --git a/configurations/WFT Baseboard.json b/configurations/WFT Baseboard.json
index b8c94ab..71aed66 100644
--- a/configurations/WFT Baseboard.json
+++ b/configurations/WFT Baseboard.json
@@ -918,7 +918,7 @@
             "Type": "Gpio"
         },
         {
-            "Direction": "Both",
+            "Direction": "Input",
             "Index": 34,
             "Name": "Power Button",
             "Polarity": "Low",
@@ -926,20 +926,34 @@
         },
         {
             "Direction": "Out",
-            "Index": 208,
-            "Name": "Bridge P3VBAT",
+            "Index": 35,
+            "Name": "Power Up",
             "Polarity": "Low",
             "Type": "Gpio"
         },
         {
-            "Direction": "Both",
-            "Index": 35,
-            "Name": "Power Up",
+            "Direction": "Input",
+            "Index": 40,
+            "Name": "NMI Input",
             "Polarity": "Low",
             "Type": "Gpio"
         },
         {
             "Direction": "Input",
+            "Index": 48,
+            "Name": "CPU ERR2",
+            "Polarity": "High",
+            "Type": "Gpio"
+        },
+        {
+            "Direction": "Input",
+            "Index": 49,
+            "Name": "CPU CATERR",
+            "Polarity": "High",
+            "Type": "Gpio"
+        },
+        {
+            "Direction": "Input",
             "Index": 51,
             "Name": "Lcp Enter Button",
             "Polarity": "Low",
@@ -1024,6 +1038,27 @@
             "Type": "Gpio"
         },
         {
+            "Direction": "Out",
+            "Index": 208,
+            "Name": "Bridge P3VBAT",
+            "Polarity": "Low",
+            "Type": "Gpio"
+        },
+        {
+            "Direction": "Input",
+            "Index": 214,
+            "Name": "SMI Input",
+            "Polarity": "High",
+            "Type": "Gpio"
+        },
+        {
+            "Direction": "Input",
+            "Index": 215,
+            "Name": "Post Complete",
+            "Polarity": "Low",
+            "Type": "Gpio"
+        },
+        {
             "Direction": "Input",
             "Index": 217,
             "Name": "Nmi Button",