From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.45305.1589818200340586647 for ; Mon, 18 May 2020 09:10:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=bZit2fzb; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1589818199; 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=GOT6PtYg/XqUFyJSsqjKfNCiMGbrWyCG8ziF6qFTwpE=; b=bZit2fzbCM0bEpqu4Tf+2N5lELaO9uXd9DpKuGnVw1d+o6c++Jq07jyG3lkWS7KlqIMc19 4gcBiAi6jp9Te8opo7LILLVaTrAe3l6GYYkbCNIwGJjqcuHVIyehHe3oS0kmZhtW/W+CWi LEOqR91WGCHzwvOj8FDEt7kguydoXTY= 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-323-mAUE0MWhPOWBb46PKHaAUw-1; Mon, 18 May 2020 12:09:45 -0400 X-MC-Unique: mAUE0MWhPOWBb46PKHaAUw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id ADD7283DB38; Mon, 18 May 2020 16:09:43 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-240.ams2.redhat.com [10.36.112.240]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5A77260C05; Mon, 18 May 2020 16:09:42 +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?= Reply-To: devel@edk2.groups.io, lersek@redhat.com References: <20200508121651.16045-1-lersek@redhat.com> Message-ID: <25d83c46-6cc4-1c61-9b20-5098c5a96dae@redhat.com> Date: Mon, 18 May 2020 18:09:41 +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.12 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 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. > > 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(-) > Thank you all for the reviews. Merged in commit range 9099dcbd61c8..7b6327ff03bb via . Laszlo