Update linux, skiboot & buildroot versions
For buildroot:
Jeremy Kerr (2):
firmware/skiboot: Enable LE builds
firmware/skiboot: Update to version 624d6f6b
For linux:
Cyril Bur (2):
powerpc/powernv: Add interfaces for flash device access
drivers/mtd: add powernv flash MTD abstraction driver
Jeremy Kerr (8):
powerpc: Add openpower_defconfig
powerpc/boot/fdt: Use unsigned long for pointer casts
powerpc/boot/fdt: Add little-endian support to libfdt wrappers
powerpc/boot/wrapper: use the pseries wrapper for zImage.epapr
powerpc/boot: Fix stack corruption in epapr entry point
powerpc/boot: don't clobber r6 and r7 in epapr boot
powerpc/powernv: Add EXPORT_SYMBOL for opal async interface
powerpc/powernv: Add opal-prd channel
Joel Stanley (1):
powerpc/powernv: Add OPAL soft-poweroff routine
Vaidyanathan Srinivasan (1):
powerpc/powernv: Sync OpalMessageType with OPAL
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
diff --git a/buildroot b/buildroot
index 3585b4c..51a8cdf 160000
--- a/buildroot
+++ b/buildroot
@@ -1 +1 @@
-Subproject commit 3585b4caef53cf6adb2d85571c38f83f7e6be6e6
+Subproject commit 51a8cdff226c98c07a8c4346f86bf1ff60651aae
diff --git a/openpower/configs/habanero_defconfig b/openpower/configs/habanero_defconfig
index 8febc0c..4ad8ee0 100644
--- a/openpower/configs/habanero_defconfig
+++ b/openpower/configs/habanero_defconfig
@@ -35,7 +35,7 @@
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/open-power/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c04097526152ef45ed87b4a89c5e52fc8f856d34"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="dc97a6e626eaf22c9bd4baec3954fa5501ce1c63"
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="skiroot"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
diff --git a/openpower/configs/openpower_mambo_defconfig b/openpower/configs/openpower_mambo_defconfig
index 81e1966..e4edd85 100644
--- a/openpower/configs/openpower_mambo_defconfig
+++ b/openpower/configs/openpower_mambo_defconfig
@@ -28,7 +28,7 @@
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/open-power/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c04097526152ef45ed87b4a89c5e52fc8f856d34"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="dc97a6e626eaf22c9bd4baec3954fa5501ce1c63"
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="skiroot"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
diff --git a/openpower/configs/palmetto_defconfig b/openpower/configs/palmetto_defconfig
index c208972..9bde27f 100644
--- a/openpower/configs/palmetto_defconfig
+++ b/openpower/configs/palmetto_defconfig
@@ -35,8 +35,7 @@
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/open-power/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="c04097526152ef45ed87b4a89c5e52fc8f856d34"
-BR2_LINUX_KERNEL_USE_DEFCONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="dc97a6e626eaf22c9bd4baec3954fa5501ce1c63"
BR2_LINUX_KERNEL_DEFCONFIG="skiroot"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y