Bump skiboot-p10 to 3fd43cf
Changes since commit 11a013a:
Frederic Barrat (2):
hw/phb5: Disable CAPI on P10
hw/phb5: Update PHB numbering to allow for virtual PHBs
Ryan P Grimm (3):
Merge pull request #53 from svaidyan/occ-p10
Merge pull request #54 from hegdevasant/topology-fix
Merge pull request #57 from frederic-barrat/nocapi
Vaidyanathan Srinivasan (1):
occ: Enable defaults paths for P10
Vasant Hegde (1):
hdat: Fix ibm,chip-id property
----------------------------------------------------------------
core/hmi.c | 4 ++++
doc/opal-api/opal-pci-set-phb-capi-mode-93.rst | 5 +++--
hdata/spira.c | 18 +++++++++---------
hw/capp.c | 11 ++++-------
hw/fsp/fsp-occ.c | 3 ++-
hw/occ.c | 2 +-
hw/phb4.c | 18 +++++++++++++++---
include/phb4.h | 2 +-
8 files changed, 39 insertions(+), 24 deletions(-)
Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
diff --git a/openpower/configs/denali_defconfig b/openpower/configs/denali_defconfig
index ee45f92..e6f88c0 100644
--- a/openpower/configs/denali_defconfig
+++ b/openpower/configs/denali_defconfig
@@ -58,7 +58,7 @@
# BR2_PACKAGE_OCC is not set
# BR2_PACKAGE_CAPP_UCODE is not set
BR2_SKIBOOT_CUSTOM_VERSION=y
-BR2_SKIBOOT_CUSTOM_VERSION_VALUE="11a013a9970ede9bfc86c58f55d8f3b59088a54e"
+BR2_SKIBOOT_CUSTOM_VERSION_VALUE="3fd43cf66b7a799cd309833d51cd81117a66aaef"
BR2_SKIBOOT_CUSTOM_GIT=y
BR2_SKIBOOT_CUSTOM_REPO_URL="git@github.ibm.com:p10/skiboot.git"
BR2_PACKAGE_LOADKEYS=y
diff --git a/openpower/configs/rainier_defconfig b/openpower/configs/rainier_defconfig
index e652c5a..140b5a7 100644
--- a/openpower/configs/rainier_defconfig
+++ b/openpower/configs/rainier_defconfig
@@ -70,7 +70,7 @@
BR2_PACKAGE_PETITBOOT_MTD=y
BR2_CAPP_UCODE_BIN_FILENAME="cappucode.bin"
BR2_SKIBOOT_CUSTOM_VERSION=y
-BR2_SKIBOOT_CUSTOM_VERSION_VALUE="11a013a9970ede9bfc86c58f55d8f3b59088a54e"
+BR2_SKIBOOT_CUSTOM_VERSION_VALUE="3fd43cf66b7a799cd309833d51cd81117a66aaef"
BR2_SKIBOOT_CUSTOM_GIT=y
BR2_SKIBOOT_CUSTOM_REPO_URL="git@github.ibm.com:p10/skiboot.git"
BR2_PACKAGE_LOADKEYS=y