From d7f4e0752270363698b1205f767c0de34c1512bb Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 4 Aug 2017 16:22:03 +0100 Subject: [PATCH] this patch was already upstream, git am was still some how applying it twice --- dragonboard-fixes.patch | 49 ----------------------------------------- 1 file changed, 49 deletions(-) diff --git a/dragonboard-fixes.patch b/dragonboard-fixes.patch index 5c79536..03cf481 100644 --- a/dragonboard-fixes.patch +++ b/dragonboard-fixes.patch @@ -1,52 +1,3 @@ -From patchwork Tue Jun 20 21:55:24 2017 -Content-Type: text/plain; charset="utf-8" -MIME-Version: 1.0 -Content-Transfer-Encoding: 7bit -Subject: [U-Boot,1/2] board/db410c: add missing linker map entries for efi -From: Rob Clark -X-Patchwork-Id: 778514 -Message-Id: <20170620215525.10430-1-robdclark@gmail.com> -To: U-Boot Mailing List -Cc: Nicolas Dechesne , - Stephen Boyd -Date: Tue, 20 Jun 2017 17:55:24 -0400 - -Otherwise the loaded image would miss the efi_runtime sections, and fall -over hard when grub (for example) tried to call runtime services located -in this section. - -Signed-off-by: Rob Clark ---- - board/qualcomm/dragonboard410c/u-boot.lds | 16 ++++++++++++++++ - 1 file changed, 16 insertions(+) - -diff --git a/board/qualcomm/dragonboard410c/u-boot.lds b/board/qualcomm/dragonboard410c/u-boot.lds -index 6e1c5a8..62ac4d7 100644 ---- a/board/qualcomm/dragonboard410c/u-boot.lds -+++ b/board/qualcomm/dragonboard410c/u-boot.lds -@@ -43,6 +43,22 @@ SECTIONS - - . = ALIGN(8); - -+ .efi_runtime : { -+ __efi_runtime_start = .; -+ *(efi_runtime_text) -+ *(efi_runtime_data) -+ __efi_runtime_stop = .; -+ } -+ -+ .efi_runtime_rel : { -+ __efi_runtime_rel_start = .; -+ *(.relaefi_runtime_text) -+ *(.relaefi_runtime_data) -+ __efi_runtime_rel_stop = .; -+ } -+ -+ . = ALIGN(8); -+ - .image_copy_end : - { - *(.__image_copy_end) From patchwork Tue Jun 20 21:55:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0