add bios setup commands

Some useful command used recently for testing in this area

Change-Id: Ia744044b42dcf6c530c064c34c84ca1e63e39893
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/REDFISH-cheatsheet.md b/REDFISH-cheatsheet.md
index d73a1a9..51364b0 100644
--- a/REDFISH-cheatsheet.md
+++ b/REDFISH-cheatsheet.md
@@ -91,4 +91,14 @@
 $ curl -k -H "X-Auth-Token: $token" -X PATCH -d '{"Password": "0penBmc1"}' https://${bmc}/redfish/v1/AccountService/Accounts/root
 ```
 
+## BIOS firmware boot control
+- Enter into BIOS setup on boot
+  ```
+  $ curl -k -H "X-Auth-Token: $token" -X PATCH https://${bmc}/redfish/v1/Systems/system -d '{"Boot":{"BootSourceOverrideEnabled": "Continuous","BootSourceOverrideTarget": "BiosSetup"}}'
+  ```
+- Fully boot
+  ```
+  $ curl -k -H "X-Auth-Token: $token" -X PATCH https://${bmc}/redfish/v1/Systems/system -d '{"Boot":{"BootSourceOverrideEnabled": "Disabled","BootSourceOverrideTarget": "None"}}'
+  ```
+
 [1]: https://www.dmtf.org/standards/redfish