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.29286.1685620641835479334 for ; Thu, 01 Jun 2023 04:57:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=K7U52iKn; 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=1685620640; 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; bh=v7R84RITAM0ianpIQOhf6m6CzqxWuciQPJOukbJsvB8=; b=K7U52iKnW0kF+1Q9pcnHRXhfdObri9FPnEu3/P+taSkZqHamdE2U81mDwbj2ldRP4Z3dih kyPM5hlsFJoY0My/mxdsF7YROg1hdVXDJGSv2IcuHY1si2yLuCVrFM5RZiEoe9E88UoLkR Kd2OPapOYU3Zd+ioLPsbPb99X5DX3XQ= 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-633-Yx38-3wCMzugoRvnm4y5Qw-1; Thu, 01 Jun 2023 07:57:15 -0400 X-MC-Unique: Yx38-3wCMzugoRvnm4y5Qw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3F13C811E78; Thu, 1 Jun 2023 11:57:15 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.155]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 039388162; Thu, 1 Jun 2023 11:57:15 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id B93DA180079E; Thu, 1 Jun 2023 13:57:13 +0200 (CEST) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jiewen Yao , Gerd Hoffmann , Leif Lindholm , Ard Biesheuvel , Oliver Steffen , Pawel Polawski , Jordan Justen , Sami Mujawar Subject: [PATCH v2 0/4] ArmVirt: add VirtioSerialDxe Date: Thu, 1 Jun 2023 13:57:09 +0200 Message-Id: <20230601115713.1212372-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit v2: - address review comments (Ard). - drop merged patch. Gerd Hoffmann (4): ArmVirt: add VirtioSerialDxe to ArmVirtQemu builds ArmVirt/PlatformBootManagerLib: factor out IsVirtio() ArmVirt/PlatformBootManagerLib: factor out IsVirtioPci() ArmVirt/PlatformBootManagerLib: set up virtio serial as console ArmVirtPkg/ArmVirtQemu.dsc | 1 + ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 + .../PlatformBootManagerLib/PlatformBm.c | 224 +++++++++++++++++- ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 + 4 files changed, 217 insertions(+), 10 deletions(-) -- 2.40.1