Skip to content

Commit

Permalink
Remove support for POWER8
Browse files Browse the repository at this point in the history
Remove configurations and packages related to POWER8 machines
(Klaus: re-based with latest master, removed P8 from ci scripts)

Signed-off-by: Nick Bofferding <bofferdn@us.ibm.com>
Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
  • Loading branch information
Nick Bofferding authored and Klaus Heinrich Kiwi committed Aug 5, 2020
1 parent fc57524 commit 1c6059a
Show file tree
Hide file tree
Showing 75 changed files with 13 additions and 3,483 deletions.
10 changes: 0 additions & 10 deletions ci/build-all-defconfigs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,8 @@ function build_sdk
# Enable toolchains we'll need to be built as part of the SDK, and make sure we
# consider them to make the sdk unique
buildroot/utils/config --file $SDK_BUILD_DIR/.config --package \
--enable P8_PORE_TOOLCHAIN --enable HOST_P8_PORE_BINUTILS \
--enable PPE42_TOOLCHAIN --enable HOST_PPE42_GCC --enable HOST_PPE42_BINUTILS

HASH_PROPERTIES="$HASH_PROPERTIES $(sha1sum_dir openpower/package/p8-pore-binutils/)"
HASH_PROPERTIES="$HASH_PROPERTIES $(sha1sum_dir openpower/package/ppe42-gcc/)"
HASH_PROPERTIES="$HASH_PROPERTIES $(sha1sum_dir openpower/package/ppe42-binutils/)"

Expand Down Expand Up @@ -265,14 +263,6 @@ for i in ${DEFCONFIGS[@]}; do
buildroot/utils/config --file $O/.config --enable TOOLCHAIN_EXTERNAL_CXX
fi

# Our SDK will always have p8-pore-toolchain enabled, but
# only use it if we require it
P8_PORE_REQUIRED=$(buildroot/utils/config --file $O/.config --package --state P8_PORE_TOOLCHAIN)
if [ "$P8_PORE_REQUIRED" = "y" ]; then
buildroot/utils/config --file $O/.config --enable PACKAGE_P8_PORE_TOOLCHAIN_EXTERNAL \
--set-str P8_PORE_TOOLCHAIN_EXTERNAL_PATH $SDK_DIR/host
fi

# Our SDK will always have ppe42-toolchain enabled, but
# only use it if we require it
PPE42_REQUIRED=$(buildroot/utils/config --file $O/.config --package --state PPE42_TOOLCHAIN)
Expand Down
72 changes: 0 additions & 72 deletions openpower/configs/barreleye_defconfig

This file was deleted.

5 changes: 1 addition & 4 deletions openpower/configs/firenze_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ BR2_PACKAGE_UTIL_LINUX_AGETTY=y
BR2_TARGET_ROOTFS_CPIO=y
BR2_TARGET_ROOTFS_CPIO_XZ=y
BR2_OPENPOWER_PLATFORM=y
BR2_OPENPOWER_POWER8=y
# BR2_PACKAGE_P8_PORE_TOOLCHAIN is not set
# BR2_PACKAGE_HOSTBOOT_P8 is not set
# BR2_PACKAGE_HOSTBOOT_BINARIES is not set
BR2_OPENPOWER_POWER9=y
# BR2_PACKAGE_MACHINE_XML is not set
# BR2_PACKAGE_OPENPOWER_PNOR is not set
BR2_OPENPOWER_CONFIG_NAME="openpower-firenze"
Expand Down
71 changes: 0 additions & 71 deletions openpower/configs/firestone_defconfig

This file was deleted.

71 changes: 0 additions & 71 deletions openpower/configs/garrison_defconfig

This file was deleted.

72 changes: 0 additions & 72 deletions openpower/configs/habanero_defconfig

This file was deleted.

66 changes: 0 additions & 66 deletions openpower/configs/hostboot/barreleye.config

This file was deleted.

0 comments on commit 1c6059a

Please sign in to comment.