summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/BaseSerialPortLib16550
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix constructor invocation orderingSami Mujawar2020-10-162-0/+19
* MdeModulePkg/BaseSerialPortLib16550: Fix Serial Port ReadyAshish Singhal2020-02-061-1/+1
* MdeModulePkg: BaseSerialPortLib16550: Add Mmio32 supportTien Hock, Loh2019-04-292-4/+13
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-093-21/+3
* MdeModulePkg: Clean up source filesLiming Gao2018-06-283-68/+68
* MdeModulePkg/Library/BaseSerialPortLib16550: Ensure FIFO Polled ModeLeo Duran2018-06-111-4/+12
* MdeModulePkg BaseSerialPortLib: Fix VS2010 build errorHao Wu2016-01-111-9/+3
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* 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-272-10/+11
* 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
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-0/+0
* 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-113-55/+421
* 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-102-5/+32
* 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-182-0/+377