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 6E9217803CE for ; Tue, 16 Jan 2024 05:50:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=sC3SDKO0i3W/t4h2PAwB/GNuLmqRaKV3QSYssf5eDX8=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id: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=1705384255; v=1; b=l/GJJDBojb9UjzrOBxuPRl4kekIya2wtosjJAAkpl+6DO8CbYMM/G5iH1IosfOSACCZxTICy gGi8AeVGUdzr+fMDcT2gWFWgOyrWrPrjFQeVlzoqGqrol2aTxhKpHIQ8Oke+7TyBNPruyzw5R5Z gsB8gn3/CmcIdtrGQyqz/q2g= X-Received: by 127.0.0.2 with SMTP id 5vgKYY7687511xl4EXe8uwST; Mon, 15 Jan 2024 21:50:55 -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:15 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="6313670" X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="6313670" 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:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="25402217" 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:14 -0800 From: "Ni, Ray" To: devel@edk2.groups.io Subject: [edk2-devel] Add LocalApicTimerDxe driver in UefiCpuPkg Date: Mon, 15 Jan 2024 16:03:19 +0800 Message-Id: <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: C6J7rqafnTgV65SZhvQfLc4rx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="l/GJJDBo"; 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 Ray Ni (6): UefiCpuPkg/LocalApicTimerDxe: Duplicate OvmfPkg/LocalApicTimerDxe driver UefiCpuPkg/LocalApicTimerDxe: Remove NestedInterruptTplLib call UefiCpuPkg: Add LocalApicTimerDxe driver in DSC file UefiCpuPkg/LocalApicTimerDxe: Enhance Timer Frequency calculation logic UefiCpuPkg/LocalApicTimerDxe: warn if APIC Timer is used by other code UefiCpuPkg/LocalApicTimerDxe: Passing fixed timer period is not a bug. .../LocalApicTimerDxe/LocalApicTimerDxe.c | 464 ++++++++++++++++++ .../LocalApicTimerDxe/LocalApicTimerDxe.h | 180 +++++++ .../LocalApicTimerDxe/LocalApicTimerDxe.inf | 42 ++ UefiCpuPkg/UefiCpuPkg.dsc | 3 +- 4 files changed, 688 insertions(+), 1 deletion(-) create mode 100644 UefiCpuPkg/LocalApicTimerDxe/LocalApicTimerDxe.c create mode 100644 UefiCpuPkg/LocalApicTimerDxe/LocalApicTimerDxe.h create mode 100644 UefiCpuPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf -- 2.39.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#113799): https://edk2.groups.io/g/devel/message/113799 Mute This Topic: https://groups.io/mt/103734960/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/1913456212/xyzzy [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-