From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by mx.groups.io with SMTP id smtpd.web10.40577.1681298915990444196 for ; Wed, 12 Apr 2023 04:28:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=Hm4d+/nC; spf=pass (domain: kernel.org, ip: 139.178.84.217, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 487D663361 for ; Wed, 12 Apr 2023 11:28:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1829AC433A1 for ; Wed, 12 Apr 2023 11:28:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681298915; bh=52Oh5eTTo5UV8SmQ+2pUt58AKBHS6bPXel17IYh6T+Y=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=Hm4d+/nCt89A7oyNgy3dxOWt9RcWtCXCt+L9DgPP3QVskW4G4szDMXsCrxMTvj3Az b3YVadqHGrU6p1duzaoZdtu9FbtRtBy5Ezr3OxRym2rnsuBhabFUsiIvQb7wRQCW7t +p6sTztwNou0R0veCwIp2d/zCI8AjMW0p+sFkVM1TncNFYzj+3+xh3jE9gt/8zfm8C EAaMfpxNtpEciE2QluTP+kAA3hDfgdTjzAWVP8IBIaHaDqeBCTaU1k4u6OiDmJiXnN 6r8YQ6Zidn0G0d2xxMYizIjlIDg3OwTJWHLb2on2zlnURxdI9xPAQCsQN6mMPuQtrC Nig1xp4tVw3+g== Received: by mail-lj1-f174.google.com with SMTP id e9so40788595ljq.4 for ; Wed, 12 Apr 2023 04:28:35 -0700 (PDT) X-Gm-Message-State: AAQBX9cBhScYF0Mld+FT2RBGBFebM6oxjsGo8D7DVNY866uI53T3ACLh GUjDtdojk44DRXnvNYqudNJTiat+7PzS+WEEFAI= X-Google-Smtp-Source: AKy350Y+Nv0yVsmrhBJL+ek6H4iwgo40/BjvbhXah8/GoN2bSXhmOCQdUpVOTlM7XquwvCQz4DIoam+DNzk3Rg/CAp4= X-Received: by 2002:a2e:9905:0:b0:2a5:fe8f:ddec with SMTP id v5-20020a2e9905000000b002a5fe8fddecmr559710lji.2.1681298913036; Wed, 12 Apr 2023 04:28:33 -0700 (PDT) MIME-Version: 1.0 References: <20230411134643.116380-1-rebecca@bsdio.com> In-Reply-To: <20230411134643.116380-1-rebecca@bsdio.com> From: "Ard Biesheuvel" Date: Wed, 12 Apr 2023 13:28:22 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH edk2-platforms 0/2] Platform/ARM/JunoPkg: Increase FV size and enable NOOPT build To: Rebecca Cran Cc: devel@edk2.groups.io, Ard Biesheuvel , Thomas Abraham , Sami Mujawar , Leif Lindholm , Michael D Kinney Content-Type: text/plain; charset="UTF-8" On Tue, 11 Apr 2023 at 15:46, Rebecca Cran wrote: > > The current FV size of 996KB for the Juno platform is rather restrictive > nowadays: a NOOPT build can be made to fit, but when enabling HTTPS boot > the firmware size becomes far too large even with an optimized DEBUG build. > > Since the size value is rather arbitrary, bump it to 2MB: a build with > HTTPS boot and dynamic framework pkg uses around 72%, giving plenty of > headroom for future growth. > > Since the NOOPT build makes source-level debugging via Arm Development > Studio so much more useful, enable it in the .dsc file. > > Rebecca Cran (2): > Platform/ARM/JunoPkg: Bump the FV size to 2MB > Platform/ARM/JunoPkg: Enable the NOOPT build > Thanks Pushed as df82411375c5..9ca87c716f8a