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:
5 edited

Legend:

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

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

    r80721 r85718  
    6060  //
    6161  // If the register offset to the BAR for the ACPI I/O Port Base Address is 0x0000, then
    62   // no PCI register programming is required to enable access to the the ACPI registers
     62  // no PCI register programming is required to enable access to the ACPI registers
    6363  // specified by PcdAcpiIoPortBaseAddress
    6464  //
  • trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Library/BaseIoApicLib/IoApicLib.c

    r80721 r85718  
    9595
    9696  Configure an I/O APIC Redirection Table Entry to deliver an interrupt in physical
    97   mode to the Local APIC of the currntly executing CPU.  The default state of the
     97  mode to the Local APIC of the currently executing CPU.  The default state of the
    9898  entry is for the interrupt to be disabled (masked).  IoApicEnableInterrupts() must
    9999  be used to enable(unmask) the I/O APIC Interrupt.
  • trunk/src/VBox/Devices/EFI/FirmwareNew/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c

    r80721 r85718  
    6767
    6868/**
    69   Calling this function causes the system to enter a power state for capsule
    70   update.
    71 
    72   Reset update should not return, if it returns, it means the system does
    73   not support capsule update.
    74 
    75 **/
    76 VOID
    77 EFIAPI
    78 EnterS3WithImmediateWake (
    79   VOID
    80   )
    81 {
    82   ASSERT (FALSE);
    83 }
    84 
    85 /**
    8669  This function causes a systemwide reset. The exact type of the reset is
    8770  defined by the EFI_GUID that follows the Null-terminated Unicode string passed
  • 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