From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.7992.1589296777139306492 for ; Tue, 12 May 2020 08:19:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=HgavidXQ; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589296776; h=from:from:reply-to: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=/waYQXIQgET2d4TKzRw4Mjye3upWzKel6YysRkRMjts=; b=HgavidXQXCDw8Dr2HRTeorC09KdsNkJud+X6NPGAniBPZFig3FNiAYJOl5po9LWVGfHetj dmjiTdKjOIvQdC/0tXQC+yrGRsSropyBr6ysVxuP/7Aspl6/S0Kvin2OuBG4A+lU8jbDX7 v1yNaeji9k8m66JPlY/8miYeB//upkk= 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-302-ibS86aPeNhusy4ORwnmtCA-1; Tue, 12 May 2020 11:19:27 -0400 X-MC-Unique: ibS86aPeNhusy4ORwnmtCA-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F0901800688; Tue, 12 May 2020 15:19:25 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-120.ams2.redhat.com [10.36.114.120]) by smtp.corp.redhat.com (Postfix) with ESMTP id 05C605C6D0; Tue, 12 May 2020 15:19:23 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/4] OvmfPkg/PlatformPei: rewrite MemTypeInfo HOB production logic From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Liming Gao , "Leif Lindholm (Nuvia address)" , Michael Kinney , Andrew Fish Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20200508121651.16045-1-lersek@redhat.com> Message-ID: Date: Tue, 12 May 2020 17:19:23 +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: <20200508121651.16045-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit A meta-note: On 05/08/20 14:16, Laszlo Ersek wrote: > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2706 > Repo: https://pagure.io/lersek/edk2.git > Branch: memtypeinfo_rework > > Please find the problem statement and the solution outline in the > Bugzilla ticket linked above. I consider this patch series a regression fix. (The BZ has the "regression" keyword set.) It's not yet time for me to ping reviewers for ACKs (the patch set has been on the list for 4 days only), just saying that, knowing that the edk2-stable202005 Soft Feature Freeze will be announced on the 15th, I consider this set suitable for merging during the Hard Feature Freeze too. Thanks, Laszlo > > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Philippe Mathieu-Daudé > > Thanks, > Laszlo > > Laszlo Ersek (4): > OvmfPkg/PlatformPei: don't track BS Code/Data in default MemTypeInfo > HOB > OvmfPkg/PlatformPei: rewrite MemTypeInfo HOB production logic > OvmfPkg/PlatformPei: extract memory type info defaults to PCDs > OvmfPkg/PlatformPei: increase memory type info defaults > > OvmfPkg/OvmfPkgIa32.dsc | 12 ++ > OvmfPkg/OvmfPkgIa32X64.dsc | 13 ++ > OvmfPkg/OvmfPkgX64.dsc | 12 ++ > OvmfPkg/PlatformPei/MemTypeInfo.c | 184 +++++++++++++------- > OvmfPkg/PlatformPei/PlatformPei.inf | 6 + > 5 files changed, 166 insertions(+), 61 deletions(-) >