From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com []) by mx.groups.io with SMTP id smtpd.web10.45.1615906596669280714 for ; Tue, 16 Mar 2021 07:56:39 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: dandan.bi@intel.com) IronPort-SDR: FfPwYqri6rXuMnz2iyVAinkvIrsiMPeDgr4fw9/g7RDZ1qta9aFZA61QZBx6E1/rMrkZvdlp81 rWepZpckfGwQ== X-IronPort-AV: E=McAfee;i="6000,8403,9924"; a="274315372" X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="274315372" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2021 07:56:38 -0700 IronPort-SDR: fYDKgdpsjP+926RfPqR08gOgVVOOKxsV9Vh2MqkVpgZ+zqSWaj3viQ8swqptvSXOMpD0q1+74C /XiY+hZj+M+g== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,251,1610438400"; d="scan'208";a="373812566" Received: from shwdeopenpsi114.ccr.corp.intel.com ([10.239.154.141]) by orsmga006.jf.intel.com with ESMTP; 16 Mar 2021 07:56:37 -0700 From: "Dandan Bi" To: devel@edk2.groups.io Cc: Abner Chang , Daniel Schaefer , Gilbert Chen Subject: [edk2-platforms] [patch 33/35] Silicon/RISC_V: Consume RegisterFilterLibNull instance Date: Tue, 16 Mar 2021 22:54:26 +0800 Message-Id: <20210316145428.35616-34-dandan.bi@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 In-Reply-To: <20210316145428.35616-1-dandan.bi@intel.com> References: <20210316145428.35616-1-dandan.bi@intel.com> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3246 Add RegisterFilterLibNull in dsc which will be consumed by IoLib and BaseLib. Cc: Abner Chang Cc: Daniel Schaefer Cc: Gilbert Chen Signed-off-by: Dandan Bi --- Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dsc b/Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dsc index 5f88f5e89f..da4083c81e 100644 --- a/Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dsc +++ b/Silicon/RISC-V/ProcessorPkg/RiscVProcessorPkg.dsc @@ -62,10 +62,11 @@ [LibraryClasses.common] UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf UefiLib|MdePkg/Library/UefiLib/UefiLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf RiscVPlatformTimerLib|Silicon/RISC-V/ProcessorPkg/Library/RiscVPlatformTimerLibNull/RiscVPlatformTimerLib.inf PeiServicesTablePointerLib|Silicon/RISC-V/ProcessorPkg/Library/PeiServicesTablePointerLibOpenSbi/PeiServicesTablePointerLibOpenSbi.inf + RegisterFilterLib|MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.inf [LibraryClasses.common.PEI_CORE] PeiServicesTablePointerLib|Silicon/RISC-V/ProcessorPkg/Library/PeiServicesTablePointerLibOpenSbi/PeiServicesTablePointerLibOpenSbi.inf [LibraryClasses.common.PEIM] -- 2.18.0.windows.1