From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web09.732.1573625508572426042 for ; Tue, 12 Nov 2019 22:11:48 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: jian.j.wang@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Nov 2019 22:11:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,299,1569308400"; d="scan'208";a="214247795" Received: from shwdeopenpsi777.ccr.corp.intel.com ([10.239.158.59]) by fmsmga001.fm.intel.com with ESMTP; 12 Nov 2019 22:11:45 -0800 From: "Wang, Jian J" To: devel@edk2.groups.io Cc: Michael D Kinney , Kelly Steele , Dandan Bi , Liming Gao , Zailiang Sun , Yi Qian , Marcin Wojtas , Ard Biesheuvel , Leif Lindholm Subject: [PATCH edk2-platforms 0/5] Add RngLibNull for comming OpensslLib changes Date: Wed, 13 Nov 2019 14:11:40 +0800 Message-Id: <20191113061145.6640-1-jian.j.wang@intel.com> X-Mailer: git-send-email 2.17.1.windows.2 Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1871 It's a prerequisite of removing dependency of TimerLib from OpensslLib. RngLib will be used instead. To avoid build failure, add the null instance of it in advance. Cc: Michael D Kinney Cc: Kelly Steele Cc: Dandan Bi Cc: Liming Gao Cc: Zailiang Sun Cc: Yi Qian Cc: Marcin Wojtas Cc: Ard Biesheuvel Cc: Leif Lindholm Jian J Wang (5): QuarkPlatformPkg: add null version of RngLib UserInterfaceFeaturePkg: add null version RngLib Vlv2TbltDevicePkg: add null version RngLib Armada7k8k: add null version RngLib MiscPlatforms: add null version RngLib Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 + Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 + Platform/Intel/QuarkPlatformPkg/Quark.dsc | 1 + Platform/Intel/QuarkPlatformPkg/QuarkMin.dsc | 1 + .../Intel/UserInterfaceFeaturePkg/UserInterfaceFeaturePkg.dsc | 1 + Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | 1 + Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc | 1 + Platform/LeMaker/CelloBoard/CelloBoard.dsc | 1 + Platform/RaspberryPi/RPi3/RPi3.dsc | 1 + Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc | 1 + Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 + Silicon/Hisilicon/Hisilicon.dsc.inc | 1 + Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 + 13 files changed, 13 insertions(+) -- 2.17.1.windows.2