From patchwork Thu Mar 9 16:03:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 95120 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp424382qgd; Thu, 9 Mar 2017 08:04:12 -0800 (PST) X-Received: by 10.84.216.81 with SMTP id f17mr18267016plj.170.1489075452161; Thu, 09 Mar 2017 08:04:12 -0800 (PST) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id u5si165321pgg.32.2017.03.09.08.04.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Mar 2017 08:04:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) client-ip=198.145.21.10; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of edk2-devel-bounces@lists.01.org designates 198.145.21.10 as permitted sender) smtp.mailfrom=edk2-devel-bounces@lists.01.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 095428038B; Thu, 9 Mar 2017 08:04:11 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 83D8B80379 for ; Thu, 9 Mar 2017 08:04:09 -0800 (PST) Received: by mail-wm0-x22a.google.com with SMTP id t189so59651972wmt.1 for ; Thu, 09 Mar 2017 08:04:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=DPpgCkrutkH0mRfFVsPtQaHYZdmn4vZAzgPbAOmeY4E=; b=PqvN/WBKXvZChXsSbaD5kf9x6PCE0pdFPTzUTjMUgCHZ873MyP+tnv9WdXlKTUYaXG oMo39CXc0LgkfFZRoVV4aMzQL+Hrls0UDD+ioINnCXjKNQN44nTEweFEdkR8w+rQG1jP vgLrcDGci5hxrKIT86t9tCIP/6Xv4zKECodAs= 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; bh=DPpgCkrutkH0mRfFVsPtQaHYZdmn4vZAzgPbAOmeY4E=; b=KBnbUpMTb07z1dXO3aShCeFz70zNEdj7WZxTRZbxoeC4njgqawRWcMeP8OSYhM3Bb9 lx6/DL9F2T4X4XS5tlM7Ui5miCLPUfFBrkDZvn0SlcEisWHXk9PAclEwzgR4hjALt6uh evJBK63sDpVovS/epToSbdOEpKq/Z8w5YFskVJinmq3xZ3v72xeVmnXGXEUB55MUn7t+ a5pmNLTS1lFCPM6e8BocOemB8a9iDab+NQSG4p6QJFk+EpiOdud20JpMaH3nCEEw1c3n 8mfn1XDwtLOCdzz7KGfE/c0Ao2218nUGvA2coADD/+2kd6XwlN4orYoj39FGFAv2lyWv 6tdQ== X-Gm-Message-State: AMke39nAwv7AEeb4qcMujMfiPFnFdYUxFweawcFEI+FspKxnu1TuLwl3V9IUDvg/M2lVB+Bb X-Received: by 10.28.51.205 with SMTP id z196mr28690297wmz.22.1489075447778; Thu, 09 Mar 2017 08:04:07 -0800 (PST) Received: from ards-macbook-pro.c.hoisthospitality.com ([109.74.48.129]) by smtp.gmail.com with ESMTPSA id t194sm27830872wmd.13.2017.03.09.08.04.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Mar 2017 08:04:06 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, lersek@redhat.com Date: Thu, 9 Mar 2017 17:03:58 +0100 Message-Id: <1489075441-23745-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 Subject: [edk2] [PATCH 0/3] ArmVirtQemu: make DT vs ACPI support mutually exclusive X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: drjones@redhat.com, leif.lindholm@linaro.org, Ard Biesheuvel MIME-Version: 1.0 Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" Instead of supplying both ACPI and DT hw descriptions, and allow the latter to be inihibited by setting a compile time define, make DT table installation dependent on the absence of a ACPI 2.0 table when the ReadyToBoot even fires. Ard Biesheuvel (3): ArmVirtPkg/ArmVirtPL031FdtClientLib: unconditionally disable DT node ArmVirtPkg/FdtClientDxe: install DT configuration table at ReadyToBoot ArmVirtPkg/FdtClientDxe: make DT table installation !ACPI dependent ArmVirtPkg/ArmVirtPkg.dec | 10 ----- ArmVirtPkg/ArmVirtQemu.dsc | 5 --- ArmVirtPkg/FdtClientDxe/FdtClientDxe.c | 46 ++++++++++++++++---- ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf | 6 +-- ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.c | 22 +++++----- ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf | 3 -- 6 files changed, 51 insertions(+), 41 deletions(-) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel