[Skiboot] [PATCH] ibm,firmware-versions: add hcode to device tree

Stewart Smith stewart at linux.ibm.com
Mon May 7 04:30:07 AEST 2018


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 at linux.ibm.com>
---
 core/flash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/flash.c b/core/flash.c
index 4031e7b3e854..e3be576137e3 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;
-- 
2.14.3



More information about the Skiboot mailing list