configurations: tyan s8030: new updater flow

Enable the new bios code updater for this board.

Tested: Host fw update via redfish is successful.

Command used to update:

```
curl -k --insecure --user root:root -H Content-Type:multipart/form-data -X POST -F 'UpdateParameters={"Targets":["/redfish/v1/UpdateService/FirmwareInventory/HostSPIFlash_8460"],"@Redfish.OperationApplyTime":"Immediate"};type=application/json' -F 'UpdateFile=@pldm-package-s8030-host-v4.01.bin;type=application/octet-stream' https://${bmc}/redfish/v1/UpdateService/update-multipart
```

The fw image is taken directly from Tyan's website and only wrapped in a
pldm package.

Change-Id: I6fb1e6ac00e81c25fa9bc11ab77081e3a695c447
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/configurations/tyan/tyan_s8030_baseboard.json b/configurations/tyan/tyan_s8030_baseboard.json
index 1b69a69..6c3c468 100644
--- a/configurations/tyan/tyan_s8030_baseboard.json
+++ b/configurations/tyan/tyan_s8030_baseboard.json
@@ -404,6 +404,22 @@
             "Type": "NCT7802"
         },
         {
+            "FirmwareInfo": {
+                "CompatibleHardware": "com.tyan.Hardware.S8030.SPI.Host",
+                "VendorIANA": 6653
+            },
+            "MuxOutputs": [
+                {
+                    "Name": "BMC_SPI_SEL",
+                    "Polarity": "High"
+                }
+            ],
+            "Name": "HostSPIFlash",
+            "SPIControllerIndex": 1,
+            "SPIDeviceIndex": 0,
+            "Type": "SPIFlash"
+        },
+        {
             "Address": "0x4c",
             "Bus": 5,
             "Name": "X550",