brcm47xx: add kernel 4.14 support

Add patches for 4.14, drop patch 030 since it's already included
upstream.

Tested on:
1) WRT54GL (with RAM upgraded to 32 MiB)
2) WL500gPv2 (with RAM upgraded to 64 MiB)
3) BCM47186B0 SoC board
4) BCM4706 SoC board

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
This commit is contained in:
Paul Wassi
2018-03-13 09:43:43 +01:00
committed by Rafał Miłecki
parent 986f80595b
commit de79f4ab88
23 changed files with 2686 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-
-extern unsigned long kexec_start_address;
-extern unsigned long kexec_indirection_page;
+#include <asm/uaccess.h>
+#include <linux/uaccess.h>
+#include "machine_kexec.h"
int (*_machine_kexec_prepare)(struct kimage *) = NULL;