From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web08.1930.1616699064677593803 for ; Thu, 25 Mar 2021 12:04:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=WQAPBObo; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616699063; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c/Qyl1TxfS6DBNchEuXzfD+xNpU9JUlLWjvh/jDzbzg=; b=WQAPBOboBNdGMlT0Bfv+V0dZ9oGIyss/RjTZNynoSyk6B/Jac3HdYySkUs1bbk2BSSf1Ex GpnqUmT2+Vsycmv7Qbix7Viv7qXStRdL0G/vPisOAPYMVMoDRzJgbZtRhvvSyuJeUdZ+EE 0KbEsHywrD4JhiI5yDQY04jC+GlwS2I= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-141-YILJ_dxoPQm-N5QVhL4J1A-1; Thu, 25 Mar 2021 15:04:20 -0400 X-MC-Unique: YILJ_dxoPQm-N5QVhL4J1A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B6725801962; Thu, 25 Mar 2021 19:04:17 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-200.ams2.redhat.com [10.36.114.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id D6B142B88A; Thu, 25 Mar 2021 19:04:16 +0000 (UTC) Subject: Re: [edk2-devel] !!! DEPRECATED INTERFACE !!! VariableLockRequestToLock To: Bret Barkelew References: Cc: devel@edk2.groups.io, mw@semihalf.com From: "Laszlo Ersek" Message-ID: <6f7006b5-edf3-6caf-cb4b-68f95ece0fd0@redhat.com> Date: Thu, 25 Mar 2021 20:04:15 +0100 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Hi Bret, can you help Marcin please? Thanks Laszlo On 03/25/21 10:19, Marcin Wojtas wrote: > Hi, > > When booting the latest edk2 on Marvell SoCs I get a number of prints as > below: > > !!! DEPRECATED INTERFACE !!! VariableLockRequestToLock() will go away soon! > !!! DEPRECATED INTERFACE !!! Please move to use Variable Policy! > !!! DEPRECATED INTERFACE !!! Variable: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C > PlatformLangCodes > !!! DEPRECATED INTERFACE !!! VariableLockRequestToLock() will go away soon! > !!! DEPRECATED INTERFACE !!! Please move to use Variable Policy! > !!! DEPRECATED INTERFACE !!! Variable: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C > LangCodes > ... > > I cleared variable storage, looked into code, compared VariablePolicy > library resolution to other platforms (it looks the same and was updated > along with all others in > https://github.com/tianocore/edk2-platforms/commit/8034e3b2ae9470adb), but > still don't see, how to get rid of those. > > Is it expected behavior? Any suggestions how to properly remove those > messages? > > Best regards, > Marcin > > > > > >