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=Izm4A3JL; spf=pass (domain: linaro.org, ip: 209.85.166.68, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by groups.io with SMTP; Wed, 24 Apr 2019 06:46:59 -0700 Received: by mail-io1-f68.google.com with SMTP id r10so11927287ioc.8 for ; Wed, 24 Apr 2019 06:46:58 -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=d2pqroFAd0q8USRkHLAFF34GCUADKP3b8+vLzW2PHcQ=; b=Izm4A3JLCpg3LEihn4JZ5z5W9Vt7/mSLeUOZNCR+JaMjVaawMg5U8544PMji8huDG9 6TUCU+3Q5MgRCE3ZC6fDQWddeIajV4kphxZtm7X2kto/xOMHZ6xmst0YZnugV5aCz2GT jafOVTGs+LwaQQWXXLHuWvMqVmW3bghQJEP53j9gRQQMoqi+VZjgcfPhQ9x9V7MK4hHC nr5SRPgRW43/WSp4/yA87MeSulGReHgMXMzFi6ZKGXyYdzkDwZwigPiU1wK4wkzmkXb2 geTjOxF2tP/Aje92vrrTIvymP+cQ1QHS3WhF56J6mxodDhDvsbxPHd8FdZ6mqwVRKvSX Fpwg== 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=d2pqroFAd0q8USRkHLAFF34GCUADKP3b8+vLzW2PHcQ=; b=gYRxS+O+Cf3ZrlewxkggFKUp2yu5pTFZJhlcjl2SgOziU/Md4zVBdo0LPgjrKWehQi eNEzAZhOvnSU24/Y0uA+k+xz/u9T6EBZUwdTOoTFvA03S+gdVS+UYRjvTLacfq2GWUFB 0HBpJ/Uac2fifKkeqaA+jJCy+KLlB9TILt+qhpcXkusboEqhx/Lh889P8M5+dCpLTbVx SYSaqwkvFmcx/Sj0VIHO1qR0pkRLEZbvSPNJLNIQDR4L1dk4SPz8X+5Zos6T5dDE+cLu OpwS7nTVzCeCy3eoocX4XfmUtEw0InME0pjntzbDagPBiRmPePTTBqUay+QCc3c6YgHn u8Gg== X-Gm-Message-State: APjAAAVFCy8TskJUiGTJXYrHUq8FW+m3bvAiqqRIPcBiHjsjuZ2lLUkG QiZ0e0WaKzJolTsB8oYlsSaYtAKRAKHpU5DVDl8i7w== X-Google-Smtp-Source: APXvYqxCC+MM0+npuYJMHOr1HqW/l1kIvnNhFW9zunZdyZFUC2RTs7bgZI5Pc6LWYSLI4JfaNR5hKkkEfA+/ggQyXQM= X-Received: by 2002:a5e:8b0d:: with SMTP id g13mr8104271iok.170.1556113618156; Wed, 24 Apr 2019 06:46:58 -0700 (PDT) MIME-Version: 1.0 References: <20190424132357.8565-1-ard.biesheuvel@linaro.org> <20190424133341.ibix4z5hbt7acxiv@bivouac.eciton.net> In-Reply-To: <20190424133341.ibix4z5hbt7acxiv@bivouac.eciton.net> From: "Ard Biesheuvel" Date: Wed, 24 Apr 2019 15:46:47 +0200 Message-ID: Subject: Re: [PATCH edk2-platforms v2 0/3] add X64 PE/COFF emulator to PCI systems To: Leif Lindholm Cc: edk2-devel-groups-io , Marcin Wojtas Content-Type: text/plain; charset="UTF-8" On Wed, 24 Apr 2019 at 15:33, Leif Lindholm wrote: > > On Wed, Apr 24, 2019 at 03:23:54PM +0200, Ard Biesheuvel wrote: > > Add a conditional build time include of the prebuild X64 PE/COFF emulator > > binary to some platforms that will be able to make use of it (i.e., have > > usable PCI slots) > > > > Changes since v1: > > - add Armada entry to the shared .fdf, and drop the default FALSE value (at > > the request of Marcin) > > For the series: > Reviewed-by: Leif Lindholm > Thanks Pushed as 3826301c6426..bcdcb65cc077 > > Ard Biesheuvel (3): > > Platform/DeveloperBox: conditionally include the X64 PE/COFF emulator > > Platform/Overdrive: conditionally include the X64 PE/COFF emulator > > Platform/MacchiatoBin: conditionally include the X64 PE/COFF emulator > > > > Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 5 +++-- > > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 1 + > > Platform/AMD/OverdriveBoard/OverdriveBoard.fdf | 3 +++ > > Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 3 +++ > > Silicon/Marvell/Armada7k8k/Armada7k8k.fdf | 4 ++++ > > 5 files changed, 14 insertions(+), 2 deletions(-) > > > > -- > > 2.20.1 > >