From nobody Sat Apr 27 18:12:38 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+50335+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50335+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1573461270; cv=none; d=zoho.com; s=zohoarc; b=dYDqOQL64N5ZZTKfBgOiMp/gj4EcjKvfJgHQBTjmJrJObRMk3mv1j3qsS/zglLujqBrg60Vzlmm1tiljSv2VGLBBdOAia6IJ4sZIMBM1d0Zy10Oly2+SBWognGVb/fb9URfgHHkPlPzaYA4HvWwygpqFoy90zRwP6KT5wOaRdcQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1573461270; h=Content-Transfer-Encoding:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=WaJfSzqmCzduPGMZod+18IZAxFWJWG1kwAyO99+L+Pk=; b=RjS5YOPtbpVrI95yh6lFdbXaveEmQVctAe/unEC4rR0m/bW17M9SmWfU8j50fgOnBijBDntXyyV00y8KJEVyEIZbC3eQbGac4Rcg7fZNXPv3jBEU0WOAFnOC4aAafH6AjseXFbqKQfITL1eYMPyeWk2ENf7fUnqPowFUGXU4vjY= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+50335+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 157346127057099.9391805257078; Mon, 11 Nov 2019 00:34:30 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id OQi9YY1788612x1YwW926y4k; Mon, 11 Nov 2019 00:34:29 -0800 X-Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web09.838.1573456744835763047 for ; Sun, 10 Nov 2019 23:19:04 -0800 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Nov 2019 23:19:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,291,1569308400"; d="scan'208";a="213713745" X-Received: from mingtan1-mobl1.ccr.corp.intel.com ([10.239.200.120]) by fmsmga001.fm.intel.com with ESMTP; 10 Nov 2019 23:19:03 -0800 From: "Tan, Ming" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH] EmulatorPkg/PlatformSmbiosDxe: fix a spell error of platform. Date: Mon, 11 Nov 2019 15:18:50 +0800 Message-Id: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,ming.tan@intel.com X-Gm-Message-State: xcXFgFNJg3jZS7X2xKEL5Schx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1573461269; bh=dkQvFmINxNaE6un6pnWo0peK0wjkSeiU6BY3LIjMXeU=; h=Date:From:Reply-To:Subject:To; b=XNJ+tsg/J9+LUphlfnmf6CllCTrf+eFgJRiMwCI3+Ov4l3kLWlxfc+8lUGenEit84gY nN1AfGi5/NttPlZeEooJBrV1jFTN2UqRgRZMM4aGf6OhA1tfTigqfTdNnc1eeEvaaIlv+ XqsZuv1UAn3JA4tTMl7dOHkNBehznz2t4qM= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Old code use platfomr. Change PlatfomrSmbiosDriverEntryPoint to PlatformSmbiosDriverEntryPoint. Signed-off-by: Ming Tan Reviewed-by: Liming Gao Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Ray Ni --- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c | 2 +- EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c b/EmulatorPk= g/PlatformSmbiosDxe/PlatformSmbiosDxe.c index e6f8734600..48a3bfb5e9 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.c @@ -82,7 +82,7 @@ CreatePlatformSmbiosMemoryRecords ( **/ EFI_STATUS EFIAPI -PlatfomrSmbiosDriverEntryPoint ( +PlatformSmbiosDriverEntryPoint ( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable ) diff --git a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf b/Emulator= Pkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf index 95b119e953..756f643c74 100644 --- a/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf +++ b/EmulatorPkg/PlatformSmbiosDxe/PlatformSmbiosDxe.inf @@ -15,7 +15,7 @@ FILE_GUID =3D 67FA951E-4FA2-9F4E-A658-4DBD954AC22E MODULE_TYPE =3D DXE_DRIVER VERSION_STRING =3D 1.0 - ENTRY_POINT =3D PlatfomrSmbiosDriverEntryPoint + ENTRY_POINT =3D PlatformSmbiosDriverEntryPoint =20 =20 [Sources] --=20 2.23.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#50335): https://edk2.groups.io/g/devel/message/50335 Mute This Topic: https://groups.io/mt/52449861/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-