Update uEFI patches
This commit is contained in:
parent
ad338c0588
commit
5b6fc3bc15
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: uboot-tools
|
Name: uboot-tools
|
||||||
Version: 2018.03
|
Version: 2018.03
|
||||||
Release: 0.1%{?candidate:.%{candidate}}%{?dist}
|
Release: 0.2%{?candidate:.%{candidate}}%{?dist}
|
||||||
Summary: U-Boot utilities
|
Summary: U-Boot utilities
|
||||||
License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+
|
License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+
|
||||||
URL: http://www.denx.de/wiki/U-Boot
|
URL: http://www.denx.de/wiki/U-Boot
|
||||||
@ -15,10 +15,10 @@ Source4: aarch64-chromebooks
|
|||||||
Source5: 10-devicetree.install
|
Source5: 10-devicetree.install
|
||||||
|
|
||||||
# Fedoraisms patches
|
# Fedoraisms patches
|
||||||
#Patch1: uefi-use-Fedora-specific-path-name.patch
|
Patch1: uefi-use-Fedora-specific-path-name.patch
|
||||||
|
|
||||||
# general fixes
|
# general fixes
|
||||||
#Patch2: uefi-distro-load-FDT-from-any-partition-on-boot-device.patch
|
Patch2: uefi-distro-load-FDT-from-any-partition-on-boot-device.patch
|
||||||
Patch3: usb-kbd-fixes.patch
|
Patch3: usb-kbd-fixes.patch
|
||||||
|
|
||||||
# Board fixes and enablement
|
# Board fixes and enablement
|
||||||
@ -287,6 +287,9 @@ cp -p board/warp7/README builds/docs/README.warp7
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2018.03-0.2.rc1
|
||||||
|
- Update uEFI patches
|
||||||
|
|
||||||
* Tue Jan 30 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2018.03-0.1.rc1
|
* Tue Jan 30 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2018.03-0.1.rc1
|
||||||
- 2018.03 RC1
|
- 2018.03 RC1
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
From 3ab824aea2ad90cd980986a32c4523fcce778a03 Mon Sep 17 00:00:00 2001
|
From 8bc6f62541436ebaf87133792726d9b48f878d09 Mon Sep 17 00:00:00 2001
|
||||||
From: Peter Robinson <pbrobinson@gmail.com>
|
From: Peter Robinson <pbrobinson@gmail.com>
|
||||||
Date: Tue, 5 Dec 2017 00:11:08 +0000
|
Date: Tue, 5 Dec 2017 00:11:08 +0000
|
||||||
Subject: [PATCH 2/5] distro: load FDT from any partition on boot device
|
Subject: [PATCH] distro: load FDT from any partition on boot device
|
||||||
|
|
||||||
In the EFI_LOADER boot path, we were only checking the FAT partition
|
In the EFI_LOADER boot path, we were only checking the FAT partition
|
||||||
containing the EFI payload for dtb files. But this is somewhat of a
|
containing the EFI payload for dtb files. But this is somewhat of a
|
||||||
@ -26,10 +26,10 @@ Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
|||||||
1 file changed, 23 insertions(+), 11 deletions(-)
|
1 file changed, 23 insertions(+), 11 deletions(-)
|
||||||
|
|
||||||
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
|
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
|
||||||
index c2822b4d06..b91f2eabe3 100644
|
index 7746366ec8..c87f7c2a42 100644
|
||||||
--- a/include/config_distro_bootcmd.h
|
--- a/include/config_distro_bootcmd.h
|
||||||
+++ b/include/config_distro_bootcmd.h
|
+++ b/include/config_distro_bootcmd.h
|
||||||
@@ -130,25 +130,37 @@
|
@@ -135,25 +135,37 @@
|
||||||
"fi\0" \
|
"fi\0" \
|
||||||
\
|
\
|
||||||
"load_efi_dtb=" \
|
"load_efi_dtb=" \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
From 74a8239f40092900d83dd5c9632b5652b242e158 Mon Sep 17 00:00:00 2001
|
From 2b411f6edf298899098e2077a5ca2dfdaf3d882f Mon Sep 17 00:00:00 2001
|
||||||
From: Peter Robinson <pbrobinson@gmail.com>
|
From: Peter Robinson <pbrobinson@gmail.com>
|
||||||
Date: Tue, 5 Dec 2017 00:10:22 +0000
|
Date: Wed, 7 Feb 2018 12:37:58 +0000
|
||||||
Subject: [PATCH 1/5] use Fedora specific EFI path/name
|
Subject: [PATCH] use Fedora specific EFI path/name
|
||||||
|
|
||||||
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
||||||
---
|
---
|
||||||
@ -9,10 +9,10 @@ Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
|
|||||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||||
|
|
||||||
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
|
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
|
||||||
index 5c469a23fa..c2822b4d06 100644
|
index f567cebd38..7746366ec8 100644
|
||||||
--- a/include/config_distro_bootcmd.h
|
--- a/include/config_distro_bootcmd.h
|
||||||
+++ b/include/config_distro_bootcmd.h
|
+++ b/include/config_distro_bootcmd.h
|
||||||
@@ -88,7 +88,7 @@
|
@@ -93,7 +93,7 @@
|
||||||
|
|
||||||
#ifdef CONFIG_EFI_LOADER
|
#ifdef CONFIG_EFI_LOADER
|
||||||
#if defined(CONFIG_ARM64)
|
#if defined(CONFIG_ARM64)
|
||||||
@ -21,7 +21,7 @@ index 5c469a23fa..c2822b4d06 100644
|
|||||||
#elif defined(CONFIG_ARM)
|
#elif defined(CONFIG_ARM)
|
||||||
#define BOOTEFI_NAME "bootarm.efi"
|
#define BOOTEFI_NAME "bootarm.efi"
|
||||||
#elif defined(CONFIG_X86_RUN_32BIT)
|
#elif defined(CONFIG_X86_RUN_32BIT)
|
||||||
@@ -122,7 +122,7 @@
|
@@ -127,7 +127,7 @@
|
||||||
"bootefi bootmgr ${fdtcontroladdr};" \
|
"bootefi bootmgr ${fdtcontroladdr};" \
|
||||||
"fi;" \
|
"fi;" \
|
||||||
"load ${devtype} ${devnum}:${distro_bootpart} " \
|
"load ${devtype} ${devnum}:${distro_bootpart} " \
|
||||||
@ -29,8 +29,8 @@ index 5c469a23fa..c2822b4d06 100644
|
|||||||
+ "${kernel_addr_r} efi/fedora/"BOOTEFI_NAME"; " \
|
+ "${kernel_addr_r} efi/fedora/"BOOTEFI_NAME"; " \
|
||||||
"if fdt addr ${fdt_addr_r}; then " \
|
"if fdt addr ${fdt_addr_r}; then " \
|
||||||
"bootefi ${kernel_addr_r} ${fdt_addr_r};" \
|
"bootefi ${kernel_addr_r} ${fdt_addr_r};" \
|
||||||
"else " \
|
"else " \
|
||||||
@@ -145,9 +145,9 @@
|
@@ -150,9 +150,9 @@
|
||||||
"fi;" \
|
"fi;" \
|
||||||
"done;" \
|
"done;" \
|
||||||
"if test -e ${devtype} ${devnum}:${distro_bootpart} " \
|
"if test -e ${devtype} ${devnum}:${distro_bootpart} " \
|
||||||
|
Loading…
Reference in New Issue
Block a user