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 ED6B874005E for ; Tue, 19 Sep 2023 14:17:22 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=QdjkUgsiX/+T2GKsjJeNys78YRZbYbN2BslP33/Wj50=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:CC:References:From:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Language:Content-Type:Content-Transfer-Encoding; s=20140610; t=1695133041; v=1; b=tzDdfETQbnhZ/AERzvUtRWiYqMshdVNkC5xSUZVkSa58uVYTcX/wsMtumH+tZQONTSuma0f2 66akc+sNoxW59gt7b2LqUjn1pxOXxg6IgqEELVVTR6YfOV2nJ7uTjLw457BPu0RlukysUbW4El0 iZzlnBFRwZN9QH8wc7JTSHV4= X-Received: by 127.0.0.2 with SMTP id BmTfYY7687511xvHwYZdLbAj; Tue, 19 Sep 2023 07:17:21 -0700 X-Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web11.9872.1695133041091712112 for ; Tue, 19 Sep 2023 07:17:21 -0700 X-Received: from pps.filterd (m0279865.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 38JAY2qs017211; Tue, 19 Sep 2023 14:17:20 GMT X-Received: from nasanppmta04.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3t6mtsb22x-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 19 Sep 2023 14:17:20 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 38JEHJxG022005 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 19 Sep 2023 14:17:19 GMT X-Received: from [10.111.128.147] (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.36; Tue, 19 Sep 2023 07:17:18 -0700 Message-ID: Date: Tue, 19 Sep 2023 15:17:16 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/1] SbsaQemu: enlarge BL1/FIP sizes To: Marcin Juszkiewicz , CC: Ard Biesheuvel , Graeme Gregory References: <20230918110312.315671-1-marcin.juszkiewicz@linaro.org> <2a5c9133-cbf0-4b7d-89e0-e6cebd4d5158@linaro.org> From: "Leif Lindholm" In-Reply-To: <2a5c9133-cbf0-4b7d-89e0-e6cebd4d5158@linaro.org> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-GUID: Ur_tJJZPMPA6nggmAfvrabPQvL3XKZ6n X-Proofpoint-ORIG-GUID: Ur_tJJZPMPA6nggmAfvrabPQvL3XKZ6n X-MIME-Autoconverted: from 8bit to quoted-printable by mx0a-0031df01.pphosted.com id 38JAY2qs017211 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,quic_llindhol@quicinc.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: TSVYlOYIjUP4I3saBEc0BK6Zx7686176AA= Content-Language: en-GB Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=tzDdfETQ; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=quicinc.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 On 2023-09-19 13:03, Marcin Juszkiewicz wrote: > W dniu 18.09.2023 o=C2=A013:35, Leif Lindholm pisze: >> On Mon, Sep 18, 2023 at 13:03:12 +0200, Marcin Juszkiewicz wrote: >>> There are some changes in progress which make BL1 bigger than 0x8000 >>> which EDK2 uses. >>> >>> TF-A defines BL1 size to be 0x12000 one. So let follow it. >>> >>> Signed-off-by: Marcin Juszkiewicz >> >> This fixes a TF-A bug that you uncovered this morning, and I think >> that's worth pointing out in the commit message. >> >> However, >> Reviewed-by: Leif Lindholm >> >> *But* this is a breaking change SoI want to hold off on merging >> this until the TF-A bugfix has been merged, so we can update the >> edk2-non-osi binaries at the same time, and minimise the amount of >> pain. >> >> Note for the interested: >> https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/23417 >> TL;DR: the fip base and bl1 size don't line up. The bl1 size was >> already set to sufficient size, but after RME support in TF-A, bl1 >> size grows beyond start of fip. >=20 > TF-A part is now merged. Excellent! Could you roll up a new set of binaries for edk2-non-osi? Then I can merge them at the same time and leave only a minor gap of=20 brokenness. / Leif -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108838): https://edk2.groups.io/g/devel/message/108838 Mute This Topic: https://groups.io/mt/101430708/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/leave/12367111/7686176/19134562= 12/xyzzy [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-