HomeSort by relevance Sort by last modified time
    Searched refs:gUartDeviceNode (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
PlatformData.c 20 UART_DEVICE_PATH gUartDeviceNode = gUart;
BdsPlatform.h 74 extern UART_DEVICE_PATH gUartDeviceNode;
BdsPlatform.c 484 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
513 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
703 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
PlatformData.c 32 UART_DEVICE_PATH gUartDeviceNode = gUart;
BdsPlatform.h 62 extern UART_DEVICE_PATH gUartDeviceNode;
BdsPlatform.c 589 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
603 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
778 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformConsole.c 97 UART_DEVICE_PATH gUartDeviceNode = gUart;
146 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
327 DevicePath = AppendDevicePathNode (DevicePath, (EFI_DEVICE_PATH_PROTOCOL *)&gUartDeviceNode);
606 gUartDeviceNode.BaudRate = PcdGet64 (PcdUartDefaultBaudRate);
607 gUartDeviceNode.DataBits = PcdGet8 (PcdUartDefaultDataBits);
608 gUartDeviceNode.Parity = PcdGet8 (PcdUartDefaultParity);
609 gUartDeviceNode.StopBits = PcdGet8 (PcdUartDefaultStopBits);

Completed in 226 milliseconds