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=yd+PyIxd; spf=pass (domain: linaro.org, ip: 209.85.166.193, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-it1-f193.google.com (mail-it1-f193.google.com [209.85.166.193]) by groups.io with SMTP; Tue, 23 Apr 2019 14:37:30 -0700 Received: by mail-it1-f193.google.com with SMTP id q19so2744737itk.3 for ; Tue, 23 Apr 2019 14:37:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=CZAo4BMhBaqV1PAQ2RQZ4GSgQFj08ROCecUqlY/75rk=; b=yd+PyIxdcsVQLfmJ4M7tJoRJzK7RgN7B2XsMqtBZ47X1KlA3beTJFFOifK3xQWtgxp EUDPzgPIrA+c7sul4ody/i103PxvMTQbkS8UrwY50VBQ++19829d/6kpMB0KrL/FVLIj eT/osMYc+I1YJaaNI/o2FsHik62XKcnx2XGkFCTApG2riFeXn5qRvtRQrWncgkYOm8Br EP4eG8GoRlPbmvSVGZxtVNsEdP/sSfLxhiU4uVEo2vjZxq7Ugc1n4BXXPmm+1gXQl72z BY7G1IipDzzxgAqR23s+uzCoXUoaUP88toMB0tDSw8WioIjOmfmegIyLk+bOuAN53emL +CkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CZAo4BMhBaqV1PAQ2RQZ4GSgQFj08ROCecUqlY/75rk=; b=fb51BGa4+t71Tpxi858pmt1dtptPJYqoxrm+aZgdRH9cZ8qXV7SBfi+eAmQB76Xb9G DinAR3XxICoHp2GzHYgy7OHs1cEnRfEIes+SP5p6G4PILOUid3VtbvSS16xmVVmt0X8Z MJ0ry61mrjPaJX9nvARaECK5JHSh6FbtRMTkjd9FjDbl6xs+jmHxxSyL7dYf1VTeErpI M+exrnZ0GOoxn0ZVNZrUZ7JBi2+sz9tX4G+Wjwp+G8N5n37mxGZIk6W0s2hBNoTPNo1B UvkKJrvOuLLWrW45ekVYR7ytRGTTZ/RYjI39prOY6lrDaAgrY07/P2+swJqw7x3ZqWHp slsA== X-Gm-Message-State: APjAAAWJqkjZX2A3OX98Ktw9mV4NaBJPilxxFD2PjpnytJs/xChlsNdd 7ABOGhYxHmZDmY97JDnkCA/1LN4IOr0DD8iD4AdulQ== X-Google-Smtp-Source: APXvYqwPlDJ0d02wsY4n8ghqS8K7FVrQvRENi8vLTxLJ61M4mdz05OxliyWSBJ04F8mdHkJURKRbSjR0U6p4r6T0510= X-Received: by 2002:a05:6638:94:: with SMTP id v20mr8403164jao.2.1556055449513; Tue, 23 Apr 2019 14:37:29 -0700 (PDT) MIME-Version: 1.0 References: <20190423202146.9889-1-ard.biesheuvel@linaro.org> <20190423203353.55tdsf6azse7dixf@bivouac.eciton.net> In-Reply-To: <20190423203353.55tdsf6azse7dixf@bivouac.eciton.net> From: "Ard Biesheuvel" Date: Tue, 23 Apr 2019 23:37:17 +0200 Message-ID: Subject: Re: [PATCH] Emulator: update binary AARCH64 build of X64 PE/COFF emulator To: Leif Lindholm Cc: edk2-devel-groups-io Content-Type: text/plain; charset="UTF-8" On Tue, 23 Apr 2019 at 22:33, Leif Lindholm 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 > > Reviewed-by: Leif Lindholm > Thanks Pushed as 77b5eefd92ae..596043ffb61d