From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web08.6279.1606308968329975936 for ; Wed, 25 Nov 2020 04:56:08 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=pnYg7NGz; spf=pass (domain: nuviainc.com, ip: 209.85.221.46, mailfrom: leif@nuviainc.com) Received: by mail-wr1-f46.google.com with SMTP id s8so1806603wrw.10 for ; Wed, 25 Nov 2020 04:56:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=RMefutKprZDZ7UGsoszUBkDPyLkY3HkKYSZS/haUxOo=; b=pnYg7NGzoB3rC9h3bvKI4bFp/NM1biT0tSb/d6MO3GR/FtcXRlKqTNbGqx/OuIYDaB 5IgEg+cHmqQG3Jr9ntMbhcAhiLqmtZ/+iQXYNplmcaT3irYgf86xxJlnDheG5AVT+4yA AJQGXxyNXtcyEbWGJOICs2MgDDcbh0iYl1Ukky+17JWReAq2GA3v6RN01IYQBX/hVDyj wb0wQuHuwnvuX/MbfzFixJ1HRjovdQ4W50vejOZA+jWMhFmh9Q/U85ZremUSRQDSy8Bo lsha5MTRTykmS6ZhgBJXGbm0W+AR/OFQ93vRgiWwfnIzFy0vlBazb7R/MGH27cFLAbp9 Qy4w== 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:mime-version:content-transfer-encoding; bh=RMefutKprZDZ7UGsoszUBkDPyLkY3HkKYSZS/haUxOo=; b=J3WJijkU0ndND0MEIAvgwwLXYPu0TT9AzuNd1atbHegWyollrVrltQGFAJEBWh/edb tTHsM1qm+PqYWjVGUvUETrYSRxq1s/PVRSD2L0G1xNK9kTqXwNpaKLmmL1pRWu0dCINK D/3fak6hbGK9iqVQTPz4Q5Yg7HiuCAwJ2/ZeoYLHmfBjUPDOwlE2zn8BiCm20RRjrS1g eFfePcqu4uwa8uFp+N32w+xM+M0uSxmKZrYOL8ctNbePIqPjJ7CaXALrdIIPb5mlg6mp NgBo45QCtR1rg9CZtnxLnWbkcx5JHpSw/+yoejdmZJtenHsqzGJ1Ozo9KnWxWArmhakj 3NUA== X-Gm-Message-State: AOAM530hS0FgO7esiWmPsxQeBft4Xm8eoIwuvF5tS/0trdqpSElZHigK l4PiEGWxpxd8tUtktJkykuGmzBkNKE+waG8aYOR14oWLs5yh/Ei5wTXb5ZN1pD8I/hqz6eym6Bh tT2fCt3pbsva5AQz1Je9oRGrML6BJXaeCpuqlph9/AQ2IgUircXrQYbkcBQx4bquCc8gH X-Google-Smtp-Source: ABdhPJxSMgJtLUlrf1sN+Tj2WrAcbcF3xmVrRIyZF4R8bfvGoDbOMm0aR7Q0yooqBDvdxcq60UjweQ== X-Received: by 2002:adf:aa4a:: with SMTP id q10mr4009159wrd.276.1606308966660; Wed, 25 Nov 2020 04:56:06 -0800 (PST) Return-Path: Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:06 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [PATCH edk2-platforms 07/15] Platform/SoftIron: add VariablePolicy resolutions for Overdrive1000 Date: Wed, 25 Nov 2020 12:55:51 +0000 Message-Id: <20201125125559.11631-8-leif@nuviainc.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add resolutions for - SafeIntLib - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm --- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc index 5cf865d9cd03..e515aaade126 100644 --- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc +++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc @@ -45,6 +45,7 @@ [LibraryClasses.common] DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf BaseLib|MdePkg/Library/BaseLib/BaseLib.inf + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf @@ -116,6 +117,7 @@ [LibraryClasses.common] ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf RealTimeClockLib|Silicon/AMD/Styx/Library/RealTimeClockLib/RealTimeClockLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf @@ -205,6 +207,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) != RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf !endif + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf [LibraryClasses.common.UEFI_APPLICATION] PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf @@ -506,6 +509,7 @@ [Components.common] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf } Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf -- 2.20.1