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=XAVroihc; spf=pass (domain: linaro.org, ip: 209.85.221.45, mailfrom: ard.biesheuvel@linaro.org) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by groups.io with SMTP; Wed, 24 Apr 2019 06:24:27 -0700 Received: by mail-wr1-f45.google.com with SMTP id a9so7565547wrp.6 for ; Wed, 24 Apr 2019 06:24:27 -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:mime-version :content-transfer-encoding; bh=PQviAG99+caqeTAnl2LpXqPbmanSUGorPbNX6oZe2wg=; b=XAVroihcx5ywtfn12k4HZfm7TEgknxHPnFK7M+/0tbpnw9x+MjJ5Q6g0j9uasBov/6 fIWIVdOx7lJXvxYAtNjjQeX5TslEbl5lbZeOFS1dfjj+wGFqv+XCZaug3wWLPDk8Q8IY omJlRsaKhkN/Ld+9HknD8UZJNaYp3HK6xq9pn8pXTk6Xng7HO1R9rqpoINs+GyxCDuDp 8LR0yDsec7A42lz82CwwVCKIGp1WBsaJPhCxUy1GMCIqH+WLKegnrAZ9425lPYO7b5My i3LPgv0KylRm/ujyub+a5Etohe2WBPXG39OKkBteDvtCcWXz4KEI6VqYx+H85w2EVFS4 gk/g== 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:mime-version :content-transfer-encoding; bh=PQviAG99+caqeTAnl2LpXqPbmanSUGorPbNX6oZe2wg=; b=hXhTKFyQG/21aaXrpY9/se0iqLD/STXRtSkL+1YFQIL1nwlnXorv/V1uwL44FaJ0gA XRYU6fWylFu/z4CNjgmFXzIE+92KuVn3pnErE+oflBTom4AoA8HIdAWqUGlGjQFOllWH QTIwWni2uPnPXHwwBzBadie/HPp+ZiB4POqWLpNsCBJW3UUEh2W6JE3ga8ZZBvAVhPtK oPcBZlQWFGOk7Zkklj8jUMWt5Zy7hBySyJx5TUDt8MP6RXEPpxvGH6dezQQbNeYG4PJt HQTFU/4ZbndVehcWHsfFhNRkHwAlDUybJePlAuaqGDBNJfyJqp//aFKiCx19eirue8bK R04Q== X-Gm-Message-State: APjAAAVjC5r4Ax9oKjfmpqlpPxRDQTkZBfOO5WdIfUP3QXGLa+139+vD ZYnBtpNnQchLTgxsy02Qs7vNS0h/POfOtQ== X-Google-Smtp-Source: APXvYqzTyO+l5FqZ1GeI+qAGzfHv9dIQ4ceoj98yU6uiu/JWf4QZH4RfNgU9F8IknI5WkjJ6b51I0g== X-Received: by 2002:adf:f58f:: with SMTP id f15mr3164468wro.183.1556112265351; Wed, 24 Apr 2019 06:24:25 -0700 (PDT) Return-Path: Received: from localhost.localdomain (91-167-84-221.subs.proxad.net. [91.167.84.221]) by smtp.gmail.com with ESMTPSA id x18sm21281291wrw.14.2019.04.24.06.24.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Apr 2019 06:24:24 -0700 (PDT) From: "Ard Biesheuvel" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, mw@semihalf.com, Ard Biesheuvel Subject: [PATCH edk2-platforms v2 0/3] add X64 PE/COFF emulator to PCI systems Date: Wed, 24 Apr 2019 15:23:54 +0200 Message-Id: <20190424132357.8565-1-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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) 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