VirtualBox

Ignore:
Timestamp:
Aug 12, 2020 4:09:12 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139865
Message:

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c

    r80721 r85718  
    5959
    6060  @retval RETURN_SUCCESS        The serial device was initialized.
    61   @retval RETURN_DEVICE_ERROR   The serail device could not be initialized.
     61  @retval RETURN_DEVICE_ERROR   The serial device could not be initialized.
    6262
    6363**/
     
    140140  while ((NumberOfBytes--) != 0) {
    141141    //
    142     // Wait for the serail port to be ready.
     142    // Wait for the serial port to be ready.
    143143    //
    144144    do {
     
    181181  while ((NumberOfBytes--) != 0) {
    182182    //
    183     // Wait for the serail port to be ready.
     183    // Wait for the serial port to be ready.
    184184    //
    185185    do {
     
    196196  Polls a serial device to see if there is any data waiting to be read.
    197197
    198   Polls aserial device to see if there is any data waiting to be read.
     198  Polls a serial device to see if there is any data waiting to be read.
    199199  If there is data waiting to be read from the serial device, then TRUE is returned.
    200200  If there is no data waiting to be read from the serial device, then FALSE is returned.
     
    340340
    341341/**
    342   Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
     342  Sets the baud rate, receive FIFO depth, transmit/receive time out, parity,
    343343  data bits, and stop bits on a serial device.
    344344
     
    346346                            device's default interface speed.
    347347                            On output, the value actually set.
    348   @param ReveiveFifoDepth   The requested depth of the FIFO on the receive side of the
     348  @param ReceiveFifoDepth   The requested depth of the FIFO on the receive side of the
    349349                            serial interface. A ReceiveFifoDepth value of 0 will use
    350350                            the device's default FIFO depth.
     
    359359                            On output, the value actually set.
    360360  @param DataBits           The number of data bits to use on the serial device. A DataBits
    361                             vaule of 0 will use the device's default data bit setting.
     361                            value of 0 will use the device's default data bit setting.
    362362                            On output, the value actually set.
    363363  @param StopBits           The number of stop bits to use on this serial device. A StopBits
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette