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=G19o4zSy; spf=pass (domain: linaro.org, ip: 209.85.128.68, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by groups.io with SMTP; Tue, 23 Apr 2019 13:21:53 -0700 Received: by mail-wm1-f68.google.com with SMTP id z6so3034287wmi.0 for ; Tue, 23 Apr 2019 13:21:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=rT8o8vSDrXSM0YW/1p136R/5+/XuA9KbuopR6X/oguY=; b=G19o4zSyaCWF9CQwEONL6YfRFiDOe2s5G0BXhse8fhJ1JYukVw5Ca1VI+RW5zj0cNR Vgcx2qdpfM0GCyntaKKkwFbW3P13mJCBRcEVQ/KIHw18VHy9N38lY02srraln6ppvuA7 +/+hyl4L0YrcsVRMIQ21Tt2pC9c7BeO7MdUufrz7pmdg9BJWQY3UodQrXlBa+cAQScvH GyumZfSQy26T3U6JTK1y/XT5yC083QnPFIkOEDnZCFnSVn4QvLC6bM5s8OIBxBcHi12s A+3I2Qz5P74ZgcXkEk9cMNL+9x3CNCtpYRo+GvN8nezel1h6u7mWoeOoyiZ5CiynSUx6 YeQA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=rT8o8vSDrXSM0YW/1p136R/5+/XuA9KbuopR6X/oguY=; b=tPs+K+rmbelzgLUCCnHoscPncRN4sn25I1i1KPMDC+rADpIg/YtkFwSKTgelBjpSWx xJeI1IsuaT+2s0Wr2NNNDInIAK5yR/1lHRfEgRwtahHJyM+isBwW3dxiFiwI5fDDbqwd 66EGiadVq+UXKIU1P7UZm7egOXoTIIQA8QFSyYYIYPhsOJxF9IUzSc9jLL+9ec0RXXvw UdV/RIMnNGspxrFprfwhOP2nAjL0ajrpDnZMIeAwW/IdrKwOqngJjXeDk13dCLMzrtCX 8mEy6lbgX9X/XiBUN1AftsZxMAd/scAHTjF1t2ouuWQtaUkkHKtZY+dTPO7xVb6LG+ff Iw3w== X-Gm-Message-State: APjAAAXtFMhQvt2Ida5SzfAeVd0QoK3ZNIhp4cD3LMfZqi0pEy17gKJ3 U7bfEJ8IyoXAbXB7wUacuzq60eb2gzpNfA== X-Google-Smtp-Source: APXvYqzSzPZw5E2qy35FwjMZoEhfP5fJ/tscQ+gXZDoz5QDKXGbeKoEqjhB2z0jlQdUu378pKZNktg== X-Received: by 2002:a1c:1c5:: with SMTP id 188mr3528298wmb.52.1556050911403; Tue, 23 Apr 2019 13:21:51 -0700 (PDT) Return-Path: Received: from mba13.home ([2a01:cb1d:112:6f00:148f:5d52:9c3b:b06e]) by smtp.gmail.com with ESMTPSA id t24sm14627203wmi.10.2019.04.23.13.21.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Apr 2019 13:21:50 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, Ard Biesheuvel Subject: [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator Date: Tue, 23 Apr 2019 22:21:46 +0200 Message-Id: <20190423202146.9889-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 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 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