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:c0c::242; helo=mail-wr0-x242.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x242.google.com (mail-wr0-x242.google.com [IPv6:2a00:1450:400c:c0c::242]) (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 25F5C2098874E for ; Sun, 10 Jun 2018 11:09:28 -0700 (PDT) Received: by mail-wr0-x242.google.com with SMTP id h10-v6so18037298wrq.8 for ; Sun, 10 Jun 2018 11:09:28 -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=AlS8zoU73zkqki2kdVL/uFPT6SPiZkWHjGxNFP8GFtk=; b=LKCw3Sm0m1VHJBhHgyNG5tfM2DhM3Q9CMhzAQL0PbexsStgaytJVtPKRm27CNRXX/6 hJjOPO6MGNgpjzgrjRMVSXW+7UJgYh2I88bfOnIIZaQCjZ3oXqjG/6Bwa2anubw3AAAj J0oUC9u6PobjTgSfoe4NLpastshBHpRlTqNYM= 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=AlS8zoU73zkqki2kdVL/uFPT6SPiZkWHjGxNFP8GFtk=; b=KIKrtbPTegQYBxwlIpDwFJex7qnvXhm8J/MMWzwGaO0j9GDX4hkseA8aq/eQqmE9Wv JjLXFPKyMc0p24yB1/yY4VY9q6HRhpsbehV+SX8nWJpPiqNIvj2bxzLyjRq9yPGHU+9C 2xmUVZTr7O22BxE/+DEh1lP4GHSN32JGrlDEpxOfinV1QgVbR2LdyVJO044orRjCtXcl nw4PJloBc10Y0MfFbGbovXP5REd+Tk3Qt0ruB+IVmDQ/OxFC6aZNr7xSRM7nNxthwc7q 4LxDUxYHaRkVtmSL0Va5XFIpsTu96nOzReYoK5xmQL0II9BK5cVCzyJJYI/f0Cu4IMFJ 0A+A== X-Gm-Message-State: APt69E1HYKe1IXGeEk52HzNBGeskbYJhb0E6ex7We67pcO6MsvWqdOH4 0aHl3kmTQj+gbzI1r05w2WbR+CqidDY= X-Google-Smtp-Source: ADUXVKIZO3Qb2ymuDLzsAKzv9pR14NmuuUEpIwLXqNl5mDDNNsZqfIBteR+YZAFzgChbYc+D3QTAPg== X-Received: by 2002:adf:dfc2:: with SMTP id q2-v6mr10441200wrn.113.1528654166929; Sun, 10 Jun 2018 11:09:26 -0700 (PDT) Received: from dogfood.home ([2a01:cb1d:112:6f00:4820:8f8:ae49:cf30]) by smtp.gmail.com with ESMTPSA id h7-v6sm4890838wmb.48.2018.06.10.11.09.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Jun 2018 11:09:26 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, lersek@redhat.com, liming.gao@intel.com, michael.d.kinney@intel.com, Ard Biesheuvel Date: Sun, 10 Jun 2018 20:09:21 +0200 Message-Id: <20180610180921.11269-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180610180921.11269-1-ard.biesheuvel@linaro.org> References: <20180610180921.11269-1-ard.biesheuvel@linaro.org> Subject: [PATCH v2 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: Sun, 10 Jun 2018 18:09:29 -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 --- 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