From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web11.10669.1601552765637433130 for ; Thu, 01 Oct 2020 04:46:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=R7KHGL1e; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601552764; 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=ygXyhWRPIcsVce1QdWJRgnxZdpRe+9haW/D/D8fi2CU=; b=R7KHGL1eramVavFB+I38XULDe2w8xzAY4SPmcS+cgbVgVAOsw/sc4tmgQtGWbKEAJtoN98 HOubl/GnUoC+dRRd2EV+aJJLYMEZDuQMhvFwudt65U8wpoDg+7CNDGWBqbcWTS3KbU61LV NH2QKwyJ55mWWKXs272mrZ/40T4I3bk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-469-0PrKpF9uMPKiXRhgwESQCQ-1; Thu, 01 Oct 2020 07:45:52 -0400 X-MC-Unique: 0PrKpF9uMPKiXRhgwESQCQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CB0DF801FD5; Thu, 1 Oct 2020 11:45:50 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-110.ams2.redhat.com [10.36.113.110]) by smtp.corp.redhat.com (Postfix) with ESMTP id C9B1473685; Thu, 1 Oct 2020 11:45:49 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH v2 0/2] Enable HttpDynamicCommand for ArmVirtPkg and OvmfPkg To: devel@edk2.groups.io, vladimir.olovyannikov@broadcom.com Cc: Ard Biesheuvel , Leif Lindholm References: <20200722205434.4348-1-vladimir.olovyannikov@broadcom.com> From: "Laszlo Ersek" Message-ID: Date: Thu, 1 Oct 2020 13:45:48 +0200 MIME-Version: 1.0 In-Reply-To: <20200722205434.4348-1-vladimir.olovyannikov@broadcom.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 07/22/20 22:54, Vladimir Olovyannikov via groups.io wrote: > Hi, > > This patchset enables HttpDynamicCommand (Shell command "http") which can be > used on ArmVirt and Ovmf platforms. HttpDynamicCommand needs to be available > in the tree before this patchset can be applied. The patchset needs to > be tested on both platforms. > > PATCH v2 patchset addresses comments from Laszlo: > - mention BZ id in commit message; > - remove the extra whitespace in dsc files; > - add the new module to OvmfPkg/ArmVirPkg fdf files. > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2857 > > Thank you, > Vladimir > Vladimir Olovyannikov (2): > ArmVirtPkg: enable HttpDynamiCommand > OvmfPkg: enable HttpDynamicCommand > > ArmVirtPkg/ArmVirt.dsc.inc | 4 ++++ > ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc | 1 + > ArmVirtPkg/ArmVirtXen.fdf | 1 + > OvmfPkg/OvmfPkgIa32.dsc | 4 ++++ > OvmfPkg/OvmfPkgIa32.fdf | 1 + > OvmfPkg/OvmfPkgIa32X64.dsc | 4 ++++ > OvmfPkg/OvmfPkgIa32X64.fdf | 1 + > OvmfPkg/OvmfPkgX64.dsc | 4 ++++ > OvmfPkg/OvmfPkgX64.fdf | 1 + > OvmfPkg/OvmfXen.dsc | 4 ++++ > OvmfPkg/OvmfXen.fdf | 1 + > 11 files changed, 26 insertions(+) Merged in commit range d8ab884fe9b4..2d8ca4f90eae, via . [lersek@redhat.com: remove groups.io corruption from Author meta-datum] Thanks! Laszlo