summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-95/+116
* MdeModulePkg: Fix constructor invocation orderingSami Mujawar2020-10-161-0/+16
* MdeModulePkg/BaseSerialPortLib16550: Fix Serial Port ReadyAshish Singhal2020-02-061-1/+1
* MdeModulePkg: BaseSerialPortLib16550: Add Mmio32 supportTien Hock, Loh2019-04-291-3/+11
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-64/+64
* MdeModulePkg/Library/BaseSerialPortLib16550: Ensure FIFO Polled ModeLeo Duran2018-06-111-4/+12
* MdeModulePkg BaseSerialPortLib: Fix VS2010 build errorHao Wu2016-01-111-9/+3
* MdeModulePkg BaseSerialPortLib16550:Implement Get(Set)Control/SetAttributesStar Zeng2015-11-261-0/+337
* MdeModulePkg BaseSerialPortLib16550: Fix typo in SerialPortWrite()Star Zeng2015-11-201-1/+1
* MdePkg/BaseSerialPortLib16550: Support UARTs with a register stride greater t...Michael Kinney2015-04-271-5/+5
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-2/+1
* MdeModulePkg BaseSerialPortLib16550: Correct MemoryLimit and MemoryBase offset.Liming Gao2014-11-191-6/+6
* Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fi...Gao, Liming2014-08-131-1/+5
* MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device.Gao, Liming2014-08-111-46/+407
* 1) Add type cast for better coding style.Feng Tian2014-08-071-2/+2
* When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu2012-09-101-34/+70
* Add description for 64-byte FIFO enable bit for PcdSerialFifoControl.mdkinney2011-03-161-1/+1
* 1) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney2011-02-101-4/+30
* Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney2011-02-041-7/+6
* Add missing @param to function header comment.mdkinney2010-12-271-1/+2
* Fix ICC build issuesmdkinney2010-12-201-9/+10
* Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney2010-12-181-0/+336