From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 17AA12095D9DC for ; Tue, 25 Jul 2017 14:37:19 -0700 (PDT) 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 mx1.redhat.com (Postfix) with ESMTPS id A714F7C82B; Tue, 25 Jul 2017 21:39:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A714F7C82B Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-22.phx2.redhat.com [10.3.116.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id DC4A4619D0; Tue, 25 Jul 2017 21:39:19 +0000 (UTC) From: Laszlo Ersek To: Jordan Justen Cc: edk2-devel-01 , "Dr. David Alan Gilbert" References: <20170711032231.29280-1-lersek@redhat.com> Message-ID: Date: Tue, 25 Jul 2017 23:39:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170711032231.29280-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 25 Jul 2017 21:39:20 +0000 (UTC) Subject: Re: [PATCH 0/1] OvmfPkg/PlatformPei: support >=1TB high RAM, and discontiguous high RAM X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2017 21:37:19 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Jordan, can you please ack this? Thanks Laszlo On 07/11/17 05:22, Laszlo Ersek wrote: > The commit message says it all. > > BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1468526 > Repo: https://github.com/lersek/edk2.git > Branch: highram1tb > > Cc: "Dr. David Alan Gilbert" > Cc: Gerd Hoffmann > Cc: Igor Mammedov > Cc: Jordan Justen > > Thanks > Laszlo > > Laszlo Ersek (1): > OvmfPkg/PlatformPei: support >=1TB high RAM, and discontiguous high > RAM > > OvmfPkg/PlatformPei/MemDetect.c | 161 +++++++++++++++++++- > 1 file changed, 159 insertions(+), 2 deletions(-) >