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 91ABDAC0BD0 for ; Tue, 12 Mar 2024 10:43:43 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=e/v/N0V/66ELGKU3rof1nQEulNvS6Aq4bK4KoJe3NU8=; 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:Resent-Date:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type; s=20240206; t=1710240222; v=1; b=lJLa+6fXuct0vV/enNgORZqsZKAr84ujl9wrRCj7RzNzm/l3kfnLsL7Fh9QWZs1UToYUrWpV gzhLxLD1KilZ1xSAm8ykoKhMexvs29so2yZd1Furw4sqnLe9KaNYsOatj6FNcALvd6dByyr5Kh8 hIS7nnE8xtPUrwwv6tz2xEU1bfnQbLJ8+4iqKtFgYzAK7l3fwI9M9Xo2CVgkEY14WWlOIZTc37m KVFcr3tp/17FJnaTdqF7DXOZGEhla+MX0brsThE9U0kUenNxy86QfZGg1tp8SsN/5/degFbtucT p5+cxFjtI5tvxjtwt39Uzyo4offTE/vqnDa9cM264Dr2A== X-Received: by 127.0.0.2 with SMTP id nhU8YY7687511xNiCpKtbWJR; Tue, 12 Mar 2024 03:43:42 -0700 X-Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.5728.1710240221302710388 for ; Tue, 12 Mar 2024 03:43:41 -0700 X-Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id C904261169 for ; Tue, 12 Mar 2024 10:43:40 +0000 (UTC) X-Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82A6FC43394 for ; Tue, 12 Mar 2024 10:43:40 +0000 (UTC) X-Received: by mail-lj1-f170.google.com with SMTP id 38308e7fff4ca-2d3fae963a8so51574541fa.1 for ; Tue, 12 Mar 2024 03:43:40 -0700 (PDT) X-Gm-Message-State: NJuh5ZXUjRBoOlduroeFn3UAx7686176AA= X-Google-Smtp-Source: AGHT+IE23nrS7wl18VoJwxWdULfjATUsntlPwdpoaEsKJRq1nVQ9/ii8L/7whIFe1fslz5Scvtdj1D82oWlPoDLZOZM= X-Received: by 2002:a05:651c:3c6:b0:2d3:f81b:7f9 with SMTP id f6-20020a05651c03c600b002d3f81b07f9mr5364604ljp.21.1710240218710; Tue, 12 Mar 2024 03:43:38 -0700 (PDT) MIME-Version: 1.0 References: <20240312102923.2053815-1-ardb+git@google.com> In-Reply-To: <20240312102923.2053815-1-ardb+git@google.com> From: "Ard Biesheuvel" Date: Tue, 12 Mar 2024 11:43:27 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH edk2-platforms 1/1] Platform/RPI4: Grow FV size to accommodate DEBUG build To: Ard Biesheuvel Cc: devel@edk2.groups.io, jeremy.linton@arm.com, quic_llindhol@quicinc.com 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 Resent-Date: Tue, 12 Mar 2024 03:43:41 -0700 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=20240206 header.b=lJLa+6fX; 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 Tue, 12 Mar 2024 at 11:29, Ard Biesheuvel wrote: > > From: Ard Biesheuvel > > The DEBUG build no longer fits when all build options used by the > release script on github.com/pftf are used, presumably due to the > OpenSSL upgrade. > > So bump the size for all builds. > > Signed-off-by: Ard Biesheuvel > --- > Platform/RaspberryPi/RPi4/RPi4.fdf | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/Platform/RaspberryPi/RPi4/RPi4.fdf b/Platform/RaspberryPi/RPi4/RPi4.fdf > index 816927761513..951488260ed4 100644 > --- a/Platform/RaspberryPi/RPi4/RPi4.fdf > +++ b/Platform/RaspberryPi/RPi4/RPi4.fdf > @@ -25,11 +25,11 @@ > > [FD.RPI_EFI] > BaseAddress = 0x00000000|gArmTokenSpaceGuid.PcdFdBaseAddress > -Size = 0x001f0000|gArmTokenSpaceGuid.PcdFdSize > +Size = 0x00210000|gArmTokenSpaceGuid.PcdFdSize > ErasePolarity = 1 > Ugh just realized that this breaks DT loading from TFA, which places the DT at a fixed offset of 0x1f0000 > BlockSize = 0x00001000|gRaspberryPiTokenSpaceGuid.PcdFirmwareBlockSize > -NumBlocks = 0x1f0 > +NumBlocks = 0x210 > > ################################################################################ > # > @@ -56,7 +56,7 @@ [FD.RPI_EFI] > # > # UEFI image > # > -0x00020000|0x001b0000 > +0x00020000|0x001d0000 > gArmTokenSpaceGuid.PcdFvBaseAddress|gArmTokenSpaceGuid.PcdFvSize > FV = FVMAIN_COMPACT > > @@ -70,7 +70,7 @@ [FD.RPI_EFI] > # > > # NV_VARIABLE_STORE > -0x001d0000|0x0000e000 > +0x001f0000|0x0000e000 > gRaspberryPiTokenSpaceGuid.PcdNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize > > DATA = { > @@ -113,11 +113,11 @@ [FD.RPI_EFI] > } > > # NV_EVENT_LOG > -0x001de000|0x00001000 > +0x001fe000|0x00001000 > gRaspberryPiTokenSpaceGuid.PcdNvStorageEventLogBase|gRaspberryPiTokenSpaceGuid.PcdNvStorageEventLogSize > > # NV_FTW_WORKING header > -0x001df000|0x00001000 > +0x001ff000|0x00001000 > gRaspberryPiTokenSpaceGuid.PcdNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize > > DATA = { > @@ -132,7 +132,7 @@ [FD.RPI_EFI] > } > > # NV_FTW_WORKING data > -0x001e0000|0x00010000 > +0x00200000|0x00010000 > gRaspberryPiTokenSpaceGuid.PcdNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize > > # > -- > 2.44.0.278.ge034bb2e1d-goog > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116676): https://edk2.groups.io/g/devel/message/116676 Mute This Topic: https://groups.io/mt/104882052/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-