From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 D5230207DF285 for ; Sun, 8 Jul 2018 20:09:31 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jul 2018 20:09:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,328,1526367600"; d="scan'208";a="69690738" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.19]) by fmsmga004.fm.intel.com with ESMTP; 08 Jul 2018 20:09:20 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Jiewen Yao Date: Mon, 9 Jul 2018 11:09:15 +0800 Message-Id: <20180709030919.8464-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 Subject: [PATCH edk2-platforms\devel-MinPlatform 0/4] IPMI codes update X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 03:09:32 -0000 The series updates the IPMI-related codes to stop using the file 'IpmiEx.h', and to use the IPMI headers within edk2\MdePkg. Test performed: MinPurley VS2015 build pass. Cc: Jiewen Yao Hao Wu (4): AdvancedFeaturePkg/IpmiFru.c: Use 'DEBUG_' prefix for debug macros AdvancedFeaturePkg/Ipmi: Update codes for header changes in MdePkg PurleyOpenBoardPkg Ipmi: Update codes for header changes in MdePkg AdvancedFeaturePkg/Ipmi: Delete IpmiEx.h Platform/Intel/AdvancedFeaturePkg/Ipmi/BmcElog/BmcElog.c | 4 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/Frb/FrbDxe.c | 11 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/Frb/FrbPei.c | 5 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/Include/IpmiEx.h | 296 -------------------- Platform/Intel/AdvancedFeaturePkg/Ipmi/Include/Library/IpmiCommandLib.h | 3 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/IpmiFru/IpmiFru.c | 11 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/IpmiInit/DxeIpmiInit.c | 10 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/IpmiInit/PeiIpmiInit.c | 10 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/Library/IpmiCommandLib/IpmiCommandLibNetFnApp.c | 1 - Platform/Intel/AdvancedFeaturePkg/Ipmi/Library/IpmiCommandLib/IpmiCommandLibNetFnChassis.c | 1 - Platform/Intel/AdvancedFeaturePkg/Ipmi/Library/IpmiCommandLib/IpmiCommandLibNetFnStorage.c | 7 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/Library/IpmiCommandLib/IpmiCommandLibNetFnTransport.c | 1 - Platform/Intel/AdvancedFeaturePkg/Ipmi/Library/IpmiLibNull/IpmiLibNull.c | 1 - Platform/Intel/AdvancedFeaturePkg/Ipmi/OsWdt/OsWdt.c | 7 +- Platform/Intel/AdvancedFeaturePkg/Ipmi/SolStatus/SolStatus.c | 11 +- Platform/Intel/PurleyOpenBoardPkg/Features/Ipmi/Library/IpmiLibKcs/IpmiLibKcs.c | 3 +- 16 files changed, 43 insertions(+), 339 deletions(-) delete mode 100644 Platform/Intel/AdvancedFeaturePkg/Ipmi/Include/IpmiEx.h -- 2.12.0.windows.1