SHA256
1
0
forked from pool/u-boot

Accepting request 366093 from Base:System

Sorry for the supersede, this fixes a small issue with beaglebone where grub2
would overwrite the initrd while patching the device tree because it's missing
boundary checks.

- EFI: Map fdt as reserved
  * efi-map-fdt-as-reserved.patch

- Fix OMAP3 boards to load u-boot from raw sector offset
  * omap3-Use-raw-SPL-by-default-for-mmc1.patch

- Allow grub2 to find its config
  * efi_loader-Pass-proper-device-path-in-on-boot.patch
- Fix Raspberry Pi 1 build
  * efi_loader-Provide-icache-flush-stub.patch

- Move omap3 to distro bootcmd (to enable efi boot on beagle-xm)
  * omap3-Move-to-distro-bootcmd.patch
- Add EFI patch to support FDT fixups (patches in RAM size)
  * efi_loader-Call-fdt-preparation-functions.patch

- Patch the default u-boot env to search for dtb in /boot at part 2
  * efi-default-env.patch

- Use $fdtfile rather than $fdt_name everywhere:
  * efi2.patch

- Add EFI support about to move upstream:
  * efi.patch

- EFI: Map fdt as reserved
  * efi-map-fdt-as-reserved.patch

- Fix OMAP3 boards to load u-boot from raw sector offset
  * omap3-Use-raw-SPL-by-default-for-mmc1.patch (forwarded request 365802 from algraf)

OBS-URL: https://build.opensuse.org/request/show/366093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=68
This commit is contained in:
2016-03-07 12:27:45 +00:00
committed by Git OBS Bridge
parent 345ef19d7b
commit cad836ad68
93 changed files with 9378 additions and 246 deletions

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com
- EFI: Map fdt as reserved
* efi-map-fdt-as-reserved.patch
-------------------------------------------------------------------
Thu Mar 3 12:52:17 UTC 2016 - agraf@suse.com
- Fix OMAP3 boards to load u-boot from raw sector offset
* omap3-Use-raw-SPL-by-default-for-mmc1.patch
-------------------------------------------------------------------
Wed Mar 2 23:46:44 UTC 2016 - agraf@suse.com
- Allow grub2 to find its config
* efi_loader-Pass-proper-device-path-in-on-boot.patch
- Fix Raspberry Pi 1 build
* efi_loader-Provide-icache-flush-stub.patch
-------------------------------------------------------------------
Wed Mar 2 10:03:56 UTC 2016 - guillaume@opensuse.org
- Update to 2016.03-rc3
- Remove upstreamed patches:
* 0001-spl-if-MMCSD_MODE_RAW-fails-try-MMCSD_MODE_FS-if-ava.patch
-------------------------------------------------------------------
Tue Mar 1 23:06:57 UTC 2016 - agraf@suse.com
- Move omap3 to distro bootcmd (to enable efi boot on beagle-xm)
* omap3-Move-to-distro-bootcmd.patch
- Add EFI patch to support FDT fixups (patches in RAM size)
* efi_loader-Call-fdt-preparation-functions.patch
-------------------------------------------------------------------
Mon Feb 29 23:28:15 UTC 2016 - agraf@suse.com
- Patch the default u-boot env to search for dtb in /boot at part 2
* efi-default-env.patch
-------------------------------------------------------------------
Sun Feb 28 11:02:04 UTC 2016 - agraf@suse.com
- Use $fdtfile rather than $fdt_name everywhere:
* efi2.patch
-------------------------------------------------------------------
Sat Feb 27 13:20:29 UTC 2016 - agraf@suse.com
- Add EFI support about to move upstream:
* efi.patch
-------------------------------------------------------------------
Mon Feb 22 13:32:31 UTC 2016 - guillaume@opensuse.org