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.web10.4736.1687171543133628924 for ; Mon, 19 Jun 2023 03:45:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=dJKa98oq; 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=1687171542; 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=uHbDOw59wouAfzRTth9t/j7J2h+bMxO8kWz3I9ClTUM=; b=dJKa98oq256WNU/bk3UTINy5tniWOcX9JYcdt3Zem2w4kRXvP66ykQOSAAni2rxpAaVs0M xjR3a4KY1JJ0hNz7bnJfTYdVTyLQgpTGyDAsmUR4VPxJZqOoyW6prdteapIzA0u7Uit/0q FDLuI4cMJhDDY/Bg5a8JCM/xECFxwiU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-600-RyKof3PQOVqIrGNET49_NA-1; Mon, 19 Jun 2023 06:45:39 -0400 X-MC-Unique: RyKof3PQOVqIrGNET49_NA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 95F6185A58C; Mon, 19 Jun 2023 10:45:38 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.194.241]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6E2C0112132C; Mon, 19 Jun 2023 10:45:38 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 12CD41803082; Mon, 19 Jun 2023 12:45:37 +0200 (CEST) Date: Mon, 19 Jun 2023 12:45:37 +0200 From: "Gerd Hoffmann" To: Ray Ni Cc: devel@edk2.groups.io, Eric Dong , Rahul Kumar Subject: Re: [PATCH 1/3] UefiCpuPkg: Include ResetVector in DSC Message-ID: <7xjqiv7wyljgadc7jfnae47vpfayri6qtn5rdtbwsiyywmbwld@wvculcaws7f5> References: <20230615105057.297-1-ray.ni@intel.com> <20230615105057.297-2-ray.ni@intel.com> MIME-Version: 1.0 In-Reply-To: <20230615105057.297-2-ray.ni@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 15, 2023 at 06:50:55PM +0800, Ray Ni wrote: > Since ResetVector source module shares the same GUID as the binary > module, the binary INF file is just removed from DSC. Series: Acked-by: Gerd Hoffmann take care, Gerd