[edk2-devel] [EFI Redfish Host Interface PATCH v2 5/6] RedfishPkg: Add RedfishHostInterfaceDxe to RedfishPkg

Nickle Wang nickle.wang at hpe.com
Mon Nov 2 03:52:20 UTC 2020


Reviewed-by: Nickle Wang <nickle.wang at hpe.com>

> -----Original Message-----
> From: Chang, Abner (HPS SW/FW Technologist) <abner.chang at hpe.com>
> Sent: Friday, October 30, 2020 6:02 PM
> To: devel at edk2.groups.io
> Cc: Jiaxin Wu <jiaxin.wu at intel.com>; Siyuan Fu <siyuan.fu at intel.com>; Fan
> Wang <fan.wang at intel.com>; Jiewen Yao <jiewen.yao at intel.com>; Wang,
> Nickle (HPS SW) <nickle.wang at hpe.com>
> Subject: [EFI Redfish Host Interface PATCH v2 5/6] RedfishPkg: Add
> RedfishHostInterfaceDxe to RedfishPkg
> 
> Add RedfishHostInterfaceDxe and PlatformHostInterfaceLibNull to Redfish
> package.
> 
> Signed-off-by: Abner Chang <abner.chang at hpe.com>
> 
> Cc: Jiaxin Wu <jiaxin.wu at intel.com>
> Cc: Siyuan Fu <siyuan.fu at intel.com>
> Cc: Fan Wang <fan.wang at intel.com>
> Cc: Jiewen Yao <jiewen.yao at intel.com>
> Cc: Nickle Wang <nickle.wang at hpe.com>
> ---
>  RedfishPkg/RedfishPkg.dec |  5 +++++
>  RedfishPkg/RedfishPkg.dsc | 14 ++++++++++++++
>  2 files changed, 19 insertions(+)
> 
> diff --git a/RedfishPkg/RedfishPkg.dec b/RedfishPkg/RedfishPkg.dec index
> de3611252e..65e21f6bd6 100644
> --- a/RedfishPkg/RedfishPkg.dec
> +++ b/RedfishPkg/RedfishPkg.dec
> @@ -16,6 +16,11 @@
>  [Includes]
>    Include
> 
> +[LibraryClasses]
> +  ##  @libraryclass Platform Redfish Host Interface Library
> +  #   Platform implementation-specific Redfish Host Interface.
> +
> +RedfishPlatformHostInterfaceLib|Include/Library/RedfishHostInterfaceLib
> +.h
> +
>  [Guids]
>    gEfiRedfishPkgTokenSpaceGuid      = { 0x4fdbccb7, 0xe829, 0x4b4c, { 0x88,
> 0x87, 0xb2, 0x3f, 0xd7, 0x25, 0x4b, 0x85 }}
> 
> diff --git a/RedfishPkg/RedfishPkg.dsc b/RedfishPkg/RedfishPkg.dsc index
> 8acadddefc..cd40812d24 100644
> --- a/RedfishPkg/RedfishPkg.dsc
> +++ b/RedfishPkg/RedfishPkg.dsc
> @@ -38,3 +38,17 @@
> 
> DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTabl
> eLib.inf
>    DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
> 
> ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/Dx
> eReportStatusCodeLib.inf
> +
> + RedfishPlatformHostInterfaceLib|RedfishPkg/Library/PlatformHostInterfa
> + ceLibNull/PlatformHostInterfaceLibNull.inf
> +
> +[LibraryClasses.ARM, LibraryClasses.AARCH64]
> +  #
> +  # This library provides the instrinsic functions generated by a given
> compiler.
> +  #
> +  NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
> +  NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
> +  ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
> +
> +[Components]
> +
> +RedfishPkg/Library/PlatformHostInterfaceLibNull/PlatformHostInterfaceLi
> +bNull.inf
> +
> +  RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.inf
> --
> 2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#66847): https://edk2.groups.io/g/devel/message/66847
Mute This Topic: https://groups.io/mt/77909066/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-






More information about the edk2-devel-archive mailing list