summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-03 08:42:47 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-17 05:21:57 +0000
commita41dd5bc070d8dec897907d86686c317fca44a47 (patch)
tree03959fb7cb3ccb665f6841b55ceef124d0e87619
parent7d0f066404ff2c9dc69a616ea7cda798abacbc86 (diff)
downloadtalos-op-build-a41dd5bc070d8dec897907d86686c317fca44a47.tar.gz
talos-op-build-a41dd5bc070d8dec897907d86686c317fca44a47.zip
Remove hostboot-binaries package to avoid any chance of external hostboot binaries inadvertently being used
-rw-r--r--openpower/package/hostboot-binaries/Config.in31
-rw-r--r--openpower/package/hostboot-binaries/hostboot_binaries.mk36
2 files changed, 0 insertions, 67 deletions
diff --git a/openpower/package/hostboot-binaries/Config.in b/openpower/package/hostboot-binaries/Config.in
deleted file mode 100644
index 94e5178b..00000000
--- a/openpower/package/hostboot-binaries/Config.in
+++ /dev/null
@@ -1,31 +0,0 @@
-config BR2_PACKAGE_HOSTBOOT_BINARIES
- bool "hostboot_binaries"
- default y if (BR2_OPENPOWER_PLATFORM)
- help
- Project to stage hostboot binary images
-
-if BR2_PACKAGE_HOSTBOOT_BINARIES
-
-choice
- prompt "Hostboot-binaries version"
- default BR2_HOSTBOOT_BINARIES_LATEST_VERSION
-
-config BR2_HOSTBOOT_BINARIES_LATEST_VERSION
- bool "Use latest HOSTBOOT_BINARIES master"
-
-config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
- bool "Custom HOSTBOOT_BINARIES version"
-
-endchoice
-
-config BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE
- string "HOSTBOOT_BINARIES version"
- depends on BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
-
-config BR2_HOSTBOOT_BINARIES_VERSION
- string
- default "hw021419a.930" if BR2_HOSTBOOT_BINARIES_LATEST_VERSION
- default BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION_VALUE \
- if BR2_HOSTBOOT_BINARIES_CUSTOM_VERSION
-
-endif
diff --git a/openpower/package/hostboot-binaries/hostboot_binaries.mk b/openpower/package/hostboot-binaries/hostboot_binaries.mk
deleted file mode 100644
index aefe4800..00000000
--- a/openpower/package/hostboot-binaries/hostboot_binaries.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-################################################################################
-#
-# hostboot_binaries
-#
-################################################################################
-
-
-HOSTBOOT_BINARIES_VERSION = $(call qstrip,$(BR2_HOSTBOOT_BINARIES_VERSION))
-HOSTBOOT_BINARIES_SITE ?= $(call github,open-power,hostboot-binaries,$(HOSTBOOT_BINARIES_VERSION))
-
-HOSTBOOT_BINARIES_LICENSE = Apache-2.0
-HOSTBOOT_BINARIES_LICENSE_FILES = LICENSE
-
-HOSTBOOT_BINARIES_INSTALL_IMAGES = YES
-HOSTBOOT_BINARIES_INSTALL_TARGET = NO
-
-NIMBUS_RING_FILE=p9n.hw.rings.bin
-NIMBUS_RING_OVERLAYS_FILE=p9n.hw.overlays.bin
-
-#for P9 the hw_ref image is changing to not be padded with ECC. However
-#all the other op-build files use the end name result. Thus replace ".hdr.bin.ecc"
-#with ".bin"
-BIN_FILENAME ?= $(if $(BR2_OPENPOWER_POWER9),$(subst hdr.bin.ecc,bin,$(BR2_HOSTBOOT_BINARY_WINK_FILENAME)),$(BR2_HOSTBOOT_BINARY_WINK_FILENAME))
-
-define HOSTBOOT_BINARIES_INSTALL_IMAGES_CMDS
- $(INSTALL) -D $(@D)/cvpd.bin $(STAGING_DIR)/hostboot_binaries/cvpd.bin
- $(INSTALL) -D $(@D)/$(BIN_FILENAME) $(STAGING_DIR)/hostboot_binaries/
- $(INSTALL) -D $(@D)/$(BR2_HOSTBOOT_BINARY_SBEC_FILENAME) $(STAGING_DIR)/hostboot_binaries/
- $(INSTALL) -D $(@D)/$(BR2_HOSTBOOT_BINARY_SBE_FILENAME) $(STAGING_DIR)/hostboot_binaries/
- $(INSTALL) -D $(@D)/gpu_gpe1.bin $(STAGING_DIR)/hostboot_binaries/gpu_gpe1.bin
- $(INSTALL) -D $(@D)/$(NIMBUS_RING_FILE) $(STAGING_DIR)/hostboot_binaries/
- $(INSTALL) -D $(@D)/$(NIMBUS_RING_OVERLAYS_FILE) $(STAGING_DIR)/hostboot_binaries/
- $(INSTALL) -D $(@D)/$(BR2_HOSTBOOT_BINARY_IONV_FILENAME) $(STAGING_DIR)/hostboot_binaries/
-endef
-
-$(eval $(generic-package))
OpenPOWER on IntegriCloud