bios: README: update example to align with EM
Drop property 'hasME' which is unsupported and not in EM schema.
Drop property 'Tool' from the example which is not in EM schema.
Align the mux gpio notation with the EM schema.
Change-Id: Ibfac9e2356cd8e59f8981ddf07aebca5d55c48e4
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/bios/README.md b/bios/README.md
index a18017d..bfbd024 100644
--- a/bios/README.md
+++ b/bios/README.md
@@ -15,12 +15,14 @@
"Name": "HostSPIFlash",
"SPIControllerIndex": "1",
"SPIDeviceIndex": "0",
- "HasME": false,
- "MuxOutputs": ["BMC_SPI_SEL"],
- "MuxGPIOValues": [1],
+ "MuxOutputs": [
+ {
+ "Name": "BMC_SPI_SEL",
+ "Polarity": "High"
+ }
+ ],
"VendorIANA": "6653",
"Layout": "Flat",
- "Tool": "flashrom",
"FirmwareInfo": {
"VendorIANA": "6653",
"CompatibleHardware": "com.tyan.Hardware.S8030.SPI.Host"
@@ -29,8 +31,6 @@
}
```
-- 'HasME' is referring to the Intel Management Engine.
-
## Layout information
Sometimes another tool is needed if one does not have a flat image. Use "Layout"