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 9E7DB7803D2 for ; Mon, 18 Sep 2023 13:06:38 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=rlrBbPvlv5oLEtXV9gmNdhh2743Eu3yGSnOuBElmJiQ=; 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=1695042397; v=1; b=aRT0nYHe/JTsH4/F8qmVFWm6tP3UKKU1di7zIuYY8fT2UEGn0vlvN1SItbaD12kI6p6m8hwP REV7a6QeQ+zGgGJA5qlAR43skH5l9ar8KWTOpP05TBbNYY5KN9rSqWHR++fvI+iIJrDbsWKOY3e Qdgok6DGA53qH3bxzpFMl2BU= X-Received: by 127.0.0.2 with SMTP id FkpqYY7687511xxLwMIWjhuu; Mon, 18 Sep 2023 06:06:37 -0700 X-Received: from mail-ej1-f47.google.com (mail-ej1-f47.google.com [209.85.218.47]) by mx.groups.io with SMTP id smtpd.web11.50699.1695042396334047169 for ; Mon, 18 Sep 2023 06:06:36 -0700 X-Received: by mail-ej1-f47.google.com with SMTP id a640c23a62f3a-9adc75f6f09so452349066b.0 for ; Mon, 18 Sep 2023 06:06:36 -0700 (PDT) X-Gm-Message-State: aeLrIHMCEm7prx04mjqBYkMwx7686176AA= X-Google-Smtp-Source: AGHT+IGjIRVItWhwBXaqM+7qqsu0o/rCZce1GNbS7cXG8JHlUz+WHaM9+lbsKXiiDtsMYGQBqlYFtw== X-Received: by 2002:a17:906:cc12:b0:9aa:209f:20c3 with SMTP id ml18-20020a170906cc1200b009aa209f20c3mr8223697ejb.68.1695042394827; Mon, 18 Sep 2023 06:06:34 -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 z15-20020a1709060acf00b0098d2d219649sm6545719ejf.174.2023.09.18.06.06.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 Sep 2023 06:06:33 -0700 (PDT) Message-ID: <712c7321-b924-4a2e-aa89-9377ef6ab4bb@linaro.org> Date: Mon, 18 Sep 2023 15:06:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/1] SbsaQemu: enlarge BL1/FIP sizes To: Ard Biesheuvel , Leif Lindholm Cc: devel@edk2.groups.io, 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=aRT0nYHe; 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 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. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108776): https://edk2.groups.io/g/devel/message/108776 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] -=-=-=-=-=-=-=-=-=-=-=-