mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
6631c096ee
commit
fec63bb922
|
@ -8,6 +8,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
|
|
||||||
#include "PlatformBootManager.h"
|
#include "PlatformBootManager.h"
|
||||||
#include "PlatformConsole.h"
|
#include "PlatformConsole.h"
|
||||||
|
#include <Guid/SerialPortLibVendor.h>
|
||||||
|
|
||||||
#define PCI_DEVICE_PATH_NODE(Func, Dev) \
|
#define PCI_DEVICE_PATH_NODE(Func, Dev) \
|
||||||
{ \
|
{ \
|
||||||
|
@ -53,7 +54,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||||
(UINT8) ((sizeof (VENDOR_DEVICE_PATH)) >> 8) \
|
(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 \
|
#define gUart \
|
||||||
|
|
Loading…
Reference in New Issue