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 17DC4740032 for ; Wed, 20 Sep 2023 19:22:44 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=zbFwwTzUWJyNqIW01nK+mbQ7gbTTkkvKKoBTaxIIPB8=; 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:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition; s=20140610; t=1695237763; v=1; b=w1E68coEJiCRvrmbHh7AWSFUlJXIXmQcuLZtwuYMJ2Ej4PP/nf5oEQHiXkLO64V5WW4gAao7 nJ+qv7bTpXciMP1b8wPoYVNmjTPnu5eYYn21zlnvvz7elx/m7bVC0lVr//96k5xq28mEfG43jWQ 4Yb2Pn3zR0kpY3chZ37ZKgZA= X-Received: by 127.0.0.2 with SMTP id vDtcYY7687511xP1T4B9U3d9; Wed, 20 Sep 2023 12:22:43 -0700 X-Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web10.5062.1695237763044622215 for ; Wed, 20 Sep 2023 12:22:43 -0700 X-Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 38KIEVt5030840; Wed, 20 Sep 2023 19:22:42 GMT X-Received: from nasanppmta01.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3t80pk93ec-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 20 Sep 2023 19:22:42 +0000 X-Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 38KJMfNw009714 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 20 Sep 2023 19:22:41 GMT X-Received: from qc-i7.hemma.eciton.net (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; Wed, 20 Sep 2023 12:22:40 -0700 Date: Wed, 20 Sep 2023 20:22:36 +0100 From: "Leif Lindholm" To: Marcin Juszkiewicz CC: , Ard Biesheuvel , Graeme Gregory Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/1] SbsaQemu: enlarge BL1/FIP sizes Message-ID: References: <20230918110312.315671-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 In-Reply-To: <20230918110312.315671-1-marcin.juszkiewicz@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: F6V1n9-TZ6sfInadTu10WKEjkwgQRl8O X-Proofpoint-ORIG-GUID: F6V1n9-TZ6sfInadTu10WKEjkwgQRl8O 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: RtGiqJvDVFrO5EvYSOCk5iofx7686176AA= 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=20140610 header.b=w1E68coE; 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 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 Tweaked the commit message a bit, and pushed as 88ea1c2b62d4 Thanks! / Leif > --- > Platform/Qemu/SbsaQemu/SbsaQemu.fdf | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.fdf b/Platform/Qemu/SbsaQemu/SbsaQemu.fdf > index bc432cac6fc8..6bc55d701120 100644 > --- a/Platform/Qemu/SbsaQemu/SbsaQemu.fdf > +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.fdf > @@ -43,11 +43,11 @@ [FD.SBSA_FLASH0] > ################################################################################ > ## Place for Trusted Firmware > # flash0 is secure so we put here the BL1 > -0x00000000|0x00008000 > +0x00000000|0x00012000 > FILE = Platform/Qemu/Sbsa/bl1.bin > > # and FIP (BL2 + BL31) > -0x00008000|0x00020000 > +0x00012000|0x00020000 > FILE = Platform/Qemu/Sbsa/fip.bin > > ################################################################################ > -- > 2.41.0 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108925): https://edk2.groups.io/g/devel/message/108925 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/1913456212/xyzzy [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-