summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-05-06 13:30:07 -0500
committerStewart Smith <stewart@linux.ibm.com>2018-05-09 10:17:43 -0500
commit6449e2ac7dc51f206395c258032bb1bf5c53dfbb (patch)
tree98944b577c36c79cf774a908e987a18f58b38635 /core
parent13878e5b27c5916938374b9e66dd9c8d80f4dbeb (diff)
downloadtalos-skiboot-6449e2ac7dc51f206395c258032bb1bf5c53dfbb.tar.gz
talos-skiboot-6449e2ac7dc51f206395c258032bb1bf5c53dfbb.zip
ibm,firmware-versions: add hcode to device tree
op-build commit 736a08b996e292a449c4996edb264011dfe56a40 added hcode to the VERSION partition, let's parse it out and let the user know. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'core')
-rw-r--r--core/flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/flash.c b/core/flash.c
index 4031e7b3..e3be5761 100644
--- a/core/flash.c
+++ b/core/flash.c
@@ -163,7 +163,7 @@ static void __flash_dt_add_fw_version(struct dt_node *fw_version, char* data)
const char * version_str[] = {"open-power", "buildroot", "skiboot",
"hostboot-binaries", "hostboot", "linux",
"petitboot", "occ", "capp-ucode", "sbe",
- "machine-xml"};
+ "machine-xml", "hcode"};
if (first) {
first = false;
OpenPOWER on IntegriCloud