From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mx.groups.io with SMTP id smtpd.web11.30742.1610957771515093796 for ; Mon, 18 Jan 2021 00:16:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=ebTJaXsw; spf=pass (domain: redhat.com, ip: 63.128.21.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1610957770; h=from:from:reply-to: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=jjrn0DLtbvrUbMLAmPoQTqfNLugNmzEi2sqIQdTmgtI=; b=ebTJaXsw2YblpZJ84h82WxQ92aBX/6gQyIWxzyui3dwkK/maw/cscF2mVeGc5r/FIbHa6b wsurTiILQv9fU4NNqMINAXCSef1xOrh0f63u/YqTZyUabwbFzY6yOyyQCNoTnRi6jdDyKj WUJMzbXtYc76p6iqv4rZ+BCINxNpBTk= 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-158-SlmKQvf5OdSiV3sImla2Jg-1; Mon, 18 Jan 2021 03:16:09 -0500 X-MC-Unique: SlmKQvf5OdSiV3sImla2Jg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 058C3800D62; Mon, 18 Jan 2021 08:16:08 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-141.ams2.redhat.com [10.36.113.141]) by smtp.corp.redhat.com (Postfix) with ESMTP id D3FBF5D9D3; Mon, 18 Jan 2021 08:16:06 +0000 (UTC) Subject: Re: [edk2-devel] [edk2-platforms PATCH 1/3] Platform/BeagleBoard: add missing TimeBaseLib resolution From: "Laszlo Ersek" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20210113082843.9095-1-lersek@redhat.com> <20210113082843.9095-2-lersek@redhat.com> Message-ID: Date: Mon, 18 Jan 2021 09:16:05 +0100 MIME-Version: 1.0 In-Reply-To: <20210113082843.9095-2-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 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: 8bit On 01/13/21 09:28, Laszlo Ersek wrote: > Add the resolution for TimeBaseLib, which is now required to build the > EmbeddedPkg RTC driver. > > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Philippe Mathieu-Daudé > Signed-off-by: Laszlo Ersek > --- > Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc > index 471f80ce3cf0..1725e5cad378 100644 > --- a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc > +++ b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc > @@ -82,6 +82,7 @@ [LibraryClasses.common] > SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf > > RealTimeClockLib|Silicon/TexasInstruments/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf > + TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf > > IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf > > This patch has been committed with hash 0864b5027085. Thanks, Laszlo