Add support for using the hcode repo
-Add hcode package to enable compiling hardware
reference image
-Modify pnor and sbe makefiles to include a dependency on
the hcode repository
-Modify config files so that p9 platfoms use the compiled
version of the hardware reference image by default
-Update hostboot-binaries.mk to install the ring images
to the staging dir
[stewart: remove IBM Austin specific paths, update defconfigs]
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/hcode/Config.in b/openpower/package/hcode/Config.in
new file mode 100644
index 0000000..c64e36d
--- /dev/null
+++ b/openpower/package/hcode/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_HCODE
+ bool "hcode"
+ default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_POWER9)
+ select BR2_CPP
+ help
+ Project to build the hcode firmware codebase
+
+config BR2_HCODE_INCLUDE_IONV
+ bool "Enables packaging of the NVIDIA GPU image into the final hw image"
+ default y
+ help
+ Boolean used to flag whether to include NVIDIA GPU binary
+