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 B43BB941A77 for ; Wed, 16 Aug 2023 16:33:46 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=IkItHBrE2GOzlYzhxqURathM5vjSKp5V2noF1SKnJ+c=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1692203625; v=1; b=CwOrOMWmOiriodcmr3K/yR0amQBLPEiT5VpTnLW7mEgDrnWOz6luSEYgERUpQqP45zOuhdIk eQSWAtzGNE2QrIm6A56jDQYXWE76ddD8qfNjG/uFyrF1rlI9A5JQJQiKFvgWIgVTYaqTWUoAhax 3cH3wHlqur7O+3TyAMfpRtDA= X-Received: by 127.0.0.2 with SMTP id r6q4YY7687511xYTU1Yk55V1; Wed, 16 Aug 2023 09:33:45 -0700 X-Received: from muminek.juszkiewicz.com.pl (muminek.juszkiewicz.com.pl [213.251.184.221]) by mx.groups.io with SMTP id smtpd.web10.165483.1692203624129360997 for ; Wed, 16 Aug 2023 09:33:44 -0700 X-Received: from localhost (localhost [127.0.0.1]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTP id 0E0C9260757; Wed, 16 Aug 2023 18:33:40 +0200 (CEST) X-Virus-Scanned: Debian amavis at juszkiewicz.com.pl X-Received: from muminek.juszkiewicz.com.pl ([127.0.0.1]) by localhost (muminek.juszkiewicz.com.pl [127.0.0.1]) (amavis, port 10024) with ESMTP id O4GMeWyo1Jze; Wed, 16 Aug 2023 18:33:38 +0200 (CEST) X-Received: from applejack.lan (83.11.3.31.ipv4.supernova.orange.pl [83.11.3.31]) by muminek.juszkiewicz.com.pl (Postfix) with ESMTPSA id A0605260055; Wed, 16 Aug 2023 18:33:37 +0200 (CEST) From: "Marcin Juszkiewicz" To: devel@edk2.groups.io Cc: Leif Lindholm , Ard Biesheuvel , Graeme Gregory , Marcin Juszkiewicz Subject: [edk2-devel] [PATCH edk2-platforms 0/1] Enlarge firmware offsets Date: Wed, 16 Aug 2023 18:33:32 +0200 Message-ID: <20230816163333.76959-1-marcin.juszkiewicz@linaro.org> MIME-Version: 1.0 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: X-Gm-Message-State: 3mKwmdcz4BGwN3ayCeepHvdex7686176AA= 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=CwOrOMWm; 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 I am back from vacations. Started debug build and was greeted with message that my firmware is too big: GenFv: ERROR 3000: Invalid the required fv image size 0x216510 exceeds the set fv image size 0x200= 000 Which is weird as QemuSbsa uses 256MB flash images. So as quick hack I decided to bump some offsets and check does it work. It did but I am not sure is it the proper way. Marcin Juszkiewicz (1): Platform/QemuSbsa: enlarge firmware offsets Platform/Qemu/SbsaQemu/SbsaQemu.fdf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --=20 2.41.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107796): https://edk2.groups.io/g/devel/message/107796 Mute This Topic: https://groups.io/mt/100783094/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-