mirror of https://github.com/acidanthera/audk.git
StandaloneMmPkg: switch to MM communicate 2 protocol
Update the reference to MM communicate to refer to the MM communicate 2 protocol instead. This makes no difference for the MM side of the implementation, but is more accurate nonetheless, since the original MM protocol does not work in combination with standalone MM. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
be4e0cfbad
commit
88899a372c
|
@ -18,7 +18,7 @@
|
|||
#include <Protocol/DxeMmReadyToLock.h>
|
||||
#include <Protocol/MmReadyToLock.h>
|
||||
#include <Protocol/MmEndOfDxe.h>
|
||||
#include <Protocol/MmCommunication.h>
|
||||
#include <Protocol/MmCommunication2.h>
|
||||
#include <Protocol/LoadedImage.h>
|
||||
#include <Protocol/MmConfiguration.h>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#ifndef _ARM_TF_CPU_DRIVER_H_
|
||||
#define _ARM_TF_CPU_DRIVER_H_
|
||||
|
||||
#include <Protocol/MmCommunication.h>
|
||||
#include <Protocol/MmCommunication2.h>
|
||||
#include <Protocol/MmConfiguration.h>
|
||||
#include <Protocol/MmCpu.h>
|
||||
#include <Guid/MpInformation.h>
|
||||
|
|
Loading…
Reference in New Issue