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 493A121D147AE for ; Mon, 10 Jul 2017 20:20:53 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5714180C0F; Tue, 11 Jul 2017 03:22:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5714180C0F Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=lersek@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 5714180C0F Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-79.phx2.redhat.com [10.3.116.79]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2E7B617AC9; Tue, 11 Jul 2017 03:22:35 +0000 (UTC) From: Laszlo Ersek To: edk2-devel-01 Cc: "Dr. David Alan Gilbert" , Gerd Hoffmann , Igor Mammedov , Jordan Justen Date: Tue, 11 Jul 2017 05:22:30 +0200 Message-Id: <20170711032231.29280-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 11 Jul 2017 03:22:38 +0000 (UTC) Subject: [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, 11 Jul 2017 03:20:53 -0000 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(-) -- 2.13.1.3.g8be5a757fa67