]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UefiPayloadPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUID from...
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 6 Jun 2019 13:14:59 +0000 (14:14 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 14 Jun 2019 19:26:46 +0000 (21:26 +0200)
EDKII_SERIAL_PORT_LIB_VENDOR_GUID is now defined in MdeModulePkg,
simply use it.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Message-Id: <20190606131459.1464-5-anthony.perard@citrix.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c

index 80a11d74511a56aa6408985f0c46c1e9266da799..ee2d8c8d1ed47bd4642a897e48cd6a058ef309d7 100644 (file)
@@ -8,6 +8,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
 #include "PlatformBootManager.h"\r
 #include "PlatformConsole.h"\r
+#include <Guid/SerialPortLibVendor.h>\r
 \r
 #define PCI_DEVICE_PATH_NODE(Func, Dev) \\r
   { \\r
@@ -53,7 +54,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
         (UINT8) ((sizeof (VENDOR_DEVICE_PATH)) >> 8) \\r
       } \\r
     }, \\r
-    {0xD3987D4B, 0x971A, 0x435F, {0x8C, 0xAF, 0x49, 0x67, 0xEB, 0x62, 0x72, 0x41}} \\r
+    EDKII_SERIAL_PORT_LIB_VENDOR_GUID \\r
   }\r
 \r
 #define gUart \\r