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 52D3DD8110E for ; Tue, 12 Mar 2024 15:40:12 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=K/JwnolOr5CtFB1fae27twVKth7m8MCGXccxiV4sVvY=; c=relaxed/simple; d=groups.io; h=Date:Mime-Version:Message-ID:Subject:From: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=1710258011; v=1; b=2ODEFBNjMrgeG5Kg/DsoiLCddnLPRIHcvo31JxNjCdZeSetjMxueAhno1hww62dZwWf224Xu kT9dkYW/76UNF+Bjl/jmcMQFEHm7q5W3uGKNinpTIZ1T3+5RWcTbnIS6UCeD83qLwtCjQjAYzsX NwSlfX/+pVmeQQJDtuKen2HAMbjhtYbrvFnknqLN6vr/whlE4ELDyuBNB8lPNU90zPTgkCm4NI/ OMozoH9RrVpIpJNwyn1Y3XeB3t9PdSvg0Awd1IItLLLOzaUU/nw3JlDwTbdXfIrNWSMI787zmp5 Xlp2RGEWPkLF+QFx6i3nSZphCkMD0b9QBoOPVodjzxzuw== X-Received: by 127.0.0.2 with SMTP id rmetYY7687511xLAsPSnqOgH; Tue, 12 Mar 2024 08:40:11 -0700 X-Received: from mail-yb1-f201.google.com (mail-yb1-f201.google.com [209.85.219.201]) by mx.groups.io with SMTP id smtpd.web11.5468.1710239374460825225 for ; Tue, 12 Mar 2024 03:29:34 -0700 X-Received: by mail-yb1-f201.google.com with SMTP id 3f1490d57ef6-dccc49ef73eso6473120276.2 for ; Tue, 12 Mar 2024 03:29:34 -0700 (PDT) X-Gm-Message-State: LOZiVLrhAcPcy1UzEZHwFIvFx7686176AA= X-Google-Smtp-Source: AGHT+IGqqgGw+4AZqQ/eG0pwnnNBsZokxAL0X9RyNH3Q5wt1/UkGky8XULQ3MPcckf2P1lK8AObUNmG6 X-Received: from palermo.c.googlers.com ([fda3:e722:ac3:cc00:28:9cb1:c0a8:118a]) (user=ardb job=sendgmr) by 2002:a05:6902:100d:b0:dcc:8be2:7cb0 with SMTP id w13-20020a056902100d00b00dcc8be27cb0mr493495ybt.0.1710239373488; Tue, 12 Mar 2024 03:29:33 -0700 (PDT) Date: Tue, 12 Mar 2024 11:29:23 +0100 Mime-Version: 1.0 Message-ID: <20240312102923.2053815-1-ardb+git@google.com> Subject: [edk2-devel] [PATCH edk2-platforms 1/1] Platform/RPI4: Grow FV size to accommodate DEBUG build From: "Ard Biesheuvel via groups.io" To: devel@edk2.groups.io Cc: jeremy.linton@arm.com, quic_llindhol@quicinc.com, Ard Biesheuvel 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 08:40:05 -0700 Reply-To: devel@edk2.groups.io,ardb+git@google.com 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=2ODEFBNj; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=pass (policy=none) header.from=groups.io 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 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 (#116687): https://edk2.groups.io/g/devel/message/116687 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] -=-=-=-=-=-=-=-=-=-=-=-