Add update rest interface to bmc

Currentling /org/openbmc/control/flash/bmc only has updateViaTftp
I am adding the update method to allow for bmc code updates with
requiring a remote tftp server.

Something like this will now work.  Ofcourse the update method is not in charge of getting the code on to the bmc server.  That's the job of something else (i.e. scp)
curl -k -H "Content-Type: application/json" -x POST -d "{\"data\": [\"/tmp/flash-barreleye\"]}" https://<ip>/org/openbmc/control/flash/bmc/action/update
1 file changed
tree: e8a5cce5b3a9e1924d3d64c1e97e0c93cf2ae41b
  1. bin/
  2. includes/
  3. interfaces/
  4. objects/
  5. xml/
  6. .gitignore
  7. codegen
  8. Makefile