From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by mx.groups.io with SMTP id smtpd.web11.1273.1610119629043041023 for ; Fri, 08 Jan 2021 07:27:09 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@nuviainc-com.20150623.gappssmtp.com header.s=20150623 header.b=dIFu6LlX; spf=pass (domain: nuviainc.com, ip: 209.85.221.47, mailfrom: leif@nuviainc.com) Received: by mail-wr1-f47.google.com with SMTP id r3so9411818wrt.2 for ; Fri, 08 Jan 2021 07:27:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuviainc-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=FbR5gGsg/2z+cH6nKfD0AYZUJa9HCuj749vMpSMVTEc=; b=dIFu6LlXnZJf+fGCqDadVMBDPGyxep4VQZKyfQ1vWRj28CJJq8P7+SzEUY8HN6+pED Wo2bCNmsgS39a4GpTrHu0qBLJkwOkS4NdN+G+NtT98imULeiUP4TRx8oZPlbxUj9EUwl IpZuasxQnCmhWXbebAzegC9B6sx5FExAT7Vu1GNBCRgsmLZWdKuDx+nXgAOaMO7Jisei u+KdfkLPXoM/DNNhSYdG5iC6euIwB+8R7I6gvRWjEfVXzHLBkePCNldB8VFZXtKdGMsO epv/jvNwcckl5wbijU+XT0Pl1wYbLQf15Em1Q7rurXFexhJf9RnpAriTQTyDhdELbF2Z s28Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=FbR5gGsg/2z+cH6nKfD0AYZUJa9HCuj749vMpSMVTEc=; b=QjdzInpfvPz68sz+xdBTkH3s5TdVsMHZTvxo1b+rirbwxXeC6YpPUeR7ocOpteRWtV EeujaafP1XcA61G4ORYs1m8tyis8smXobCT8IaoEybcItkzlA3Fc3zgLWw9P0QqF8wed MgyzvEq2UR5y8Sqs4azntp6v5AAwPnejkKbnVvtsHXDep7a8vGYyyqaA8d3Jgv9XPnhc axO0RBZTRuL1s7+76kYUek8cZJpWIsqy7aG6ZE9wNf+f6e/8hWCxPBEwXPAU0qjbDHLP EVvtGHAnIODxBMSVAp5Km2olfVpR2JYgg4PbPt1EwsI2Sjfe1rzMnrNuy7M1kThpe14/ me9Q== X-Gm-Message-State: AOAM53173dWwfJi9ZCplk/ECrA5ViCCGTm2d8wEmUGVK3B92V2LhqlTF NfzPpE+GU/QzteFk6/vpzl88Hg== X-Google-Smtp-Source: ABdhPJxxS4kCh/+kLynzkwvFy91NnNWmxyGG0lx/+HJjSpBoyeOft+/bMJaqN+6uwXwgFwboL3xEnw== X-Received: by 2002:a5d:54cc:: with SMTP id x12mr4244984wrv.132.1610119627718; Fri, 08 Jan 2021 07:27:07 -0800 (PST) Return-Path: Received: from vanye (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id n14sm11792888wmi.1.2021.01.08.07.27.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jan 2021 07:27:06 -0800 (PST) Date: Fri, 8 Jan 2021 15:27:05 +0000 From: "Leif Lindholm" To: Ard Biesheuvel Cc: devel@edk2.groups.io Subject: Re: [PATCH edk2-platforms 2/2] Platform/SynQuacerEvalBoard: add missing library class resolutions Message-ID: <20210108152705.GS1664@vanye> References: <20210108143540.21871-1-ard.biesheuvel@arm.com> <20210108143540.21871-2-ard.biesheuvel@arm.com> MIME-Version: 1.0 In-Reply-To: <20210108143540.21871-2-ard.biesheuvel@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline For the series: Reviewed-by: Leif Lindholm Thanks! On Fri, Jan 08, 2021 at 15:35:40 +0100, Ard Biesheuvel wrote: > Catch up with changes in the EDK2 repository that have caused the build > to break on missing resolution for library classes that were not being > used before. > > Signed-off-by: Ard Biesheuvel > --- > Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc > index 968378d5ee5b..95643685e8aa 100644 > --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc > +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc > @@ -27,6 +27,7 @@ [Defines] > # > DEFINE NETWORK_SNP_ENABLE = FALSE > DEFINE NETWORK_TLS_ENABLE = FALSE > + DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE > > [BuildOptions] > RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 > @@ -82,6 +83,7 @@ [LibraryClasses.common] > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf > CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf > PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf > + RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf > > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf > HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf > @@ -198,6 +200,8 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] > HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf > CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf > ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf > + TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf > + > !if $(TARGET) != RELEASE > DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf > !endif > @@ -492,6 +496,8 @@ [Components.common] > NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf > TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf > VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf > + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf > } > > # > -- > 2.17.1 >