From patchwork Thu Mar 9 17:21:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 95127 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp458582qgd; Thu, 9 Mar 2017 09:21:20 -0800 (PST) X-Received: by 10.99.157.2 with SMTP id i2mr14873212pgd.139.1489080080619; Thu, 09 Mar 2017 09:21:20 -0800 (PST) Return-Path: Received: from ml01.01.org (ml01.01.org. [198.145.21.10]) by mx.google.com with ESMTPS id y13si336247pgc.196.2017.03.09.09.21.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Mar 2017 09:21:20 -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 392F380391; Thu, 9 Mar 2017 09:21:20 -0800 (PST) X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::229]) (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 387E580391 for ; Thu, 9 Mar 2017 09:21:18 -0800 (PST) Received: by mail-wm0-x229.google.com with SMTP id t189so61434813wmt.1 for ; Thu, 09 Mar 2017 09:21:18 -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:in-reply-to:references; bh=m+B5S733ME4JFNSNA+aufOS8/xLrS9kYQFk9POMHQ84=; b=HmUEjW253bKkV1IzoSAxE6HbNEclhIV9T5BW/s8+DbdBTMuOiypaqnRk31y+X54CkN tFaZnx1APbz1LPx3HIRF43pB/IlSrp9c3zuou3FYVAqZkXZNNZ5Q4DLXOurS9pCGUXzY BvqfcXRGJ35ZrzPkMq4mXHAPk40hDnkpDMApQ= 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:in-reply-to :references; bh=m+B5S733ME4JFNSNA+aufOS8/xLrS9kYQFk9POMHQ84=; b=iWIc3SgobSnTZdSCDf1VHBiKzG2NB6tc8JckiO8DSb9cVUF/nZkcgMBCQyGwQ0YT8M EAnCR5plJubOT9/eDozNcdBblSv3JwEqHWRTj6PbtwOCyVA/RZz+izb+LW9GHS/PRFW/ /oZHfmYnneDteFrx/YIorQgORzROdiGbjk4YwV7LhpToFdQ6dyJ0o1AV11n6v/LoIpAl YEQi5kM5nilpsNwEr9N8GxItQFqbj/NM8eVznTz5vYfIiaAmDQ7vH/fHMJHECQhk05Fs qZ784RdWkRgBXM1qYDSBFpQhXE0QO32HmoJaI0qJpRQuxjxA52BBGSUtgi+AgRnM7SzN Jjog== X-Gm-Message-State: AMke39n51mjS0MTO+GUMwfn2CYVklUzWzb8szH7Q9LUuaus/3rHYu+ezHrV2zc+uBZAeeFOX X-Received: by 10.28.113.9 with SMTP id m9mr30563432wmc.60.1489080076840; Thu, 09 Mar 2017 09:21:16 -0800 (PST) Received: from ards-macbook-pro.c.hoisthospitality.com ([109.74.48.129]) by smtp.gmail.com with ESMTPSA id p93sm8928768wrc.67.2017.03.09.09.21.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 09 Mar 2017 09:21:16 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org, lersek@redhat.com Date: Thu, 9 Mar 2017 18:21:10 +0100 Message-Id: <1489080073-13328-2-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1489080073-13328-1-git-send-email-ard.biesheuvel@linaro.org> References: <1489080073-13328-1-git-send-email-ard.biesheuvel@linaro.org> Subject: [edk2] [PATCH v2 1/4] ArmVirtPkg/FdtClientDxe: supplement missing EFIAPI calling conv specifiers 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" From: Laszlo Ersek Add missing EFIAPI calling convention specifiers to STATIC function that are exposed via the FdtClientProtocol interface. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- ArmVirtPkg/FdtClientDxe/FdtClientDxe.c | 3 +++ 1 file changed, 3 insertions(+) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel Reviewed-by: Leif Lindholm diff --git a/ArmVirtPkg/FdtClientDxe/FdtClientDxe.c b/ArmVirtPkg/FdtClientDxe/FdtClientDxe.c index 7cc0c44ca12a..547a29fce62c 100644 --- a/ArmVirtPkg/FdtClientDxe/FdtClientDxe.c +++ b/ArmVirtPkg/FdtClientDxe/FdtClientDxe.c @@ -29,6 +29,7 @@ STATIC VOID *mDeviceTreeBase; STATIC EFI_STATUS +EFIAPI GetNodeProperty ( IN FDT_CLIENT_PROTOCOL *This, IN INT32 Node, @@ -55,6 +56,7 @@ GetNodeProperty ( STATIC EFI_STATUS +EFIAPI SetNodeProperty ( IN FDT_CLIENT_PROTOCOL *This, IN INT32 Node, @@ -267,6 +269,7 @@ FindMemoryNodeReg ( STATIC EFI_STATUS +EFIAPI GetOrInsertChosenNode ( IN FDT_CLIENT_PROTOCOL *This, OUT INT32 *Node