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 395FBD80122 for ; Fri, 19 Apr 2024 11:52:18 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=s3hU5gehgOUq3qKF6HOqLOFxEt3qVoVH8iufsrar+4g=; 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=20240206; t=1713527536; v=1; b=yoEcFF+ZPi69IKPVZx5cplUwQ2R3p7ZPR+AHINtVYdgTHNzRF4eiXyZsLyWwsnvpi590ONZy SNciK72xjkuJEE+CmQxvgcJHF9aEEiSkQyH6BKIXw7Rrf2fI8lNtmWAhYknwzMMFz6gfvG9rpHI rDRTrQ67kjbc5zDpBJ/TtLTYSgmmk22vcYqhH3MtJWaqT2GYYw8ZhfCzvGt8AmJdc3xl2hTn5Fh WZeqa8BdzOj4GFRcWYqC3c+aW/Vl/kAwqv0u4BxHWFbFO6xKSmQZiwTT4xeQ2TXuUcBt2DColjq LzawsLTq2dC8n8M/9Wc564AWYsCPEvY6DBHBvQoqPo1mg== X-Received: by 127.0.0.2 with SMTP id J85pYY7687511xkPN8IJcGFF; Fri, 19 Apr 2024 04:52:16 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.18703.1713527535638344202 for ; Fri, 19 Apr 2024 04:52:15 -0700 X-Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-424-jxL5RIEbPxyPtlKzq3f_Rw-1; Fri, 19 Apr 2024 07:52:09 -0400 X-MC-Unique: jxL5RIEbPxyPtlKzq3f_Rw-1 X-Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 481C3382C46F; Fri, 19 Apr 2024 11:52:09 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.39.192.157]) by smtp.corp.redhat.com (Postfix) with ESMTPS id BBEDB40C1233; Fri, 19 Apr 2024 11:52:08 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id AC3861800DFD; Fri, 19 Apr 2024 13:52:07 +0200 (CEST) Date: Fri, 19 Apr 2024 13:52:07 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io, jonathan.cameron@huawei.com Cc: Jonathan Cameron via , linuxarm@huawei.com, Richard Henderson , qemu-arm@nongnu.org, Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Idan Horowitz Subject: Re: [edk2-devel] [PATCH v3 5/6] target/arm: Do memory type alignment check when translation disabled Message-ID: References: <20240301204110.656742-1-richard.henderson@linaro.org> <20240301204110.656742-6-richard.henderson@linaro.org> <20240416161111.0000607c@huawei.com> <0c878d25-3fbb-4f0b-bc9e-ca638f8c4f1e@linaro.org> <20240418091555.00006666@Huawei.com> <20240418183600.00000345@huawei.com> MIME-Version: 1.0 In-Reply-To: <20240418183600.00000345@huawei.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 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: Fri, 19 Apr 2024 04:52:15 -0700 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: VyvvbH5usk5mGrOL6JsbMBCbx7686176AA= 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=20240206 header.b=yoEcFF+Z; 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=redhat.com (policy=none) Hi, > Gerd, any ideas? Maybe I needs something subtly different in my > edk2 build? I've not looked at this bit of the qemu infrastructure > before - is there a document on how that image is built? There is roms/Makefile for that. make -C roms help make -C roms efi So easiest would be to just update the edk2 submodule to what you need, then rebuild. The build is handled by the roms/edk2-build.py script, with the build configuration being in roms/edk2-build.config. That is usable outside the qemu source tree too, i.e. like this: python3 /path/to/qemu.git/roms/edk2-build.py \ --config /path/to/qemu.git/roms/edk2-build.config \ --core /path/to/edk2.git \ --match armvirt \ --silent --no-logs That'll try to place the images build in "../pc-bios", so maybe better work with a copy of the config file where you adjust this. HTH, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118020): https://edk2.groups.io/g/devel/message/118020 Mute This Topic: https://groups.io/mt/105602816/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-