mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 14:32:58 +00:00
58fe9aa736
- Clean up the build a bit to make it faster - Make grubenv work right on UEFI machines Related: rhbz#1119943 - Sort debug and rescue kernels later than normal ones Related: rhbz#1065360 - Allow "fallback" to include entries by title as well as number. Related: rhbz#1026084 - Fix a segfault on aarch64. - Load arm with SB enabled if available. - Add some serial port options to GRUB_MODULES. Signed-off-by: Peter Jones <pjones@redhat.com>
43 lines
1.3 KiB
Diff
43 lines
1.3 KiB
Diff
From 9ee79da5bf54babe11178ced48470b5f09d3dda3 Mon Sep 17 00:00:00 2001
|
|
From: Vladimir Serbinenko <phcoder@gmail.com>
|
|
Date: Fri, 27 Dec 2013 11:20:37 +0100
|
|
Subject: [PATCH 005/152] Merge branch 'master' of git.sv.gnu.org:/srv/git/grub
|
|
|
|
Conflicts:
|
|
ChangeLog
|
|
---
|
|
ChangeLog | 14 +++++++-------
|
|
1 file changed, 7 insertions(+), 7 deletions(-)
|
|
|
|
diff --git a/ChangeLog b/ChangeLog
|
|
index 82dc61d..da3c2df 100644
|
|
--- a/ChangeLog
|
|
+++ b/ChangeLog
|
|
@@ -1,3 +1,10 @@
|
|
+2013-12-27 Vladimir Serbinenko <phcoder@gmail.com>
|
|
+
|
|
+ * grub-core/kern/arm/cache_armv6.S: Remove .arch directive.
|
|
+
|
|
+ As these functions are used on pre-ARMv6 CPUs as well we don't want
|
|
+ to make assembler assume that architecture is higher than default one.
|
|
+
|
|
2013-12-27 Colin Watson <cjwatson@ubuntu.com>
|
|
|
|
* NEWS: First draft of 2.02 entry.
|
|
@@ -7,13 +14,6 @@
|
|
* INSTALL (Cross-compiling the GRUB): Fix some spelling mistakes.
|
|
* docs/grub.texi (Getting the source code): Likewise.
|
|
|
|
-2013-12-25 Vladimir Serbinenko <phcoder@gmail.com>
|
|
-
|
|
- * grub-core/kern/arm/cache_armv6.S: Remove .arch directive.
|
|
-
|
|
- As these functions are used on pre-ARMv6 CPUs as well we don't want
|
|
- to make assembler assume that architecture is higher than default one.
|
|
-
|
|
2013-12-25 Andrey Borzenkov <arvidjaar@gmail.com>
|
|
|
|
* grub-core/osdep/windows/platform.c (get_platform): Fix EFI
|
|
--
|
|
1.9.3
|
|
|