[edk2] [PATCH edk2-platforms\devel-MinPlatform 0/4] IPMI codes update

Hao Wu posted 4 patches 5 years, 9 months ago
Failed in applying to current master (apply log)
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
[edk2] [PATCH edk2-platforms\devel-MinPlatform 0/4] IPMI codes update
Posted by Hao Wu 5 years, 9 months ago
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 <jiewen.yao@intel.com>

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

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH edk2-platforms\devel-MinPlatform 0/4] IPMI codes update
Posted by Yao, Jiewen 5 years, 9 months ago
Series reviewed by Jiewen.yao@intel.com

thank you!
Yao, Jiewen


> 在 2018年7月8日,下午7:09,Wu, Hao A <hao.a.wu@intel.com> 写道:
> 
> 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 <jiewen.yao@intel.com>
> 
> 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
> 
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel