31 lines
870 B
Diff
31 lines
870 B
Diff
|
From f581af0a9cac0c25468c9c0c43c103ca38b547a9 Mon Sep 17 00:00:00 2001
|
||
|
From: Leif Lindholm <leif.lindholm@linaro.org>
|
||
|
Date: Tue, 7 Jan 2014 17:52:50 +0000
|
||
|
Subject: [PATCH 100/103] arm64: set correct length of device path end entry
|
||
|
|
||
|
The length of the Device Path End entry in the grub_linux_boot()
|
||
|
function was incorrectly set to 0. This triggers an assert failure
|
||
|
in debug builds of Tianocore.
|
||
|
|
||
|
Set it to sizeof (grub_efi_device_path_t).
|
||
|
---
|
||
|
ChangeLog | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/ChangeLog b/ChangeLog
|
||
|
index 1b17e1b..5d2bef7 100644
|
||
|
--- a/ChangeLog
|
||
|
+++ b/ChangeLog
|
||
|
@@ -339,6 +339,8 @@
|
||
|
* grub-core/osdep/windows/platform.c (get_platform): Fix EFI
|
||
|
detection.
|
||
|
|
||
|
+=======
|
||
|
+>>>>>>> arm64: set correct length of device path end entry
|
||
|
2013-12-24 Vladimir Serbinenko <phcoder@gmail.com>
|
||
|
|
||
|
* configure.ac: Set version to 2.02~beta2.
|
||
|
--
|
||
|
1.9.0
|
||
|
|