]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Introduce EDKII_SERIAL_PORT_LIB_VENDOR_GUID
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 6 Jun 2019 13:14:56 +0000 (14:14 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Fri, 14 Jun 2019 19:26:28 +0000 (21:26 +0200)
commitcf78c9d18a81cb289fe1bfaebf07c164da6c520f
tree3e111bf42a5f8e9dc947ca5d5ddc09030eb15a33
parentb0663641c977f97bef785c86978603c3a31a3d1c
MdeModulePkg: Introduce EDKII_SERIAL_PORT_LIB_VENDOR_GUID

SERIAL_DXE_FILE_GUID is used in different places, create a single
define that other can use. Also fix SerialDxe to actually use
EDKII_SERIAL_PORT_LIB_VENDOR_GUID in the device path instead of the
FILE_GUID.

Suggested-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Message-Id: <20190606131459.1464-2-anthony.perard@citrix.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
MdeModulePkg/Include/Guid/SerialPortLibVendor.h [new file with mode: 0644]
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
MdeModulePkg/Universal/SerialDxe/SerialIo.c