From nobody Wed May 15 07:45:57 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+49438+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+49438+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1571966899; cv=none; d=zoho.com; s=zohoarc; b=Xbaohrt+CrkIn/IUitqSXYN/HOUjmzsjmJAPj2JLsdJlxDqvCUTFUOjXOKFvDVZRo9jYXNTr5WUEZfwfpVhSvSy3RvZl9UcF8cPDlf5XBLiEOlHs68d8PX7AOci81NRkTocifgdyl/nhB3bwgJYjv9Yo60+zG2Gt8zIOcE0ednM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1571966899; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=flMTv8wadPXoZhFUlmaMksO5KcOet4T4giB0n+IrzFQ=; b=mgeGUKclF243OeEk+w9KP4IlR5kGnC8rsROEeVjyBF1UKgBeqJlVODghnJ59x30HxG/vekwB9Ycgq+lE/K0AbvqwUjXeQspqKOWznHEZXmRXRRzYf7PhXbOn3ZZWQgjdNyuIKczdB59xMuAImnvhH9cu3pDqFY4jeepRu02lrKg= 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+49438+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 15719668994716.615761931173893; Thu, 24 Oct 2019 18:28:19 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id gA1uYY1788612xkY5uQiuNhK; Thu, 24 Oct 2019 18:28:18 -0700 X-Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web10.1359.1571966898019069594 for ; Thu, 24 Oct 2019 18:28:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Oct 2019 18:28:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,226,1569308400"; d="scan'208";a="282116167" X-Received: from nldesimo-desk1.amr.corp.intel.com ([10.7.159.63]) by orsmga001.jf.intel.com with ESMTP; 24 Oct 2019 18:28:16 -0700 From: "Nate DeSimone" To: devel@edk2.groups.io Cc: Michael Kubacki , Chasel Chiu , Liming Gao Subject: [edk2-devel] [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe Date: Thu, 24 Oct 2019 18:28:02 -0700 Message-Id: <20191025012802.1477-1-nathaniel.l.desimone@intel.com> 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,nathaniel.l.desimone@intel.com X-Gm-Message-State: EORP2mjaHeHOABdPKYf9Y59ix1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1571966898; bh=KE3Q/oLS46LP8M7u86ahtlGGzvVVIpAOlM6sjtMqz94=; h=Cc:Date:From:Reply-To:Subject:To; b=q4M3nM3yiJ90XdLeGCaXA8eVmmcPM6avyfZreIlr59aC44HIDfPrx29utBbezXrcFLN /pf1QXCtcx67TODLFzy6XAZpt6bqNwIm7dJBssQ6rkTrikeWbsiW/OAbgKOZW6FkaOQBG q/SkuElcPfv8Q1HjrLFOk7gToay+Te7jhbE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Cc: Michael Kubacki Cc: Chasel Chiu Cc: Liming Gao Signed-off-by: Nate DeSimone Reviewed-by: Michael Kubacki Reviewed-by: Philippe Mathieu-Daude --- .../PlatformInit/PlatformInitDxe/PlatformInitDxe.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/Pla= tformInitDxe.c b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe= /PlatformInitDxe.c index e9ae055f47..f5bfc6a528 100644 --- a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformIn= itDxe.c +++ b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformIn= itDxe.c @@ -75,7 +75,7 @@ OnEndOfDxe ( gBS->CloseEvent (Event); =20 TestPointEndOfDxeNoThirdPartyPciOptionRom (); - =20 + TestPointEndOfDxeDmaAcpiTableFunctional (); =20 TestPointEndOfDxeDmaProtectionEnabled (); @@ -183,7 +183,7 @@ OnReadyToBoot ( =20 Status =3D BoardInitReadyToBoot (); ASSERT_EFI_ERROR(Status); - =20 + Status =3D gBS->CreateEvent ( EVT_NOTIFY_SIGNAL, TPL_CALLBACK, @@ -192,7 +192,7 @@ OnReadyToBoot ( &ReadyToBootLaterEvent ); ASSERT_EFI_ERROR (Status); - =20 + gBS->SignalEvent (ReadyToBootLaterEvent); } =20 @@ -256,7 +256,7 @@ BoardNotificationInitEntryPoint ( &Registration ); ASSERT (ProtocolNotifyEvent !=3D NULL); - =20 + Status =3D gBS->CreateEventEx ( EVT_NOTIFY_SIGNAL, TPL_CALLBACK, @@ -266,7 +266,7 @@ BoardNotificationInitEntryPoint ( &EndOfDxeEvent ); ASSERT_EFI_ERROR (Status); - =20 + SmmReadyToLockEvent =3D EfiCreateProtocolNotifyEvent ( &gEfiDxeSmmReadyToLockProtocolGuid, TPL_CALLBACK, @@ -283,7 +283,7 @@ BoardNotificationInitEntryPoint ( &ReadyToBootEvent ); ASSERT_EFI_ERROR (Status); - =20 + Status =3D gBS->CreateEventEx ( EVT_NOTIFY_SIGNAL, TPL_CALLBACK, --=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 (#49438): https://edk2.groups.io/g/devel/message/49438 Mute This Topic: https://groups.io/mt/37363020/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-