From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mx.groups.io with SMTP id smtpd.web11.14215.1681220807518879424 for ; Tue, 11 Apr 2023 06:46:47 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm1 header.b=CoXFQzgo; spf=pass (domain: bsdio.com, ip: 64.147.123.24, mailfrom: rebecca@bsdio.com) Received: from compute6.internal (compute6.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 773043200910; Tue, 11 Apr 2023 09:46:46 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Tue, 11 Apr 2023 09:46:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to; s=fm1; t=1681220806; x=1681307206; bh=PNR08+Co4Q vJxX/tK9mGbkhN3jvK5pYXpPQgOOWt8es=; b=CoXFQzgokFIO9scU2zV1TL99g5 ZyIHJ0jdLWAb/FBY9WLqyTznmtaCdbBEPITmWiMyUbqkcMdH6cYeE/kJ2M3S+sGY J5B/qaEBrVNZ4qTmFvqzshOjYQ9zcnVwNiFB9c8ChZuTFY0W5YrVjGAfVbx7j2ay thzCZSShEsooTqD+o7LaBfRSxEsVwoeueaEUnsKY7W5DkKnqWW8miiog52sgFBNa DBaAil7D5P7/7YG9/mRdLxvXSBQ2IL3MLmua2+vvjinW3HYx4eW2a3bSNdKHATPm VrjVGSJ6XDvw1PoIqVbYq3jz8XimoxrXShFlz2MkTEjHWJqXqTg000pk4Dgg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1681220806; x=1681307206; bh=PNR08+Co4QvJx X/tK9mGbkhN3jvK5pYXpPQgOOWt8es=; b=ihcJy/s89YDobnItv062wL1758y+B aC6aVySrj9m7Ot96BZHFsqYxtzWdVc5jpKacKVj4Dz8EDKez+iuhcolScO59LzTR 3hSe8D9QhiBcH0PYgG4RyIHn0uibBpZiuoy+RxXI8PTVKvtxvxeq4aGUMisx+luv x5UxcRlcT+sc++lakp2IMrqCiQlZ7+pWSsnjRTZIUqYLf7YOa9K8lL8D43RIlMuJ 3nIUJ94A4QJslCZ3nm/dR8VkwQhBbPOkbBWhI0VTzMvdDa/D8PUjdbXNnROpcCy/ buq2+E0b4eOHyAChpThzWOWsB105GHlFn6fmjhdt5Mrjzaq/OlBmjM5DQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdekgedgieelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomheptfgvsggvtggt rgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrthhtvg hrnhepuedvkedtleekueekgfejjeettefftdduiefffeehveefgfevueelgffhleelgfdv necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprhgvsg gvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 11 Apr 2023 09:46:44 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io, Ard Biesheuvel , Thomas Abraham , Sami Mujawar , Leif Lindholm , Michael D Kinney Cc: Rebecca Cran Subject: [PATCH edk2-platforms 0/2] Platform/ARM/JunoPkg: Increase FV size and enable NOOPT build Date: Tue, 11 Apr 2023 07:46:41 -0600 Message-Id: <20230411134643.116380-1-rebecca@bsdio.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Platform/ARM/JunoPkg/ArmJuno.dsc | 2 +- Platform/ARM/JunoPkg/ArmJuno.fdf | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) -- 2.34.1