summaryrefslogtreecommitdiffstats
path: root/openpower/package/openpower-pnor
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2016-09-12 18:17:15 -0500
committerMatt Ploetz <maploetz@us.ibm.com>2016-09-22 11:11:21 -0500
commit02aa69d504b40913a00f802a5da8a28b637e0262 (patch)
treeee093e4ae16ccba472c278ab5c33a3ede6267ff1 /openpower/package/openpower-pnor
parent922a1c1441fa24c4d8323255a887b7b08eb1362b (diff)
downloadtalos-op-build-02aa69d504b40913a00f802a5da8a28b637e0262.tar.gz
talos-op-build-02aa69d504b40913a00f802a5da8a28b637e0262.zip
Add support for IMA (In Memory Accumulation) catalog pnor partiton.
IMA is part of the 24x7 function that collects HW info for perf optimization.
Diffstat (limited to 'openpower/package/openpower-pnor')
-rw-r--r--openpower/package/openpower-pnor/Config.in11
-rw-r--r--openpower/package/openpower-pnor/openpower-pnor.mk4
2 files changed, 13 insertions, 2 deletions
diff --git a/openpower/package/openpower-pnor/Config.in b/openpower/package/openpower-pnor/Config.in
index de52b7d4..922ee4d8 100644
--- a/openpower/package/openpower-pnor/Config.in
+++ b/openpower/package/openpower-pnor/Config.in
@@ -63,7 +63,6 @@ config BR2_HOSTBOOT_BINARY_SBE_FILENAME
help
String used to define name of sbe hostboot binary file
-
config BR2_HOSTBOOT_BINARY_SBEC_FILENAME
string "Name of sbec hostboot binary"
help
@@ -74,6 +73,16 @@ config BR2_HOSTBOOT_BINARY_WINK_FILENAME
help
String used to define name of winkle hostboot binary file
+config BR2_IMA_CATALOG_FILENAME
+ string "Name of IMA catalog binary"
+ help
+ String used to define name of IMA catalog binary file
+
+config BR2_IMA_CATALOG_ECC_FILENAME
+ string "Name of IMA catalog binary"
+ help
+ String used to define name of IMA catalog binary file, ecc protected
+
config BR2_OPENPOWER_TARGETING_BIN_FILENAME
string "Name of openpower binary targeting file"
help
diff --git a/openpower/package/openpower-pnor/openpower-pnor.mk b/openpower/package/openpower-pnor/openpower-pnor.mk
index 92cf53de..83eb3e58 100644
--- a/openpower/package/openpower-pnor/openpower-pnor.mk
+++ b/openpower/package/openpower-pnor/openpower-pnor.mk
@@ -8,7 +8,7 @@
# make doesn't care for quotes in the dependencies.
XML_PACKAGE=$(subst $\",,$(BR2_OPENPOWER_XML_PACKAGE))
-OPENPOWER_PNOR_VERSION ?= 8a1f000cdc71969d46be686eabce22738c78e7b9
+OPENPOWER_PNOR_VERSION ?= 77ffb0442330c079bac911a23b379977a15e65de
OPENPOWER_PNOR_SITE ?= $(call github,open-power,pnor,$(OPENPOWER_PNOR_VERSION))
OPENPOWER_PNOR_LICENSE = Apache-2.0
@@ -56,6 +56,7 @@ define OPENPOWER_PNOR_INSTALL_IMAGES_CMDS
-wink_binary_filename $(BR2_HOSTBOOT_BINARY_WINK_FILENAME) \
-occ_binary_filename $(OCC_STAGING_DIR)/$(BR2_OCC_BIN_FILENAME) \
-capp_binary_filename $(BINARIES_DIR)/$(BR2_CAPP_UCODE_BIN_FILENAME) \
+ -ima_catalog_filename $(BR2_IMA_CATALOG_FILENAME) \
-openpower_version_filename $(OPENPOWER_PNOR_VERSION_FILE) \
-payload $(BINARIES_DIR)/$(BR2_SKIBOOT_LID_NAME) \
$(if ($(BR2_OPENPOWER_PNOR_XZ_ENABLED),y),-xz_compression)
@@ -73,6 +74,7 @@ define OPENPOWER_PNOR_INSTALL_IMAGES_CMDS
-sbec_binary_filename $(BR2_HOSTBOOT_BINARY_SBEC_FILENAME) \
-wink_binary_filename $(BR2_HOSTBOOT_BINARY_WINK_FILENAME) \
-occ_binary_filename $(OCC_STAGING_DIR)/$(BR2_OCC_BIN_FILENAME) \
+ -ima_catalog_filename $(BR2_IMA_CATALOG_ECC_FILENAME) \
-targeting_binary_filename $(BR2_OPENPOWER_TARGETING_ECC_FILENAME) \
-openpower_version_filename $(OPENPOWER_PNOR_VERSION_FILE)
OpenPOWER on IntegriCloud