mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-25 11:55:28 +01:00
Add dummy GetSerialRegisterBase() in BaseSerialPortLibNull.c.
This commit is contained in:
parent
956cfc1ad4
commit
e3a2003995
@ -189,3 +189,21 @@ SerialPortSetAttributes (
|
||||
return RETURN_UNSUPPORTED;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
Retrieve the I/O or MMIO base address register for the PCI UART device.
|
||||
|
||||
This function assumes Root Bus Numer is Zero, and enables I/O and MMIO in PCI UART
|
||||
Device if they are not already enabled.
|
||||
|
||||
@return The base address register of the UART device.
|
||||
|
||||
**/
|
||||
UINTN
|
||||
GetSerialRegisterBase (
|
||||
VOID
|
||||
)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user