From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=jPP+ya4+; spf=pass (domain: linaro.org, ip: 209.85.221.65, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by groups.io with SMTP; Tue, 23 Apr 2019 13:33:58 -0700 Received: by mail-wr1-f65.google.com with SMTP id k17so21881917wrx.10 for ; Tue, 23 Apr 2019 13:33:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=aGy+fB+3eQhDY1dCXPMBVhuOpsaP31RVEa9kIRMQwek=; b=jPP+ya4+pYG+2zpK668CEGOuflo2RXkZN8aOCfrr0ajXcAl/FUqN2dyhADO9+oqOYo QyaFMrQy9eQ8NDU2nDIMrZ3cJ6gMiEjUqzRXEHbwUCrhb668QQVcGDqAP8dU1ciGBJqX 7ZMVkCKeEFWHYe8bb4DASt18awb/+kpLUhs/G3ZF5EHtKT22Rfyrp7CYi5r4Opq1Omj3 oaOYLAElk15lLAe+PsgerJTWJ8Hw24boNkhQWaHeIAOS8aI9cw4uSDspiba6JzuJ6Xf1 5QdDfL/JX8iFaeqy0SkZU36eKJdciZgKyl9I9+usjEY2jobrh6od+8YIBnlswgGX1eea QBiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=aGy+fB+3eQhDY1dCXPMBVhuOpsaP31RVEa9kIRMQwek=; b=th8XoHD8hOezLgO3u6TNaAKFpeQ5ICX8igegx95YXBgXyWPfZn4e7a4grqjeRxlXhP bV7x39vU4wr0dly1PLxqoqrAPJiqCQpApJ/0Ciq62JoBB3u3cuggNU6bbSaG30a0I7SC EAI9oOBb6UdiphptCj2Ae4lJkukipoRIagffoCXW50as4i9r5SKERAjqpcK0bSqkZulp +7Ss6PRbYuLvlPQpAqwDxfNAQOd6PZ33YR/pMrWPO9pflzGN0huBGYItypvGvytp2CeV ohpnDmWDy+VZ09JCZmCzRKJiJtq0fjF1XkEYuZE0XLGs+ynHSw4fU4jUH/F6Fo0WyOcN NXNw== X-Gm-Message-State: APjAAAUJp6es3K6urn3fHy74bdY0aFog8UNhgIUc6i6GkBF4qoraUji0 7OgDFlTtu4wBVrURsBczvHkY9w== X-Google-Smtp-Source: APXvYqy0K+K3avRqArV9gFHuXKtSoDttBLi417K+GP3qzuI2iZynjaHs55ZjZUKHSh+lFL6M7n1mRQ== X-Received: by 2002:adf:cf0c:: with SMTP id o12mr18624100wrj.16.1556051636470; Tue, 23 Apr 2019 13:33:56 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id h9sm12943294wmb.5.2019.04.23.13.33.55 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 23 Apr 2019 13:33:55 -0700 (PDT) Date: Tue, 23 Apr 2019 21:33:53 +0100 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io Subject: Re: [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator Message-ID: <20190423203353.55tdsf6azse7dixf@bivouac.eciton.net> References: <20190423202146.9889-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20190423202146.9889-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Reviewed-by: Leif Lindholm > --- > 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 >