]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPkg/ArmPkg.dec
ArmPkg: MTL Library interface and Null library implementation
authorGirish Pathak <girish.pathak@arm.com>
Mon, 15 Jan 2018 14:41:51 +0000 (14:41 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Mon, 23 Apr 2018 11:12:23 +0000 (12:12 +0100)
commit38a00bae86e56e402130092200c6743dc74faab3
tree73826433536cc7589340a2f30a4b38a016c85dbe
parentb99f81268a2dd84eb93661a759557765cac0a089
ArmPkg: MTL Library interface and Null library implementation

Upcoming new component ArmPkg/Drivers/ArmScmiDxe is dependent on
platform specific ArmMtlLib library implementation, however in order
to be able to build the ArmScmiDxe component outside of the context of a
particular platform, this change adds Null implementation of the
ArmMtlLib along with ARM MTL library header.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Girish Pathak <girish.pathak@arm.com>
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/ArmPkg.dec
ArmPkg/Include/Library/ArmMtlLib.h [new file with mode: 0644]
ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.c [new file with mode: 0644]
ArmPkg/Library/ArmMtlNullLib/ArmMtlNullLib.inf [new file with mode: 0644]