From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3866CC433E0 for ; Wed, 10 Feb 2021 15:13:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E288964E74 for ; Wed, 10 Feb 2021 15:13:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231803AbhBJPNR (ORCPT ); Wed, 10 Feb 2021 10:13:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230245AbhBJPNJ (ORCPT ); Wed, 10 Feb 2021 10:13:09 -0500 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE181C061786; Wed, 10 Feb 2021 07:12:28 -0800 (PST) Received: by theia.8bytes.org (Postfix, from userid 1000) id B8FA83C2; Wed, 10 Feb 2021 16:12:26 +0100 (CET) Date: Wed, 10 Feb 2021 16:12:25 +0100 From: Joerg Roedel To: Konrad Rzeszutek Wilk Cc: daniel.kiper@oracle.com, x86@kernel.org, Joerg Roedel , hpa@zytor.com, Andy Lutomirski , Dave Hansen , Peter Zijlstra , Jiri Slaby , Dan Williams , Tom Lendacky , Juergen Gross , Kees Cook , David Rientjes , Cfir Cohen , Erdem Aktas , Masami Hiramatsu , Mike Stunes , Sean Christopherson , Martin Radev , Arvind Sankar , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH 0/7] x86/seves: Support 32-bit boot path and other updates Message-ID: <20210210151224.GC7302@8bytes.org> References: <20210210102135.30667-1-joro@8bytes.org> <20210210145835.GE358613@fedora> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210210145835.GE358613@fedora> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Konrad, On Wed, Feb 10, 2021 at 09:58:35AM -0500, Konrad Rzeszutek Wilk wrote: > What GRUB versions are we talking about (CC-ing Daniel Kiper, who owns > GRUB). I think this was about 32-bit GRUB builds used by distributions. I personally tested it with a kernel which has EFI support disabled, in this case the OVMF firmware will also boot into the startup_32 boot path. > By 'some firmware' we talking SeaBIOS? No, SeaBIOS is not supported for SEV-ES, only OVMF has handling for #VC so far. Regards, Joerg