From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.8073.1650631301716332661 for ; Fri, 22 Apr 2022 05:41:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=L5GXuERU; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650631300; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UF0YRzEa+ecykxHlU5QuyAh7PTatMOV0LNqcVcv746U=; b=L5GXuERU55T/01zVgx1Hn60L/5S2J2WBSFh0RebwOUBwc5sR5pS+imZAt2u+T7EOBCvKFH T57TVCKHmFUwgB2BUxmdM+3ZJN6ACKaIBgP5WUm+RVj5l0xom+hfx6rEZY1XflyA0QqkMb au7vzwlAE89KP0Wtv0Ut1GYtBwzk5Po= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-349-MoZ5EbewPiSTt6MDwy6Yug-1; Fri, 22 Apr 2022 08:41:37 -0400 X-MC-Unique: MoZ5EbewPiSTt6MDwy6Yug-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1785E85A5A8; Fri, 22 Apr 2022 12:41:37 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C6AD140ED53; Fri, 22 Apr 2022 12:41:36 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 769B91800D51; Fri, 22 Apr 2022 14:41:20 +0200 (CEST) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Pawel Polawski , Oliver Steffen , Ray Ni , Gerd Hoffmann , Jordan Justen , Brijesh Singh , Jian J Wang , Min Xu , James Bottomley , Erdem Aktas , Julien Grall , Zhichao Gao , Ard Biesheuvel , Liming Gao , Sami Mujawar , Anthony Perard , Leif Lindholm , Jiewen Yao , Tom Lendacky Subject: [PATCH v2 3/3] ArmVirtPkg: clear PcdConOut{Row,Column} Date: Fri, 22 Apr 2022 14:41:20 +0200 Message-Id: <20220422124120.2816257-4-kraxel@redhat.com> In-Reply-To: <20220422124120.2816257-1-kraxel@redhat.com> References: <20220422124120.2816257-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true ConSplitterDxe will pick the highest available resolution then, thereby making better use of the available display space. Signed-off-by: Gerd Hoffmann Reviewed-by: Liming Gao --- ArmVirtPkg/ArmVirtQemu.dsc | 2 ++ ArmVirtPkg/ArmVirtQemuKernel.dsc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc index b2b0d304d335..aa0ce61630f7 100644 --- a/ArmVirtPkg/ArmVirtQemu.dsc +++ b/ArmVirtPkg/ArmVirtQemu.dsc @@ -259,6 +259,8 @@ [PcdsDynamicDefault.common] gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480 + gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0 + gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0 # # SMBIOS entry point version diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc index 36343f347bab..7f7d15d6eee3 100644 --- a/ArmVirtPkg/ArmVirtQemuKernel.dsc +++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc @@ -238,6 +238,8 @@ [PcdsDynamicDefault.common] gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480 + gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0 + gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0 # # SMBIOS entry point version -- 2.35.1