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=pgnlOdpz; spf=pass (domain: linaro.org, ip: 209.85.166.194, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-it1-f194.google.com (mail-it1-f194.google.com [209.85.166.194]) by groups.io with SMTP; Mon, 15 Apr 2019 12:18:05 -0700 Received: by mail-it1-f194.google.com with SMTP id y204so28972852itf.3 for ; Mon, 15 Apr 2019 12:18:05 -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=Z84ChGYOXeBrLLqZhIZC5zank76+JhrTsgaGljQgwak=; b=pgnlOdpz4EdgW+6gFWiS8ddBVysHsPTiNkmCgeCu68GP+9l8EyuXvKMX8ZUJJKpE6a ZJd/Y6gUlkePhHvy7SNW/Lf4mYnDK6aUVxW9WjmMcTD8aLUElsw3ieU+Dw1G6sQawNA/ DoiwYOaaA3vu/DQT5p2ny/GSOiDmbMXh5KTzcqvP0E68Lrg6g1kqPTN1XRRCjaXyVHx6 5eat1K/xWv5JcWAEFBC8HHMCpTO3y409xM9QZ4puIAqzi1kY4NN8F5yo97jiPRpqcr/s WniuigQoGAWvzyAwez8AtoJyt44OhJzzCs+h/yy+XS0XKSDknVakmbwwVop97HsmwBtl LPgA== 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=Z84ChGYOXeBrLLqZhIZC5zank76+JhrTsgaGljQgwak=; b=HEpH74s50JItm4R0I3m/J4yMpKZfSWA8AbJS16LM7/AA34MSGCC1hxWLehy0/x1PwU B4/O7rBLNFtNEf+AwvnRe8uQKJyCgdrhrAMNRnlt7TEQ/p4qn4iu+cfMf0veT2hyTnRI BwEAAghnLY5a2gaNWbjdgKWU59tNQD95WlRP/rSDtTk8tnOq8FR1prswTNnyypCFDB2B vcFeML5uASwyTpq34+7cW/Uw5zctR4rD9w6ix6hy9RbzqD11YknF2MMq5O3zq6Z5Bo0Z Fn/rSHCl7we7//poR3lL5MzFwXg6HCG47l/BpmTxljUdA/jWJHTeagOgzOiUew2fhP3Q BCRA== X-Gm-Message-State: APjAAAXlyS5E/bSfi/BT6moMhAKxQpyHCAZ3gis3vikaYenDbH76PCYJ +tLGE8crHdqdy/iBUH7j2NsAFvggnvBBf2nIi2IaEA== X-Google-Smtp-Source: APXvYqwBgl2YGvuwlgOogHaxcEbCm93YOyHTiI01MHd3uIeG8TjqTXiWVnVGU2nPGQr901tV9MRJvBdBw7OU0KlXZwY= X-Received: by 2002:a02:9042:: with SMTP id y2mr52832102jaf.113.1555355884992; Mon, 15 Apr 2019 12:18:04 -0700 (PDT) MIME-Version: 1.0 References: <20190415182259.16668-1-ard.biesheuvel@linaro.org> <20190415190613.e3lafgnciarqr6jy@bivouac.eciton.net> In-Reply-To: <20190415190613.e3lafgnciarqr6jy@bivouac.eciton.net> From: "Ard Biesheuvel" Date: Mon, 15 Apr 2019 12:17:53 -0700 Message-ID: Subject: Re: [PATCH v2 edk2-non-osi] Emulator: add binary AARCH64 build of X64 PE/COFF emulator To: Leif Lindholm Cc: edk2-devel-groups-io , Andrew Fish , Michael D Kinney Content-Type: text/plain; charset="UTF-8" On Mon, 15 Apr 2019 at 12:06, Leif Lindholm wrote: > > On Mon, Apr 15, 2019 at 11:22:59AM -0700, Ard Biesheuvel wrote: > > Add a binary RELEASE build targeting AARCH64 systems, created with > > Ubuntu's gcc 7.3.0 using the GCC5 profile. This permits such systems > > to dispatch and execute option ROMs and other drivers built for the > > X64 architecture. > > > > Repo: http://github.com/ardbiesheuvel/X86EmulatorPkg.git > > Commit: 5f4deb30eb935f9004b93d97712cc3ac3ae1ca97 > > > > Repo: http://github.com/tiancore/edk2.git > > Commit: 2e21e8c4b89656897797019a9c56bc5ccbf12df1 > > > > Note that the X86EmulatorPkg project's license is _L_GPL not GPL, > > and so it could arguably be incorporated into edk2-non-osi in source > > form. However, the emulator is a rather sizable chunk of code, and > > providing a known working binary is preferred over having each > > platform build it from scratch, so providing just the binary should > > be sufficient for the time being. > > > > Cc: Andrew Fish > > Cc: Leif Lindholm > > Cc: Michael D Kinney > > Signed-off-by: Ard Biesheuvel > > Reviewed-by: Leif Lindholm > Pushed as d04196e99696..77b5eefd92ae Thanks,