From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web08.3838.1649837670186353657 for ; Wed, 13 Apr 2022 01:14:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=K9UZmhOc; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1649837669; 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: in-reply-to:in-reply-to:references:references; bh=KJ7TzxWQMRU4Z1PnryaRLANC6n/rvo/bFGpUGkvnYW8=; b=K9UZmhOc9ofOhGDZspTxiSXiSaGijrcq73/oMzDtYC9NJyQYVsoVS0Ww7Ma1B6YCa1bTR2 YYfv/a3fDydO807K6s3w0v+OXAo8hYpD99yI6spG8ty01B5L/jE4x/CsG3O2KwK0ETj/o4 ZD/kREybRpk1XrDjXh6Zh5TEzE90NWs= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-252-r4MhjNAGNrCemUjLRd4Xjg-1; Wed, 13 Apr 2022 04:14:27 -0400 X-MC-Unique: r4MhjNAGNrCemUjLRd4Xjg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BB8262999B4E; Wed, 13 Apr 2022 08:14:26 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 90FA2403D1DD; Wed, 13 Apr 2022 08:14:26 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 4ADB718000AA; Wed, 13 Apr 2022 10:14:25 +0200 (CEST) Date: Wed, 13 Apr 2022 10:14:25 +0200 From: "Gerd Hoffmann" To: Yu Pu Cc: devel@edk2.groups.io, Ard Biesheuvel , Jiewen Yao , Jordan Justen Subject: Re: [PATCH v2 09/14] OvmfPkg: Remove UefiCpuLib from module INFs. Message-ID: <20220413081425.c53kdzdwh4rdevha@sirius.home.kraxel.org> References: <20220412145144.3521-1-yu.pu@intel.com> <20220412145144.3521-10-yu.pu@intel.com> MIME-Version: 1.0 In-Reply-To: <20220412145144.3521-10-yu.pu@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 12, 2022 at 10:51:39PM +0800, Yu Pu wrote: > Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the > dependency of UefiCpuLib. > > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Signed-off-by: Yu Pu Acked-by: Gerd Hoffmann