summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2015-05-26 03:24:20 +0000
committerniruiyu <niruiyu@Edk2>2015-05-26 03:24:20 +0000
commit9a8eb9a2ae5685a08daa3224fe698f66c53c0586 (patch)
tree67a4cf243915011ab8bef1c9bd668d0bf3715674
parent9834b6c14e41f09a468ce29361ed41ae16975a58 (diff)
downloadedk2-platforms-9a8eb9a2ae5685a08daa3224fe698f66c53c0586.tar.xz
MdePkg: Move SIO header files to MdePkg.
A previous incorrect check-in adds the SIO header files to <Root>/Include directory. The patch fixes it. The patch also adds the missing PeiServices pointer to the SIO PPI interfaces. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17505 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Ppi/Ppi/IsaHc.h (renamed from Include/Ppi/IsaHc.h)0
-rw-r--r--MdePkg/Include/Ppi/Ppi/SuperIo.h (renamed from Include/Ppi/SuperIo.h)3
-rw-r--r--MdePkg/Include/Protocol/Protocol/IsaHc.h (renamed from Include/Protocol/IsaHc.h)0
-rw-r--r--MdePkg/Include/Protocol/Protocol/SuperIoControl.h (renamed from Include/Protocol/SuperIoControl.h)0
4 files changed, 3 insertions, 0 deletions
diff --git a/Include/Ppi/IsaHc.h b/MdePkg/Include/Ppi/Ppi/IsaHc.h
index cdffc400a8..cdffc400a8 100644
--- a/Include/Ppi/IsaHc.h
+++ b/MdePkg/Include/Ppi/Ppi/IsaHc.h
diff --git a/Include/Ppi/SuperIo.h b/MdePkg/Include/Ppi/Ppi/SuperIo.h
index 1f38199fe3..6d81633746 100644
--- a/Include/Ppi/SuperIo.h
+++ b/MdePkg/Include/Ppi/Ppi/SuperIo.h
@@ -62,6 +62,7 @@ typedef UINT16 EFI_SIO_REGISTER;
typedef
EFI_STATUS
(EFIAPI *EFI_PEI_SIO_REGISTER_READ)(
+ IN EFI_PEI_SERVICES **PeiServices,
IN CONST EFI_SIO_PPI *This,
IN BOOLEAN ExitCfgMode,
IN EFI_SIO_REGISTER Register,
@@ -98,6 +99,7 @@ EFI_STATUS
typedef
EFI_STATUS
(EFIAPI *EFI_PEI_SIO_REGISTER_WRITE)(
+ IN EFI_PEI_SERVICES **PeiServices,
IN CONST EFI_SIO_PPI *This,
IN BOOLEAN ExitCfgMode,
IN EFI_SIO_REGISTER Register,
@@ -128,6 +130,7 @@ EFI_STATUS
typedef
EFI_STATUS
(EFIAPI *EFI_PEI_SIO_REGISTER_MODIFY)(
+ IN EFI_PEI_SERVICES **PeiServices,
IN CONST EFI_SIO_PPI *This,
IN CONST EFI_SIO_REGISTER_MODIFY *Command,
IN UINTN NumberOfCommands
diff --git a/Include/Protocol/IsaHc.h b/MdePkg/Include/Protocol/Protocol/IsaHc.h
index 4677c7ec66..4677c7ec66 100644
--- a/Include/Protocol/IsaHc.h
+++ b/MdePkg/Include/Protocol/Protocol/IsaHc.h
diff --git a/Include/Protocol/SuperIoControl.h b/MdePkg/Include/Protocol/Protocol/SuperIoControl.h
index e68fce8118..e68fce8118 100644
--- a/Include/Protocol/SuperIoControl.h
+++ b/MdePkg/Include/Protocol/Protocol/SuperIoControl.h