From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.98858.1673338889815326832 for ; Tue, 10 Jan 2023 00:21:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=gEt5mz3l; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1673338889; h=from:from: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; bh=4eq9d/EjPAW9DpKPpZIQeSakNROhuHlmTRASk9P7xQw=; b=gEt5mz3lVoRWAmCB7XLTeua23yd9tol7fgf3EhQErIxcM9vGcr7FMsUjkAOT8uKn+cgoSI A9mhPpRWUQIapnpIi4L24La9svWAqGIcUSmrwqzGCIOLCLnI1g9ES4WkT+2B3YUEzsLUmU 9Eld5ircZF3XP3meWsdsflLS+N3nnbI= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-197-VOrCalwUNd-1hIQB5vsALg-1; Tue, 10 Jan 2023 03:21:25 -0500 X-MC-Unique: VOrCalwUNd-1hIQB5vsALg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7E574811E6E; Tue, 10 Jan 2023 08:21:25 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.238]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 411BD2166B26; Tue, 10 Jan 2023 08:21:25 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id DCA2518000B3; Tue, 10 Jan 2023 09:21:23 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Pawel Polawski , Jiewen Yao , Oliver Steffen , Jordan Justen , =?UTF-8?q?L=C3=A1szl=C3=B3=20=C3=89rsek?= , Ard Biesheuvel , Gerd Hoffmann Subject: [PATCH v2 0/4] OvmfPkg: check 64bit mmio window for resource conflicts Date: Tue, 10 Jan 2023 09:21:19 +0100 Message-Id: <20230110082123.159521-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit v2: - split up PlatformScanOrAdd64BitE820Ram() into scan function with callbacks, store results in PlatformInfoHob struct. Gerd Hoffmann (4): OvmfPkg/PlatformInitLib: Add PlatformScanE820 and GetFirstNonAddressCB OvmfPkg/PlatformInitLib: Add PlatformGetLowMemoryCB OvmfPkg/PlatformInitLib: Add PlatformAddHobCB OvmfPkg/PlatformInitLib: Add PlatformReservationConflictCB OvmfPkg/Include/Library/PlatformInitLib.h | 3 +- OvmfPkg/Library/PeilessStartupLib/Hob.c | 3 +- .../PeilessStartupLib/PeilessStartup.c | 7 +- OvmfPkg/Library/PlatformInitLib/MemDetect.c | 328 ++++++++++-------- OvmfPkg/Library/PlatformInitLib/Platform.c | 7 +- OvmfPkg/PlatformPei/MemDetect.c | 3 +- 6 files changed, 192 insertions(+), 159 deletions(-) -- 2.39.0