Bump Skiboot to 11a013a
Changes since commit b81f146:
Cédric Le Goater (1):
xive/p10: Use local_alloc() to allocate the XIVE bitmaps
Madhavan Srinivasan (4):
hw/imc: Fix the catalog subit for P10
hw/imc: move imc_init() towards end main_cpu_entry()
hw/imc: Disable only nest_imc devices if pause_microcode() fails
hw/imc: update trace scom value for P10
Nicholas Piggin (1):
P10 machine check handler
Ryan P Grimm (4):
Merge pull request #51 from npiggin/p10
Merge pull request #55 from clegoater/for-p10
Merge pull request #52 from svaidyan/multi-chip-fix
Merge pull request #56 from masriniv/p10_master
Vaidyanathan Srinivasan (1):
cpu: Add retry in cpu_pm_disable to kick cpus out of idle
----------------------------------------------------------------
core/cpu.c | 13 ++++++-
core/init.c | 6 +--
core/mce.c | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
hw/fsp/fsp.c | 4 ++
hw/imc.c | 47 ++++++++++++++++++------
hw/xive2.c | 9 +++--
6 files changed, 167 insertions(+), 29 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 349a890..38df058 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="b81f1465872ece79fbf9867e48905a30745759ef"
+BR2_SKIBOOT_CUSTOM_VERSION_VALUE="11a013a9970ede9bfc86c58f55d8f3b59088a54e"
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 0ca4634..27824c4 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="b81f1465872ece79fbf9867e48905a30745759ef"
+BR2_SKIBOOT_CUSTOM_VERSION_VALUE="11a013a9970ede9bfc86c58f55d8f3b59088a54e"
BR2_SKIBOOT_CUSTOM_GIT=y
BR2_SKIBOOT_CUSTOM_REPO_URL="git@github.ibm.com:p10/skiboot.git"
BR2_PACKAGE_LOADKEYS=y