SHA256
1
0
forked from pool/grub2

Accepting request 365018 from home:algraf:arm-efi

This is another attempt at getting U-Boot EFI based boot support work
with grub2.

The major change to the last sr is that this time around I dropped the
patch to force uuid setting, since with newer u-boot code we don't need
that anymore :).

Thanks a lot for the review!

Alex

- Make mkconfig search for zImage on arm
  * grub2-mkconfig-arm.patch

- Add support to directly pass an EFI FDT table to a kernel on 32bit arm
  * 0001-arm64-Move-firmware-fdt-search-into-global-function.patch
  * 0002-arm-efi-Use-fdt-from-firmware-when-available.patch

OBS-URL: https://build.opensuse.org/request/show/365018
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=207
This commit is contained in:
2016-03-04 02:44:35 +00:00
committed by Git OBS Bridge
parent 88e55c1dc5
commit 2e14e5acb8
5 changed files with 171 additions and 0 deletions

View File

@@ -86,6 +86,19 @@ Tue Mar 1 18:53:17 UTC 2016 - arvidjaar@gmail.com
* drop workarounds for gdb_grub and grub.chrp, they are now installed under fixed name
* do not patch docs/Makefile.in, it is regenerated anyway
-------------------------------------------------------------------
Tue Mar 1 11:06:34 UTC 2016 - agraf@suse.com
- Make mkconfig search for zImage on arm
* grub2-mkconfig-arm.patch
-------------------------------------------------------------------
Sun Feb 28 23:10:06 UTC 2016 - agraf@suse.com
- Add support to directly pass an EFI FDT table to a kernel on 32bit arm
* 0001-arm64-Move-firmware-fdt-search-into-global-function.patch
* 0002-arm-efi-Use-fdt-from-firmware-when-available.patch
-------------------------------------------------------------------
Fri Jan 29 03:54:15 UTC 2016 - mchang@suse.com