From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web10.3660.1589368322794465684 for ; Wed, 13 May 2020 04:12:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=TraCa94r; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589368321; 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=g3NJpZ6zv5zYZInL9Lh9RpLtSjYoQe1NF8VF6Ias8d8=; b=TraCa94rZPbT8sWwPDE+fppL+bgL2zPAlI5whrIAo+ITknU7/jDlxT0Wn8/9fFGX0AY6/P gNjc6SmI3vuj+KPUPS6vyvvw497AZSSPkJs/Z2Ph5NrRgTq1apm4GizSoYmfanYO4Zdj6G 1hI5SqDdh52s/iDPookDZPfDg6wf1So= 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-47-UmEiOxFcMOqShT3dt1z4Zg-1; Wed, 13 May 2020 07:11:58 -0400 X-MC-Unique: UmEiOxFcMOqShT3dt1z4Zg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1ED50EC1A4; Wed, 13 May 2020 11:11:57 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-95.ams2.redhat.com [10.36.115.95]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2BC961000337; Wed, 13 May 2020 11:11:55 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH V5 16/27] OvmfPkg: Add support for DebugCommonLib To: devel@edk2.groups.io, cheptsov@ispras.ru Cc: Jordan Justen , Ard Biesheuvel References: <20200512170237.19796-1-cheptsov@ispras.ru> <20200512170237.19796-17-cheptsov@ispras.ru> From: "Laszlo Ersek" Message-ID: <5d8ece89-76db-3f97-34cd-cd61c4482eb1@redhat.com> Date: Wed, 13 May 2020 13:11:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200512170237.19796-17-cheptsov@ispras.ru> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 05/12/20 19:02, Vitaly Cheptsov wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2054 > > CC: Jordan Justen > CC: Laszlo Ersek > CC: Ard Biesheuvel > Signed-off-by: Vitaly Cheptsov > --- > OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c | 98 -------------------- > OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf | 3 +- > OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf | 3 +- > OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPortNocheck.inf | 3 +- > OvmfPkg/OvmfPkgIa32.dsc | 1 + > OvmfPkg/OvmfPkgIa32X64.dsc | 1 + > OvmfPkg/OvmfPkgX64.dsc | 1 + > OvmfPkg/OvmfXen.dsc | 1 + > 8 files changed, 7 insertions(+), 104 deletions(-) Thanks for the updates. Reviewed-by: Laszlo Ersek