diff options
| author | Adriana Kobylak <anoo@us.ibm.com> | 2017-07-22 11:47:53 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-07-22 11:47:53 -0500 |
| commit | d225fa432a1690e06c418ac2b37165bec403565c (patch) | |
| tree | 3d090c00acf8d550a2c02c01b22ccd2000c86e58 | |
| parent | 4cf4525cf626909254652017bfe415339f278d8e (diff) | |
| download | openbmc-docs-d225fa432a1690e06c418ac2b37165bec403565c.tar.gz openbmc-docs-d225fa432a1690e06c418ac2b37165bec403565c.zip | |
code-update.md: Add host bios patch details
Add instructions on how to patch the host bios that implements
virtual pnor.
Change-Id: If38e4815ce677888993b649157f28412e0108408
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
| -rw-r--r-- | code-update.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/code-update.md b/code-update.md index e743abd..2d72eb5 100644 --- a/code-update.md +++ b/code-update.md @@ -226,3 +226,10 @@ image to `Active`. Check the flash progress: curl -b cjar -k https://bmc/xyz/openbmc_project/software/<id>/attr/Progress + +### Patching the host firmware + +Copy the partition binary file to `/usr/local/share/pnor/` on the BMC. + +The partition binary file must be named the same as the partition name that +intends to patch, ex: `ATTR_TMP`. |

