From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 46C3A941224 for ; Tue, 16 Jan 2024 05:51:02 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=QCloLOZ3I6zwPCIfDyVZtPwzL19oc4v4C1KxazLvWJ4=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1705384261; v=1; b=PuQ3YtLotzXfjJ6DTlmBH7vkPd7YdYYblBEz1Ul0a0rNHkuBZcWUheTPQzdaGsXmyk+/26D6 0hVA3yBch6Vam8/5CjOgIx0ge8kg5qZDsXnkKg+hzcZY9RbvWOHGVHJPzjfrHpjjg+hr66mP3fi sQ7dLJeBg/XMvpRhJYa2Vxks= X-Received: by 127.0.0.2 with SMTP id dq1cYY7687511xql0baD4d9c; Mon, 15 Jan 2024 21:51:01 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by mx.groups.io with SMTP id smtpd.web11.72208.1705305855278622364 for ; Mon, 15 Jan 2024 00:04:21 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="6313712" X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="6313712" X-Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2024 00:04:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="25402237" X-Received: from ray-dev.ccr.corp.intel.com ([10.239.158.139]) by orviesa002.jf.intel.com with ESMTP; 15 Jan 2024 00:04:19 -0800 From: "Ni, Ray" To: devel@edk2.groups.io Cc: Michael D Kinney , Nate DeSimone , Laszlo Ersek , Rahul Kumar , Gerd Hoffmann Subject: [edk2-devel] [PATCH 3/6] UefiCpuPkg: Add LocalApicTimerDxe driver in DSC file Date: Mon, 15 Jan 2024 16:03:22 +0800 Message-Id: <20240115080325.147-4-ray.ni@intel.com> In-Reply-To: <20240115080325.147-1-ray.ni@intel.com> References: <20240115080325.147-1-ray.ni@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ray.ni@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: Cev26HRS9I9UDVje5ZdvwHEDx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=PuQ3YtLo; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Signed-off-by: Ray Ni Cc: Michael D Kinney Cc: Nate DeSimone Cc: Laszlo Ersek Cc: Rahul Kumar Cc: Gerd Hoffmann --- UefiCpuPkg/UefiCpuPkg.dsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UefiCpuPkg/UefiCpuPkg.dsc b/UefiCpuPkg/UefiCpuPkg.dsc index 28eed85bce..580d860960 100644 --- a/UefiCpuPkg/UefiCpuPkg.dsc +++ b/UefiCpuPkg/UefiCpuPkg.dsc @@ -1,7 +1,7 @@ ## @file=0D # UefiCpuPkg Package=0D #=0D -# Copyright (c) 2007 - 2023, Intel Corporation. All rights reserved.
= =0D +# Copyright (c) 2007 - 2024, Intel Corporation. All rights reserved.
= =0D # Copyright (C) 2023 Advanced Micro Devices, Inc. All rights reserved.=0D #=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D @@ -137,6 +137,7 @@ UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf=0D UefiCpuPkg/CpuIo2Smm/CpuIo2StandaloneMm.inf=0D UefiCpuPkg/CpuMpPei/CpuMpPei.inf=0D + UefiCpuPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf=0D UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf=0D UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf=0D UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf=0D --=20 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113802): https://edk2.groups.io/g/devel/message/113802 Mute This Topic: https://groups.io/mt/103734963/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-