Merge pull request #449 from opjenkin/op-build-update_030_8-11-2020
op-build update 8-11-2020
diff --git a/openpower/configs/hostboot/rainier.config b/openpower/configs/hostboot/rainier.config
index 52b8276..ecd0473 100755
--- a/openpower/configs/hostboot/rainier.config
+++ b/openpower/configs/hostboot/rainier.config
@@ -84,6 +84,7 @@
# Temporary workaround for SW461052
set P10_BRING_UP
-# Until MCTP/PLDM file access available, load PHyp via the BOOTKERNEL partition
-set LOAD_PHYP_FROM_BOOTKERNEL
+# Load lids via PLDM File IO
+unset LOAD_PHYP_FROM_BOOTKERNEL
+set LOAD_LIDS_VIA_PLDM
diff --git a/openpower/configs/rainier_defconfig b/openpower/configs/rainier_defconfig
index 81f5f5c..9697126 100644
--- a/openpower/configs/rainier_defconfig
+++ b/openpower/configs/rainier_defconfig
@@ -25,7 +25,7 @@
BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
BR2_PACKAGE_SKIBOOT=y
BR2_SKIBOOT_CUSTOM_VERSION=y
-BR2_SKIBOOT_CUSTOM_VERSION_VALUE="b1f44aa2a9bc8f8acb1a3f02e0579370c8f8459a"
+BR2_SKIBOOT_CUSTOM_VERSION_VALUE="a4a3ede812e032ec118d7735d294bdd14a51739f"
BR2_SKIBOOT_CUSTOM_GIT=y
BR2_SKIBOOT_CUSTOM_REPO_URL="git@github.ibm.com:p10/skiboot.git"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/busybox.fragment"