Modify json configuration and Skylake template

This commit modifies WFT/STP json configurations and Skylake CPU
overlay template to support updated PECI kernel driver in this
change:

https://git-amr-2.devtools.intel.com/gerrit/#/c/116538/

Change-Id: Ia14dbe901b301c0a3646006e23b7e3e9740638c4
Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@intel.com>
diff --git a/configurations/STP Baseboard.json b/configurations/STP Baseboard.json
index b88409d..4c82097 100644
--- a/configurations/STP Baseboard.json
+++ b/configurations/STP Baseboard.json
@@ -802,19 +802,17 @@
         },
         {
             "cpu_id": 0,
-            "dimm_nums": 12,
+            "address": "0x30",
             "name": "Skylake CPU 0",
-            "show_core": 1,
             "type": "SkylakeCPU"
         },
         {
             "cpu_id": 1,
-            "dimm_nums": 12,
+            "address": "0x31",
             "name": "Skylake CPU 1",
-            "show_core": 1,
             "type": "SkylakeCPU"
         }
     ],
     "name": "STP Baseboard",
     "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': '.*STB'})"
-}
\ No newline at end of file
+}