From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::243; helo=mail-wm0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) (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 8C7D321191739 for ; Mon, 11 Jun 2018 00:26:08 -0700 (PDT) Received: by mail-wm0-x243.google.com with SMTP id e16-v6so12770658wmd.0 for ; Mon, 11 Jun 2018 00:26:08 -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:in-reply-to:references; bh=pI5Bipy5Mp6EmOBkVbZlHjT8kuY/PFD/9Ve3rMUPL8Y=; b=F+lw112+iAUbt6fFZT/mjvbDmV2zsQiL83AX/MHkKrxUCSDmJ49p7prgfFXK48OWj2 x3r4ygDmbLe8dAlIzPYxfM7jLjahyf9IztvOLA6ZrbKnGIfj092shH2MBf0zl2Qxvkhy uQ9DdsyU0AdojU/2iz2OVrihrLk8fIYtSLoUQ= 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=pI5Bipy5Mp6EmOBkVbZlHjT8kuY/PFD/9Ve3rMUPL8Y=; b=YZxL685uuqA5l5w/f4Dv7CUF1uvww8Q+Lf1jbE7d44kkrPs74kbZt7Jd3N536IvvcO 1WTuzUY/Z9vj49rbTL8A10OAqiDffrqQrW/dTePn7UAwNdkmy4sEFfqSa2xe4PUr5pNR LxNhJuUgBGUarap4W8vcYXcE6oYNl0mlqCYoPB5vcDnBzZ7Up1XapPMSeu0rF4AoJ6wX AmHTb/h0/S5ZPRZJib794bsIfaOnkSlR/Bh/7REQkmeo8TxSiJTYglfFdilJtOlPO8Ti xUW64s+pArXi+J9Z+fzw98uFFqDcW04IZh5AVq3agQMa6wgXTCjaTYNYDOWEqk9yl7P/ Bltw== X-Gm-Message-State: APt69E1vPu4ceHYsdq+g816ZsD5+tIxkHN6hKSPKCtN0QFeOd19ET55f vkmHFgZ9xabyq/Gfq4kmPztrIR/0ZME= X-Google-Smtp-Source: ADUXVKI/Sjlqxf3kKxwlStNsGKiLOwO8CGIvBCOZVVKRLdEglljuBxO4haBrCUxQ+yTP/O+BHFImlA== X-Received: by 2002:a1c:3e04:: with SMTP id l4-v6mr3230479wma.85.1528701966805; Mon, 11 Jun 2018 00:26:06 -0700 (PDT) Received: from dogfood.home ([2a01:cb1d:112:6f00:49dd:727b:5dc6:612d]) by smtp.gmail.com with ESMTPSA id t11-v6sm32774207wrp.94.2018.06.11.00.26.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Jun 2018 00:26:05 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, liming.gao@intel.com, lersek@redhat.com, michael.d.kinney@intel.com, Ard Biesheuvel Date: Mon, 11 Jun 2018 09:25:53 +0200 Message-Id: <20180611072553.30050-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180611072553.30050-1-ard.biesheuvel@linaro.org> References: <20180611072553.30050-1-ard.biesheuvel@linaro.org> Subject: [PATCH v3 2/2] ArmVirtPkg: switch to KVM safe IoLib implementation X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 07:26:09 -0000 Switch to the new IoLib implementation that will only use KVM safe instructions to perform MMIO memory accesses. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- v2: split off from 1/1 ArmVirtPkg/ArmVirt.dsc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index 766e4f598a07..7464ac70ed1b 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -41,7 +41,7 @@ [LibraryClasses.common] PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf - IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf + IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicArmVirt.inf UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf -- 2.17.1