[Qemu-devel] [PULL 0/6] update edk2 submodule & binaries to edk2-stable201905

Laszlo Ersek posted 6 patches 4 years, 9 months ago
Failed in applying to current master (apply log)
pc-bios/README                         |  14 +-
pc-bios/edk2-aarch64-code.fd.bz2       | Bin 1177603 -> 1178070 bytes
pc-bios/edk2-arm-code.fd.bz2           | Bin 1173662 -> 1172752 bytes
pc-bios/edk2-i386-code.fd.bz2          | Bin 1688659 -> 1736199 bytes
pc-bios/edk2-i386-secure-code.fd.bz2   | Bin 1881979 -> 1943949 bytes
pc-bios/edk2-licenses.txt              | 752 ++++++++++++++++++++++++++++++---
pc-bios/edk2-x86_64-code.fd.bz2        | Bin 1669280 -> 1717094 bytes
pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1901210 -> 1958037 bytes
roms/Makefile.edk2                     |  22 +-
roms/edk2                              |   2 +-
10 files changed, 714 insertions(+), 76 deletions(-)
[Qemu-devel] [PULL 0/6] update edk2 submodule & binaries to edk2-stable201905
Posted by Laszlo Ersek 4 years, 9 months ago
The following changes since commit f3d0bec9f80e4ed7796fffa834ba0a53f2094f7f:

  Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-14' into staging (2019-06-14 14:46:13 +0100)

are available in the Git repository at:

  https://github.com/lersek/qemu.git tags/edk2-pull-2019-06-14

for you to fetch changes up to 541617cad3445fdc6735e9e5752e1f698e337737:

  pc-bios: update the README file with edk2-stable201905 information (2019-06-14 21:48:00 +0200)

----------------------------------------------------------------
edk2-stable201905 was released on 2019-06-06:

  https://github.com/tianocore/edk2/releases/tag/edk2-stable201905

Advance QEMU's edk2 submodule to edk2-stable201905, and rebuild the
firmware binaries. This should be the edk2 release that goes into QEMU
4.1.

Launchpad: https://bugs.launchpad.net/qemu/+bug/1831477

----------------------------------------------------------------
Laszlo Ersek (6):
      roms/Makefile.edk2: define edk2-stable201905 network feature test macros
      roms/edk2: update submodule from edk2-stable201903 to edk2-stable201905
      roms/Makefile.edk2: remove edk2-stable201903 network feature test macros
      roms/Makefile.edk2: update input file list for "pc-bios/edk2-licenses.txt"
      pc-bios: refresh edk2 build artifacts for edk2-stable201905
      pc-bios: update the README file with edk2-stable201905 information

 pc-bios/README                         |  14 +-
 pc-bios/edk2-aarch64-code.fd.bz2       | Bin 1177603 -> 1178070 bytes
 pc-bios/edk2-arm-code.fd.bz2           | Bin 1173662 -> 1172752 bytes
 pc-bios/edk2-i386-code.fd.bz2          | Bin 1688659 -> 1736199 bytes
 pc-bios/edk2-i386-secure-code.fd.bz2   | Bin 1881979 -> 1943949 bytes
 pc-bios/edk2-licenses.txt              | 752 ++++++++++++++++++++++++++++++---
 pc-bios/edk2-x86_64-code.fd.bz2        | Bin 1669280 -> 1717094 bytes
 pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1901210 -> 1958037 bytes
 roms/Makefile.edk2                     |  22 +-
 roms/edk2                              |   2 +-
 10 files changed, 714 insertions(+), 76 deletions(-)

-- 
2.19.1.3.g30247aa5d201


Re: [Qemu-devel] [PULL 0/6] update edk2 submodule & binaries to edk2-stable201905
Posted by Peter Maydell 4 years, 9 months ago
On Fri, 14 Jun 2019 at 21:25, Laszlo Ersek <lersek@redhat.com> wrote:
>
> The following changes since commit f3d0bec9f80e4ed7796fffa834ba0a53f2094f7f:
>
>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-14' into staging (2019-06-14 14:46:13 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/lersek/qemu.git tags/edk2-pull-2019-06-14
>
> for you to fetch changes up to 541617cad3445fdc6735e9e5752e1f698e337737:
>
>   pc-bios: update the README file with edk2-stable201905 information (2019-06-14 21:48:00 +0200)
>
> ----------------------------------------------------------------
> edk2-stable201905 was released on 2019-06-06:
>
>   https://github.com/tianocore/edk2/releases/tag/edk2-stable201905
>
> Advance QEMU's edk2 submodule to edk2-stable201905, and rebuild the
> firmware binaries. This should be the edk2 release that goes into QEMU
> 4.1.
>
> Launchpad: https://bugs.launchpad.net/qemu/+bug/1831477


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
for any user-visible changes.

-- PMM

Re: [Qemu-devel] [PULL 0/6] update edk2 submodule & binaries to edk2-stable201905
Posted by Laszlo Ersek 4 years, 9 months ago
On 06/17/19 12:54, Peter Maydell wrote:
> On Fri, 14 Jun 2019 at 21:25, Laszlo Ersek <lersek@redhat.com> wrote:
>>
>> The following changes since commit f3d0bec9f80e4ed7796fffa834ba0a53f2094f7f:
>>
>>   Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-14' into staging (2019-06-14 14:46:13 +0100)
>>
>> are available in the Git repository at:
>>
>>   https://github.com/lersek/qemu.git tags/edk2-pull-2019-06-14
>>
>> for you to fetch changes up to 541617cad3445fdc6735e9e5752e1f698e337737:
>>
>>   pc-bios: update the README file with edk2-stable201905 information (2019-06-14 21:48:00 +0200)
>>
>> ----------------------------------------------------------------
>> edk2-stable201905 was released on 2019-06-06:
>>
>>   https://github.com/tianocore/edk2/releases/tag/edk2-stable201905
>>
>> Advance QEMU's edk2 submodule to edk2-stable201905, and rebuild the
>> firmware binaries. This should be the edk2 release that goes into QEMU
>> 4.1.
>>
>> Launchpad: https://bugs.launchpad.net/qemu/+bug/1831477
> 
> 
> Applied, thanks.

Thanks!

> 
> Please update the changelog at https://wiki.qemu.org/ChangeLog/4.1
> for any user-visible changes.

Done.

Laszlo