public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator
@ 2019-04-23 20:21 Ard Biesheuvel
  2019-04-23 20:33 ` Leif Lindholm
  2019-04-24 14:43 ` [edk2-devel] " Laszlo Ersek
  0 siblings, 2 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2019-04-23 20:21 UTC (permalink / raw)
  To: devel; +Cc: leif.lindholm, Ard Biesheuvel

Update the binary RELEASE build targeting AARCH64 systems, created
with Ubuntu's gcc 7.3.0 using the GCC5 profile. This fixes an issue
in the previous build which was built against the wrong version of
CacheMaintenanceLib.

Repo:   http://github.com/ardbiesheuvel/X86EmulatorPkg.git
Commit: 4b3f43430729d2d9569b13743e3e7133ea502d91

  4b3f43430729 Use the correct version of CacheMaintenanceLib
  67d5dd9ff915 Update README to reflect upstream status

Repo:   http://github.com/tiancore/edk2.git
Commit: 2c0d39ac4704b76b7efb67b0aee23c2e78045cbc

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
Full patch can be found at
https://git.linaro.org/leg/noupstream/edk2-non-osi.git/log/?h=upstream

 Emulator/X86EmulatorDxe/X86EmulatorDxe.depex | Bin 54 -> 36 bytes
 Emulator/X86EmulatorDxe/X86EmulatorDxe.efi   | Bin 913408 -> 913408 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex b/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex
index ffce8c06d8a5..addc7467048e 100644
Binary files a/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex and b/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex differ
diff --git a/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi b/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi
index 316ef245f834..6e71de70ba76 100644
Binary files a/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi and b/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi differ
-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator
  2019-04-23 20:21 [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator Ard Biesheuvel
@ 2019-04-23 20:33 ` Leif Lindholm
  2019-04-23 21:37   ` Ard Biesheuvel
  2019-04-24 14:43 ` [edk2-devel] " Laszlo Ersek
  1 sibling, 1 reply; 4+ messages in thread
From: Leif Lindholm @ 2019-04-23 20:33 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: devel

On Tue, Apr 23, 2019 at 10:21:46PM +0200, Ard Biesheuvel wrote:
> Update the binary RELEASE build targeting AARCH64 systems, created
> with Ubuntu's gcc 7.3.0 using the GCC5 profile. This fixes an issue
> in the previous build which was built against the wrong version of
> CacheMaintenanceLib.
> 
> Repo:   http://github.com/ardbiesheuvel/X86EmulatorPkg.git
> Commit: 4b3f43430729d2d9569b13743e3e7133ea502d91
> 
>   4b3f43430729 Use the correct version of CacheMaintenanceLib
>   67d5dd9ff915 Update README to reflect upstream status
> 
> Repo:   http://github.com/tiancore/edk2.git
> Commit: 2c0d39ac4704b76b7efb67b0aee23c2e78045cbc
> 
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

> ---
> Full patch can be found at
> https://git.linaro.org/leg/noupstream/edk2-non-osi.git/log/?h=upstream
> 
>  Emulator/X86EmulatorDxe/X86EmulatorDxe.depex | Bin 54 -> 36 bytes
>  Emulator/X86EmulatorDxe/X86EmulatorDxe.efi   | Bin 913408 -> 913408 bytes
>  2 files changed, 0 insertions(+), 0 deletions(-)
> 
> diff --git a/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex b/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex
> index ffce8c06d8a5..addc7467048e 100644
> Binary files a/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex and b/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex differ
> diff --git a/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi b/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi
> index 316ef245f834..6e71de70ba76 100644
> Binary files a/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi and b/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi differ
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator
  2019-04-23 20:33 ` Leif Lindholm
@ 2019-04-23 21:37   ` Ard Biesheuvel
  0 siblings, 0 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2019-04-23 21:37 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel-groups-io

On Tue, 23 Apr 2019 at 22:33, Leif Lindholm <leif.lindholm@linaro.org> wrote:
>
> On Tue, Apr 23, 2019 at 10:21:46PM +0200, Ard Biesheuvel wrote:
> > Update the binary RELEASE build targeting AARCH64 systems, created
> > with Ubuntu's gcc 7.3.0 using the GCC5 profile. This fixes an issue
> > in the previous build which was built against the wrong version of
> > CacheMaintenanceLib.
> >
> > Repo:   http://github.com/ardbiesheuvel/X86EmulatorPkg.git
> > Commit: 4b3f43430729d2d9569b13743e3e7133ea502d91
> >
> >   4b3f43430729 Use the correct version of CacheMaintenanceLib
> >   67d5dd9ff915 Update README to reflect upstream status
> >
> > Repo:   http://github.com/tiancore/edk2.git
> > Commit: 2c0d39ac4704b76b7efb67b0aee23c2e78045cbc
> >
> > Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Thanks

Pushed as 77b5eefd92ae..596043ffb61d

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator
  2019-04-23 20:21 [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator Ard Biesheuvel
  2019-04-23 20:33 ` Leif Lindholm
@ 2019-04-24 14:43 ` Laszlo Ersek
  1 sibling, 0 replies; 4+ messages in thread
From: Laszlo Ersek @ 2019-04-24 14:43 UTC (permalink / raw)
  To: devel, ard.biesheuvel; +Cc: leif.lindholm

Hi Ard,

On 04/23/19 22:21, Ard Biesheuvel wrote:
> Update the binary RELEASE build targeting AARCH64 systems, created
> with Ubuntu's gcc 7.3.0 using the GCC5 profile. This fixes an issue
> in the previous build which was built against the wrong version of
> CacheMaintenanceLib.
> 
> Repo:   http://github.com/ardbiesheuvel/X86EmulatorPkg.git
> Commit: 4b3f43430729d2d9569b13743e3e7133ea502d91
> 
>   4b3f43430729 Use the correct version of CacheMaintenanceLib
>   67d5dd9ff915 Update README to reflect upstream status
> 
> Repo:   http://github.com/tiancore/edk2.git
> Commit: 2c0d39ac4704b76b7efb67b0aee23c2e78045cbc
> 
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> ---
> Full patch can be found at
> https://git.linaro.org/leg/noupstream/edk2-non-osi.git/log/?h=upstream

Does this mean that the patch is for the edk2-non-osi repo? ... That
seems to be the case:

https://github.com/tianocore/edk2-non-osi

Please put [edk2-non-osi PATCH] in the subject prefix next time :)

Thanks
Laszlo

> 
>  Emulator/X86EmulatorDxe/X86EmulatorDxe.depex | Bin 54 -> 36 bytes
>  Emulator/X86EmulatorDxe/X86EmulatorDxe.efi   | Bin 913408 -> 913408 bytes
>  2 files changed, 0 insertions(+), 0 deletions(-)
> 
> diff --git a/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex b/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex
> index ffce8c06d8a5..addc7467048e 100644
> Binary files a/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex and b/Emulator/X86EmulatorDxe/X86EmulatorDxe.depex differ
> diff --git a/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi b/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi
> index 316ef245f834..6e71de70ba76 100644
> Binary files a/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi and b/Emulator/X86EmulatorDxe/X86EmulatorDxe.efi differ
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-24 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23 20:21 [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator Ard Biesheuvel
2019-04-23 20:33 ` Leif Lindholm
2019-04-23 21:37   ` Ard Biesheuvel
2019-04-24 14:43 ` [edk2-devel] " Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox