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=Uffa0jM4; spf=pass (domain: linaro.org, ip: 209.85.221.68, mailfrom: leif.lindholm@linaro.org) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by groups.io with SMTP; Wed, 24 Apr 2019 06:33:45 -0700 Received: by mail-wr1-f68.google.com with SMTP id c6so19494871wrm.1 for ; Wed, 24 Apr 2019 06:33:44 -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=GwU6X/YaO3xkcCvuYMC+0kH0hzZGtYSqYjzwX1UU8oY=; b=Uffa0jM4cjoRlWrmCeTi3kQYyqN4W6cxPMXqMelpP7ZW89CygHO8DXzca22j0QOGUN ihkBicEzMsAr0k73FvFOkWqwrNTBf2hzeySi/vK/dkZi1nZ0/b+7ia8Ib4O43CXXLBQC 1gbgNE2GwJY/A3x6Q2seTgzI7c7ow7Z2i55VVvXcSCQ8tz9OOMkiN4LrUqLDXAMBF/hj LBJF184lBhj5zvIHgq2vNXCxo1ILSTvD0DdvYo7j4qLMBK2HC534xmbN6c1D3fthgZjB CThnB9nHFVPft/aJsxaApBnt+uyaD9OK0q7EPO4XccfLTbxzHJ7+kOWeIwv69PpeloxR ioDQ== 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=GwU6X/YaO3xkcCvuYMC+0kH0hzZGtYSqYjzwX1UU8oY=; b=e3yXTCVeTbSucHis8M+tFNt/dAOUbK2tgfxSlNmcgXOvnT5lrGG3XkqBdqfIp2dqJk sE77midHxGoh7WpEWnUDPQqtrn38S0Khje5geXez59x8o2z79YUsziLV0W53ZIPvmhYv A1MHupR/KuzMlNUyQ58eEMMmVuAxaXfdgC3ZJZCJkzc7WvrcKq5A2SOGmFUoLmT6Y9O2 j6EWg7AfStpe0efEpModc/tbBqYTWNTGE5jCU2ykqgLHpPDIrJgMFMkVu4kCnMTxgIIg Y7viGmqS59qU1tYu/ZnUNIALIjsUp/EDvnu6ftZPFmYo/R6VGPyj1nrOu0j9WXIvTMiH Y+fw== X-Gm-Message-State: APjAAAXxofvQBvXFh9YB05vhKv65bdJLFR32QrpEVkY8FX9hRg9acrhD BDaEHZ/keoDWQnfv9jx7I1mfOw== X-Google-Smtp-Source: APXvYqzfKvbKms9vExuwzedd/WdpG3hFxDWDAEdgRRo20ipQIm0mLngvNpo6rKXuNy2+yPVd2CTpIg== X-Received: by 2002:adf:ed4a:: with SMTP id u10mr6584737wro.322.1556112823438; Wed, 24 Apr 2019 06:33:43 -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 g132sm16931557wme.3.2019.04.24.06.33.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 24 Apr 2019 06:33:42 -0700 (PDT) Date: Wed, 24 Apr 2019 14:33:41 +0100 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io, mw@semihalf.com Subject: Re: [PATCH edk2-platforms v2 0/3] add X64 PE/COFF emulator to PCI systems Message-ID: <20190424133341.ibix4z5hbt7acxiv@bivouac.eciton.net> References: <20190424132357.8565-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20190424132357.8565-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 > 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 >