From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web10.14971.1676036577944228664 for ; Fri, 10 Feb 2023 05:42:58 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=cUwP7tTq; spf=pass (domain: kernel.org, ip: 145.40.68.75, 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 ams.source.kernel.org (Postfix) with ESMTPS id D7149B82528 for ; Fri, 10 Feb 2023 13:42:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 991DFC4339B for ; Fri, 10 Feb 2023 13:42:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676036574; bh=XCTo8C9zpCmGIDziKbYng40LWff2In9wq9M/Se3+vec=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=cUwP7tTquizTMi17Z3vkx84Gave8HhQsP+xGqXDIRof1V7zF5DSdU3GgLcBqSAYlX 27oBJORrI9b171ai8tK640867glWl1rTsMNKuKCNiCev0lghbI2jZWEIRmKrXT25L2 cd8mWzxTVWZ54AQpAOHCs38mvn2kUl+JjgWPsF3/Qz3/CD12qVHd2vL1ZndmWeikXN GPc/BOzrHhVqwv5Ra+E6Y/1akLyVPDaMCwQ2fqrsnb5qXOBdnWk3RoPgVCaX2JQGdf ENFaiockc5+GGnV/aVp0Xu42WDqBcia6fWeCUgCUZSAq87gt+WUTtCcba2xUEGzphT 41MeUbLCc8cTQ== Received: by mail-lf1-f43.google.com with SMTP id j17so8393267lfr.3 for ; Fri, 10 Feb 2023 05:42:54 -0800 (PST) X-Gm-Message-State: AO0yUKWRPYWdMJIOSohnyuZlsEuwM3J4TMg42AeRHPD2aoXKfWmAGu83 //xXWewqygzCaLBDq2mAioVJwrmyXU5UcZCv4Xs= X-Google-Smtp-Source: AK7set+TPxmhxNzj3G10HjZ8oDcWDphzpr8FOubaaZqIZGZ84FNmVzPsM4v4YaDw9JTyYZ/Dh46h9GitcuPLi3Acy6Q= X-Received: by 2002:ac2:4348:0:b0:4cb:4526:3f09 with SMTP id o8-20020ac24348000000b004cb45263f09mr2688456lfl.105.1676036572637; Fri, 10 Feb 2023 05:42:52 -0800 (PST) MIME-Version: 1.0 References: <20230209102648.2291743-1-kraxel@redhat.com> <20230210084157.s35f5j4rzkr6ibl7@sirius.home.kraxel.org> In-Reply-To: <20230210084157.s35f5j4rzkr6ibl7@sirius.home.kraxel.org> From: "Ard Biesheuvel" Date: Fri, 10 Feb 2023 14:42:41 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 00/10] OvmfPkg: add Crypto Driver support To: Gerd Hoffmann Cc: devel@edk2.groups.io, Pawel Polawski , Guomin Jiang , Tom Lendacky , Jiewen Yao , Xiaoyu Lu , Jordan Justen , Min Xu , Jian J Wang , Michael Roth , Oliver Steffen , James Bottomley , Erdem Aktas , Ard Biesheuvel Content-Type: text/plain; charset="UTF-8" On Fri, 10 Feb 2023 at 09:42, Gerd Hoffmann wrote: > > On Thu, Feb 09, 2023 at 05:46:15PM +0100, Ard Biesheuvel wrote: > > On Thu, 9 Feb 2023 at 11:27, Gerd Hoffmann wrote: > > > > > > Known problem: the NOOPT builds fail due to PEI becoming too big. > > > > > > What is the reason for doing these NOOPT builds? > > > > They are very useful for doing single step debugging with GDB. On ARM, > > I use the NOOPT builds fairly regularly. > > Can LTO be enabled for the NOOPT build? Or depends that on > optimizations being turned on? > With the hunk below applied: