Enable OCMBFW PNOR Partition Population in PNOR package

  - Add new config parameters + makefile updates to enable OCMBFW
    pnor partition population

  - This change is dependent on the PNOR changes (located here:
    https://github.com/open-power/pnor/pull/121)

Changes Included for package pnor, branch master:
43fc2eb - Bill Hoffa - 2019-06-14 - Merge pull request #121 from wghoffa/master
e1de5e0 - Bill Hoffa - 2019-06-10 - Populate OCMBFW Partition if in the PNOR Layout

Signed-off-by: Bill Hoffa <wghoffa@us.ibm.com>
diff --git a/openpower/package/openpower-pnor/Config.in b/openpower/package/openpower-pnor/Config.in
index 2fe0b9d..0f9a10d 100644
--- a/openpower/package/openpower-pnor/Config.in
+++ b/openpower/package/openpower-pnor/Config.in
@@ -154,6 +154,18 @@
         help
             String used to define name of openpower targeting binary file, ecc protected
 
+config BR2_OCMBFW_FILENAME
+        string "Name of the OCMBFW Update original file"
+        default "ocmbfw.bin"
+        help
+            String used to define name of OCBMFW Update original file (before any processing occurs)
+
+config BR2_OCMBFW_PROCESSED_FILENAME
+        string "Name of OCMBFW Update binary processed file"
+        default "ocmbfw.bin.ecc"
+        help
+            String used to define the name of the OCMBFW update binary file after processing, ecc protected
+
 config BR2_OPENPOWER_PNOR_XZ_ENABLED
         bool "Enable xz compression in PNOR payloads"
         default n