diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-05-15 12:14:59 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-05-16 10:31:11 +1000 |
commit | cd986e4cf84a526ee9653f1282e7889a9312f658 (patch) | |
tree | c89579ad430371bd21416c1e8672e4ad00f1d1c1 /openpower/configs/palmetto_defconfig | |
parent | 810aaed1299942c1e80d20078c309ba6374fec06 (diff) | |
download | talos-op-build-cd986e4cf84a526ee9653f1282e7889a9312f658.tar.gz talos-op-build-cd986e4cf84a526ee9653f1282e7889a9312f658.zip |
Single XML package rather than one per platform
This saves us a *lot* of copy&pasted build foo and replaces it with a couple
of config options that can be set in menuconfig.
This makes adding a new platform a much smaller operation, requiring fewer
changes that are scattered throughout the buildroot tree.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'openpower/configs/palmetto_defconfig')
-rw-r--r-- | openpower/configs/palmetto_defconfig | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/openpower/configs/palmetto_defconfig b/openpower/configs/palmetto_defconfig index d5d7ec42..4f25f7a6 100644 --- a/openpower/configs/palmetto_defconfig +++ b/openpower/configs/palmetto_defconfig @@ -39,12 +39,17 @@ BR2_TARGET_ROOTFS_INITRAMFS=y BR2_OPENPOWER_PLATFORM=y BR2_OPENPOWER_POWER8=y BR2_HOSTBOOT_CONFIG_FILE="palmetto.config" -BR2_PALMETTO_SYSTEM_XML_FILENAME="PALMETTO_hb.system.xml" -BR2_PALMETTO_MRW_XML_FILENAME="PALMETTO_hb.mrw.xml" -BR2_PALMETTO_BIOS_XML_FILENAME="PALMETTO_bios.xml" +BR2_OPENPOWER_MACHINE_XML_PATCH="$(BR2_EXTERNAL_OP_BUILD_PATH)/package/machine-xml/palmetto-patches" +BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT=y +BR2_OPENPOWER_MACHINE_XML_GITHUB_PROJECT_VALUE="palmetto-xml" +BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_OP_BUILD_PATH)/patches/palmetto-patches" +BR2_OPENPOWER_MACHINE_XML_VERSION="c6f563966e9fadc4fb60194c064b2310c9b916b1" +BR2_OPENPOWER_MACHINE_XML_FILENAME="palmetto.xml" +BR2_OPENPOWER_SYSTEM_XML_FILENAME="PALMETTO_hb.system.xml" +BR2_OPENPOWER_MRW_XML_FILENAME="PALMETTO_hb.mrw.xml" +BR2_OPENPOWER_BIOS_XML_FILENAME="PALMETTO_bios.xml" BR2_OPENPOWER_PNOR_XML_LAYOUT_FILENAME="defaultPnorLayoutSingleSide.xml" BR2_OPENPOWER_CONFIG_NAME="palmetto" -BR2_OPENPOWER_XML_PACKAGE="palmetto-xml" BR2_OPENPOWER_PNOR_FILENAME="palmetto.pnor" BR2_HOSTBOOT_BINARY_SBE_FILENAME="venice_sbe.img.ecc" BR2_HOSTBOOT_BINARY_SBEC_FILENAME="centaur_sbec_pad.img.ecc" |