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 4379321D49C67 for ; Fri, 4 Aug 2017 15:58:37 -0700 (PDT) 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 mx1.redhat.com (Postfix) with ESMTPS id B575A6147D; Fri, 4 Aug 2017 23:00:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B575A6147D Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=lersek@redhat.com Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-20.phx2.redhat.com [10.3.116.20]) by smtp.corp.redhat.com (Postfix) with ESMTP id D2A70600C0; Fri, 4 Aug 2017 23:00:46 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen Date: Sat, 5 Aug 2017 01:00:42 +0200 Message-Id: <20170804230043.12977-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 04 Aug 2017 23:00:47 +0000 (UTC) Subject: [PATCH v2 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: Fri, 04 Aug 2017 22:58:37 -0000 Version 2 of the patch posted at https://lists.01.org/pipermail/edk2-devel/2017-July/012304.html addressing Jordan's feedback (see the changes noted on patch v2 1/1). BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1468526 Repo: https://github.com/lersek/edk2.git Branch: highram1tb_v2 Cc: Jordan Justen Thanks Laszlo Laszlo Ersek (1): OvmfPkg/PlatformPei: support >=1TB high RAM, and discontiguous high RAM OvmfPkg/PlatformPei/MemDetect.c | 129 +++++++++++++++++++- 1 file changed, 127 insertions(+), 2 deletions(-) -- 2.13.1.3.g8be5a757fa67