summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg/Library
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2019-06-06 14:14:59 +0100
committerLaszlo Ersek <lersek@redhat.com>2019-06-14 21:26:46 +0200
commitfec63bb922d13ce3ded93cfd771f9391ba77b4dc (patch)
tree5303d67ddd674b1a1b6f19f5cba607fd65821075 /UefiPayloadPkg/Library
parent6631c096ee3e38b957808820c1acdae6cd0c41a0 (diff)
downloadedk2-fec63bb922d13ce3ded93cfd771f9391ba77b4dc.tar.gz
edk2-fec63bb922d13ce3ded93cfd771f9391ba77b4dc.tar.bz2
edk2-fec63bb922d13ce3ded93cfd771f9391ba77b4dc.zip
UefiPayloadPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUID from MdeModulePkg
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>
Diffstat (limited to 'UefiPayloadPkg/Library')
-rw-r--r--UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c
index 80a11d7451..ee2d8c8d1e 100644
--- a/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c
+++ b/UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c
@@ -8,6 +8,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#include "PlatformBootManager.h"
#include "PlatformConsole.h"
+#include <Guid/SerialPortLibVendor.h>
#define PCI_DEVICE_PATH_NODE(Func, Dev) \
{ \
@@ -53,7 +54,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
(UINT8) ((sizeof (VENDOR_DEVICE_PATH)) >> 8) \
} \
}, \
- {0xD3987D4B, 0x971A, 0x435F, {0x8C, 0xAF, 0x49, 0x67, 0xEB, 0x62, 0x72, 0x41}} \
+ EDKII_SERIAL_PORT_LIB_VENDOR_GUID \
}
#define gUart \