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 E27A8941286 for ; Tue, 19 Sep 2023 13:14:05 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=k/G4CHhsCdKBcnlr51hiKRNDMocJgkU2H3hdldd+0Yo=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20140610; t=1695129244; v=1; b=AOrdzp3edXSLYExCKlaMCmWTIjvi26bo4J8VisU76UtoGlDg/vjDNs+F6sXoA42IiPPdkyNM 29rauUCv0nhS5fjA5WXXG7j8Wxa0QoGmu53tVXoLm1S0S/L8HLuwXkTL6775fcg8oOckmaN0dNy j19CuOopq2K40ZlOcGcUhLSc= X-Received: by 127.0.0.2 with SMTP id 9oAlYY7687511xvLDdPA4VnK; Tue, 19 Sep 2023 06:14:04 -0700 X-Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web11.8210.1695129243422034587 for ; Tue, 19 Sep 2023 06:14:03 -0700 X-Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 63AD6B8160C for ; Tue, 19 Sep 2023 13:14:01 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04652C433C9 for ; Tue, 19 Sep 2023 13:13:59 +0000 (UTC) X-Received: by mail-lj1-f169.google.com with SMTP id 38308e7fff4ca-2bff776fe0bso45806011fa.0 for ; Tue, 19 Sep 2023 06:13:59 -0700 (PDT) X-Gm-Message-State: wrDJokC0e1AYLa4A6Azs36NNx7686176AA= X-Google-Smtp-Source: AGHT+IEnVMoPesGZI1MUgP/9ojj++thj1zdSccUQp1haDe3wtmLibWq9AcHB+adosGx0i6OJBJVxUiKlf4KrrLUsO0E= X-Received: by 2002:a2e:5c89:0:b0:2c0:240:b564 with SMTP id q131-20020a2e5c89000000b002c00240b564mr6002884ljb.15.1695129238195; Tue, 19 Sep 2023 06:13:58 -0700 (PDT) MIME-Version: 1.0 References: <20230918110312.315671-1-marcin.juszkiewicz@linaro.org> <712c7321-b924-4a2e-aa89-9377ef6ab4bb@linaro.org> In-Reply-To: <712c7321-b924-4a2e-aa89-9377ef6ab4bb@linaro.org> From: "Ard Biesheuvel" Date: Tue, 19 Sep 2023 15:13:46 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/1] SbsaQemu: enlarge BL1/FIP sizes To: Marcin Juszkiewicz Cc: Leif Lindholm , devel@edk2.groups.io, Ard Biesheuvel , Graeme Gregory 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,ardb@kernel.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Type: text/plain; charset="UTF-8" X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=AOrdzp3e; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=kernel.org (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, 18 Sept 2023 at 15:06, Marcin Juszkiewicz wrote: > > W dniu 18.09.2023 o 14:33, Ard Biesheuvel pisze: > > On Mon, 18 Sept 2023 at 13:35, Leif Lindholm wrote: > > >> 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. > > > Are you saying that Platform/Qemu/Sbsa/bl1.bin was more than 0x8000 > > bytes in size, and the EDK2 build tools happily truncated it? > > The size was more than 0x8000 bytes in size and EDK2 build tools refused > to finish build: > > error F003: Size of File > (/home/marcin/devel/linaro/sbsa-qemu/code/edk2-non-osi/Platform/Qemu/Sbsa/bl1.bin) > is larger than Region Size 0x8000 specified. Ah ok, good to know. Acked-by: Ard Biesheuvel -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108829): https://edk2.groups.io/g/devel/message/108829 Mute This Topic: https://groups.io/mt/101430708/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-