From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id 56D7278003C for ; Thu, 18 Jul 2024 15:30:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=XUiydCeoNtwS0v6M6g1bTQZgh6AvhrLWfpNic90Cbe0=; c=relaxed/simple; d=groups.io; h=DKIM-Filter:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1721316656; v=1; b=SYdkJwS4z9DXYDQufZvF5gq2HqcTeK8XaLbNj3sNh6rIikd9tB/eee9hS1P+ZzIIs+2BZxZv 2rqTuLY+582k0CZFemGlZWJurNY3GKnyeLh2ybDuQDofcstm7s5Oivl0iVmjamrpem02gug8I/H 5ikXbu0GEhmzUGHhKbmDsiZ9D9jMaW0eKOi1qfb7w6DSm4Dg5OdIMCZ8xIzBrp2d3HuF6vUS29N 6rJ1L3OOGDQPoXhslZxykt3sxmFKQscyxO/wz+wV1s/eo70opIxLZO0Ad8pAKgYGVbfkqAxCSus ibgSzvJ2bWcCdhIaYZHTRQOxKjMAIMPyhKdXPzGsx1jjQ== X-Received: by 127.0.0.2 with SMTP id SqGSYY7687511xvDCBCsBD4W; Thu, 18 Jul 2024 08:30:54 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.17929.1721316654088622020 for ; Thu, 18 Jul 2024 08:30:54 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.198]) by linux.microsoft.com (Postfix) with ESMTPSA id DD54E20B7165; Thu, 18 Jul 2024 08:30:52 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com DD54E20B7165 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ray Ni , Rangasai V Chaganty , Ashraf Ali S Subject: [edk2-devel] [edk2-platforms][PATCH v2 0/2] IntelSiliconPkg: Add missing components Date: Thu, 18 Jul 2024 11:30:32 -0400 Message-ID: <20240718153035.1051-1-mikuback@linux.microsoft.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 Resent-Date: Thu, 18 Jul 2024 08:30:54 -0700 Resent-From: mikuback@linux.microsoft.com Reply-To: devel@edk2.groups.io,mikuback@linux.microsoft.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: TRpBqhGJwfN08uplhkuZYtkgx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=SYdkJwS4; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io From: Michael Kubacki Some libraries and modules are missing from the build. The first patch fixes compiler and linker failures. The second patch adds the missing components to IntelSiliconPkg.dsc. A PR with these changes is available here: https://github.com/tianocore/edk2-platforms/pull/171 --- V2 Changes: - Converted some additional shift left operations in IntelVTdCorePei.c from compiler intrinsics to the edk2 function. Cc: Ray Ni Cc: Rangasai V Chaganty Cc: Ashraf Ali S Signed-off-by: Michael Kubacki Michael Kubacki (2): IntelSiliconPkg: Compiler and linker fixes IntelSiliconPkg: Add missing components to build Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdCoreDxe/BmDma.c = | 4 ++-- Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdCoreDxe/VtdLog.c = | 12 ++++++------ Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdCorePei/IntelVTdCorePe= i.c | 10 +++++----- Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dsc = | 9 +++++++++ 4 files changed, 22 insertions(+), 13 deletions(-) -- 2.45.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119967): https://edk2.groups.io/g/devel/message/119967 Mute This Topic: https://groups.io/mt/107418945/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-