summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Marinho <jose.marinho@arm.com>2021-04-30 10:51:36 +0100
committerJose Marinho <jose.marinho@arm.com>2021-08-04 19:40:20 +0100
commitb528720cc8dd7fca31bb240ad0f1d94d457ddc00 (patch)
treeed15352413e02058e21f651dc10888c295d3d7b2
parent06e97be1f09f5658e1c90aee112bbb9ba91e81ad (diff)
[FWU proto] Add NS16550 driver for the imx8mm-evk StMM
-rw-r--r--Platform/StMMRpmb/PlatformStandaloneMm.dsc7
1 files changed, 4 insertions, 3 deletions
diff --git a/Platform/StMMRpmb/PlatformStandaloneMm.dsc b/Platform/StMMRpmb/PlatformStandaloneMm.dsc
index 9aab0bbf..17a37883 100644
--- a/Platform/StMMRpmb/PlatformStandaloneMm.dsc
+++ b/Platform/StMMRpmb/PlatformStandaloneMm.dsc
@@ -70,9 +70,10 @@
!if $(UART_ENABLE)
DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
# ARM PL011 UART Driver
- PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
- PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
- SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
+# PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf
+# PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf
+# SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
+ SerialPortLib|ArmPlatformPkg/Library/NS16550SerialPortLib/NS16550SerialPortLib.inf
!else
SerialPortLib|MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.inf
DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf