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 02C4D9418D5 for ; Tue, 19 Sep 2023 12:03:50 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=49uac3+t6IgOYMKbl7vC098WAftgZie9Qni5rsYbI+I=; c=relaxed/simple; d=groups.io; h=Message-ID:Date:MIME-Version:User-Agent:Subject:To:Cc:References:From:Organization: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=1695125029; v=1; b=NSrA6dDHNtZ3crbfnqm2lWQTA0c4WQlWVb49WLJGXKBysuPv0cxqCJp0FPxj6peCPjwnlc7q JoMjyfUAixMpCQfRZkGUdU4kXp4EV4WkBHDm5Egm8Cuq91b34K1WyAemydq/oof/HSEQl4b7wVw knBj6FuI/tYpAT3jWihw7bPk= X-Received: by 127.0.0.2 with SMTP id f5ACYY7687511xjfgjUo6h50; Tue, 19 Sep 2023 05:03:49 -0700 X-Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mx.groups.io with SMTP id smtpd.web11.6701.1695125028721279303 for ; Tue, 19 Sep 2023 05:03:49 -0700 X-Received: by mail-ed1-f46.google.com with SMTP id 4fb4d7f45d1cf-530e721f077so3258305a12.2 for ; Tue, 19 Sep 2023 05:03:48 -0700 (PDT) X-Gm-Message-State: fijkQByLQUMafZ3siB0aCfiNx7686176AA= X-Google-Smtp-Source: AGHT+IHHNExLX0XKVK7YMGmEYbtcVnDFRiCX9om8QSNJvoTw4nlNmKy7C/On2KNDFf/wA3fgKxpWBA== X-Received: by 2002:a05:6402:2064:b0:532:b5cb:114a with SMTP id bd4-20020a056402206400b00532b5cb114amr1658141edb.23.1695125026948; Tue, 19 Sep 2023 05:03:46 -0700 (PDT) X-Received: from [192.168.200.206] (83.11.3.58.ipv4.supernova.orange.pl. [83.11.3.58]) by smtp.gmail.com with ESMTPSA id y16-20020a170906559000b0099b7276235esm7784391ejp.93.2023.09.19.05.03.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 19 Sep 2023 05:03:46 -0700 (PDT) Message-ID: <2a5c9133-cbf0-4b7d-89e0-e6cebd4d5158@linaro.org> Date: Tue, 19 Sep 2023 14:03:44 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/1] SbsaQemu: enlarge BL1/FIP sizes To: devel@edk2.groups.io, quic_llindhol@quicinc.com Cc: Ard Biesheuvel , Graeme Gregory References: <20230918110312.315671-1-marcin.juszkiewicz@linaro.org> From: "Marcin Juszkiewicz" Organization: Linaro In-Reply-To: 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,marcin.juszkiewicz@linaro.org List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Language: pl-PL, en-GB, en-HK Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=NSrA6dDH; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=linaro.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 W dniu 18.09.2023 o 13: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. TF-A part is now merged. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108827): https://edk2.groups.io/g/devel/message/108827 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] -=-=-=-=-=-=-=-=-=-=-=-