Support building p10 PNOR images
Implements initial experimental support for building P10 PNOR images using
GCC8 (host and cross compiler) as the toolchain
- Introduced rainier configuration files
- Added p10 specific packages for sbe, hcode, hostboot, occ
- Pointed at starting commits for various pacakges to build op-build for p10
- Created various patches to fully compile all packages, to be removed
when package owners have time to address them
- Generally updated package configurations to support p10 and p10 package
variants
Signed-off-by: Nick Bofferding <bofferdn@us.ibm.com>
diff --git a/openpower/package/machine-xml/Config.in b/openpower/package/machine-xml/Config.in
index c1064d7..63d31e2 100755
--- a/openpower/package/machine-xml/Config.in
+++ b/openpower/package/machine-xml/Config.in
@@ -18,17 +18,17 @@
config BR2_OPENPOWER_MACHINE_XML_FILTER_UNWANTED_ATTRIBUTES
bool "Filter Unwanted Attributes"
- default y if (BR2_OPENPOWER_POWER9)
+ default y if (BR2_OPENPOWER_POWER9 || BR2_OPENPOWER_POWER10)
default n
config BR2_OPENPOWER_MACHINE_XML_OPPOWERVM_ATTRIBUTES
bool "OPPOWERVM Attributes/Target"
- default y if (BR2_OPENPOWER_POWER9)
+ default y if (BR2_OPENPOWER_POWER9 || BR2_OPENPOWER_POWER10)
default n
config BR2_OPENPOWER_MACHINE_XML_TARGET_TYPES_OPENPOWER_XML
bool "Include target_types_openpower.xml"
- default y if (BR2_OPENPOWER_POWER9)
+ default y if (BR2_OPENPOWER_POWER9 || BR2_OPENPOWER_POWER10)
default n
config BR2_OPENPOWER_MACHINE_XML_CUSTOM_GIT_VALUE