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 6B17ED8053C for ; Wed, 17 Jul 2024 17:55:02 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=UzCKLqYSC5zPVLFWwhI7JAz4szbWRK47LY5A+hBOeJs=; 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=1721238902; v=1; b=uU8wznWnnFE0RrRQ5c74T+Z5pj+S20tCzpZ/PTFkFx6gZUO02MwTtWr0EoT2nuvB57hbk1sv 1PVpuEOGIu9AWam0lEVscX/tNMwr4iYDKSOKcMW6aen6v+WBa43t3QlGCK7MFeTaU4qSYhtqtop T6+QbPpz98HsJUjsY6mWEnP7k8Ylfk0/o57OtUqGFJELHRXDoakdCEe9o5AeYYjWfKmX3OvpAeT yvTHSTEayPLl8w0lRCsrgyrKqkM/zAqiwEiI8kOiZkwI8alTctLb+B7uiw5riMo90E2+jvtQECp xTlvsvGxB44Uzi0V8ExES+1eSeFyxvZ4cznt6ODNA1REA== X-Received: by 127.0.0.2 with SMTP id PwmWYY7687511xkFuynvQHu6; Wed, 17 Jul 2024 10:55:00 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.4699.1721238900502842607 for ; Wed, 17 Jul 2024 10:55:00 -0700 X-Received: from localhost.localdomain (unknown [47.201.241.198]) by linux.microsoft.com (Postfix) with ESMTPSA id 4A7FC20B7165; Wed, 17 Jul 2024 10:54:59 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 4A7FC20B7165 From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ray Ni , Rangasai V Chaganty , Ashraf Ali S Subject: [edk2-devel] [edk2-platforms][PATCH v1 0/2] IntelSiliconPkg: Add missing components Date: Wed, 17 Jul 2024 13:54:38 -0400 Message-ID: <20240717175440.229-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: Wed, 17 Jul 2024 10:55:00 -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: w8Qiqo9ak5mLOsGAzECJDPkjx7686176AA= 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=uU8wznWn; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linux.microsoft.com (policy=none) 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 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 | 6 +++--- Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dsc = | 9 +++++++++ 4 files changed, 20 insertions(+), 11 deletions(-) -- 2.45.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119955): https://edk2.groups.io/g/devel/message/119955 Mute This Topic: https://groups.io/mt/107402752/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-