]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/LinuxLoader: Fixed builds
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Jan 2013 11:56:21 +0000 (11:56 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 25 Jan 2013 11:56:21 +0000 (11:56 +0000)
Missed the declaration of DevicePathToText protocol.

Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14093 6f19259b-4bc3-4df7-8a09-765794883524

ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf
ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf
ArmPkg/Application/LinuxLoader/LinuxInternal.h

index 0c0ee477be9dd16e09d5a1b6b40cf3bd94f9b8c9..db1a3dc827bac99960d2eca1d94e5a2d2c95dd9c 100644 (file)
@@ -1,5 +1,5 @@
 #/* @file\r
-#  Copyright (c) 2011, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
 #  \r
 #  This program and the accompanying materials                          \r
 #  are licensed and made available under the terms and conditions of the BSD License         \r
@@ -35,3 +35,5 @@
 \r
 [Protocols]\r
   gEfiLoadedImageProtocolGuid\r
+  gEfiDevicePathToTextProtocolGuid\r
+\r
index a132dd9fe96bda4eae23e4b01bbf5413dadd33ce..fbd13308adcea293003c738f475bfb6e60876d25 100644 (file)
@@ -1,5 +1,5 @@
 #/* @file\r
-#  Copyright (c) 2011, ARM Limited. All rights reserved.\r
+#  Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
 #  \r
 #  This program and the accompanying materials                          \r
 #  are licensed and made available under the terms and conditions of the BSD License         \r
@@ -35,3 +35,5 @@
 \r
 [Protocols]\r
   gEfiLoadedImageProtocolGuid\r
+  gEfiDevicePathToTextProtocolGuid\r
+\r
index 28673b561efb151a7079d439cb07400e57261d95..88d786f6931763cf7f72f4f51481688e428c1109 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 *\r
-*  Copyright (c) 2011, ARM Limited. All rights reserved.\r
+*  Copyright (c) 2011-2013, ARM Limited. All rights reserved.\r
 *\r
 *  This program and the accompanying materials\r
 *  are licensed and made available under the terms and conditions of the BSD License\r
@@ -25,6 +25,7 @@
 #include <Library/UefiLib.h>\r
 \r
 #include <Protocol/LoadedImage.h>\r
+#include <Protocol/DevicePathToText.h>\r
 \r
 #define LINUX_KERNEL_NAME               L"zImage"\r
 #define FDT_NAME                        L"platform.dtb"\r