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 A23509418E7 for ; Tue, 5 Nov 2024 15:40:38 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=9R5bl1eFaQpKq85TSQcyBGVbOKnWTUcMpXnGIAGz1Tc=; c=relaxed/simple; d=groups.io; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20240830; t=1730821238; v=1; x=1731080437; b=pFQim6l98lJPHvxciLQoqP4XNEf19vtHYtDfYYpRZ8EQl+fVnVtFREaeZhoH63adV6Osw64K UZkggH46ZFD0IDiuk7KO/VF+iaSJlq9J4TVFZTdmX8M2b1ER1ah3Wh+6lTeBVSwwWD7VvXY5pWS ypr/ro4x7ZFbCDGFMKXWfz6UuM6kgnoE7HICWegAvcRbp417f0Smz+a3VCurvHBue2oO88mjNhv Mxv7qHql9mGFnw3SclVAslvUA0zflcp6h1KmqoheHHKDsM0WeLwlvePqwCjfUQyaMAEKTH1zApK MTAiSQ+xQn6ZEMaG6MaJJ2EllJ4Mzjtf6Ud7HaYmVfOhQ== X-Received: by 127.0.0.2 with SMTP id N9ufYY7687511xldB6lnTMzp; Tue, 05 Nov 2024 07:40:37 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.22828.1730821236465097129 for ; Tue, 05 Nov 2024 07:40:36 -0800 X-Received: from mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-591-5E7jIDxbNZWivTJDfVLk8Q-1; Tue, 05 Nov 2024 10:40:34 -0500 X-MC-Unique: 5E7jIDxbNZWivTJDfVLk8Q-1 X-Received: from mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id F2C9A1955EA7; Tue, 5 Nov 2024 15:40:32 +0000 (UTC) X-Received: from dobby.home.kraxel.org (unknown [10.39.195.58]) by mx-prod-int-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 79C531956052; Tue, 5 Nov 2024 15:40:32 +0000 (UTC) X-Received: by dobby.home.kraxel.org (Postfix, from userid 1000) id 88AC222B487; Tue, 5 Nov 2024 16:40:29 +0100 (CET) Date: Tue, 5 Nov 2024 16:40:29 +0100 From: "Gerd Hoffmann" To: Rebecca Cran Cc: devel@edk2.groups.io, Leif Lindholm , Sami Mujawar Subject: Re: [edk2-devel] ArmPkg,ArmPlatformPkg: Adding nasm files to allow builds with VS2022 Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.0 on 10.30.177.17 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com 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: Tue, 05 Nov 2024 07:40:36 -0800 Resent-From: kraxel@redhat.com Reply-To: devel@edk2.groups.io,kraxel@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 9UvD0HNDF53JLezNwjiVOA8Zx7686176AA= Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240830 header.b=pFQim6l9; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.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 On Tue, Nov 05, 2024 at 06:55:55AM -0700, Rebecca Cran wrote: > On 11/5/24 5:58 AM, Gerd Hoffmann wrote: > > On Wed, Oct 23, 2024 at 05:48:46PM -0600, Rebecca Cran wrote: > > > I've been wondering if it might be worth adding nasm files to ArmPkg, > > > ArmPlatformPkg etc. to allow platforms to be built with VS2022 - mainly > > > because different compilers can detect different issues with the code. > > What is nasm? I suspect it is not referring to http://www.nasm.us/? > > Yes, I'm referring to the assembler files used on Windows which are built > with nasm from http://www.nasm.us . Has nasm gained support for arm? IIRC it's a x86-only assembler (and the website says so too ...). take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120733): https://edk2.groups.io/g/devel/message/120733 Mute This Topic: https://groups.io/mt/109181847/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-