From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web10.10346.1589537421286954554 for ; Fri, 15 May 2020 03:10:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=cep0gfSy; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589537420; 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=xxzxyHrirOyjE9xzmptCGmKARXKP6BKNjn/ar76Fm+8=; b=cep0gfSyX7mjHQF1ly/iWozsxbZVxf2augsdSd2sGec/Sa8+Hu2ypcyxTz3xWrbnrLiPrV tGKfK5PuxXITh9tSfZddbfp0glU1J5JTPhZr/E6KE6NUGwLIx0C08N3Ff7r3izGvDLcB89 A6f5wmhRu9YR/2ZTK36OkkoAbAmX9o0= 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-32-00cceziNOeOvPtoElobILA-1; Fri, 15 May 2020 06:10:12 -0400 X-MC-Unique: 00cceziNOeOvPtoElobILA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 93702107ACF5; Fri, 15 May 2020 10:10:10 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-220.ams2.redhat.com [10.36.113.220]) by smtp.corp.redhat.com (Postfix) with ESMTP id C19E146; Fri, 15 May 2020 10:10:06 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/4] OvmfPkg/PlatformPei: rewrite MemTypeInfo HOB production logic From: "Laszlo Ersek" To: Ard Biesheuvel , Jiewen Yao Cc: edk2-devel-groups-io , 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: <4960dc75-9440-0592-becc-70e809bf9bed@redhat.com> Date: Fri, 15 May 2020 12:10:05 +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: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 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 Hi Jiewen, Ard, On 05/12/20 17:19, Laszlo Ersek wrote: > 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. Jiewen -- do you have any feedback? If not: Ard, can you please ACK this series? 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(-) >> > > > >