Release Linux 4.9.2-openpower1

This moves from the 4.4 based kernel series to the newer long term
support kernel, Linux 4.9.

To make the move we regenerate the kernel defconfig for the new kernel.

We still have three out of tree patches. This commit makes the following
changes:

  * Drops 5 of our out of tree patches
  * Two remain for XHCI kexec issues
  * One remains for VGA handover

We also update bnx2x firmware version for newer kernel driver, which
means modify the firmware whitelist.

Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/openpower/linux/0004-Release-4.9.2-openpower1.patch b/openpower/linux/0004-Release-4.9.2-openpower1.patch
new file mode 100644
index 0000000..b116bab
--- /dev/null
+++ b/openpower/linux/0004-Release-4.9.2-openpower1.patch
@@ -0,0 +1,26 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Joel Stanley <joel@jms.id.au>
+Date: Tue, 16 Aug 2016 23:00:23 +0930
+Subject: [PATCH 4/4] Release 4.9.2-openpower1
+
+Signed-off-by: Joel Stanley <joel@jms.id.au>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index c9ce897465c5..b3a37105d984 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+ SUBLEVEL = 2
+-EXTRAVERSION =
++EXTRAVERSION = -openpower1
+ NAME = Roaring Lionus
+ 
+ # *DOCUMENTATION*
+-- 
+2.11.0
+