From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Wed, 24 Apr 2019 07:43:17 -0700 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EE0C1308BBF4; Wed, 24 Apr 2019 14:43:16 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-123.rdu2.redhat.com [10.10.120.123]) by smtp.corp.redhat.com (Postfix) with ESMTP id 564C0272D9; Wed, 24 Apr 2019 14:43:13 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator To: devel@edk2.groups.io, ard.biesheuvel@linaro.org Cc: leif.lindholm@linaro.org References: <20190423202146.9889-1-ard.biesheuvel@linaro.org> From: "Laszlo Ersek" Message-ID: <008f9aa6-f3a9-4188-40e7-0c71917f21ba@redhat.com> Date: Wed, 24 Apr 2019 16:43:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190423202146.9889-1-ard.biesheuvel@linaro.org> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Wed, 24 Apr 2019 14:43:17 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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 > --- > 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 >