summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/BaseSerialPortLib16550
AgeCommit message (Expand)AuthorFilesLines
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-95/+116
2020-10-16MdeModulePkg: Fix constructor invocation orderingSami Mujawar2-0/+19
2020-02-06MdeModulePkg/BaseSerialPortLib16550: Fix Serial Port ReadyAshish Singhal1-1/+1
2019-04-29MdeModulePkg: BaseSerialPortLib16550: Add Mmio32 supportTien Hock, Loh2-4/+13
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney3-21/+3
2018-06-28MdeModulePkg: Clean up source filesLiming Gao3-68/+68
2018-06-11MdeModulePkg/Library/BaseSerialPortLib16550: Ensure FIFO Polled ModeLeo Duran1-4/+12
2016-01-11MdeModulePkg BaseSerialPortLib: Fix VS2010 build errorHao Wu1-9/+3
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-11-26MdeModulePkg BaseSerialPortLib16550:Implement Get(Set)Control/SetAttributesStar Zeng1-0/+337
2015-11-20MdeModulePkg BaseSerialPortLib16550: Fix typo in SerialPortWrite()Star Zeng1-1/+1
2015-04-27MdePkg/BaseSerialPortLib16550: Support UARTs with a register stride greater t...Michael Kinney2-10/+11
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-2/+1
2014-11-19MdeModulePkg BaseSerialPortLib16550: Correct MemoryLimit and MemoryBase offset.Liming Gao1-6/+6
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-0/+0
2014-08-13Add the missing parameter comments for BaseSerialPortLib16550 lib. MdePkg: Fi...Gao, Liming1-1/+5
2014-08-11MdeModulePkg: BaseSerialPortLib16550 library to support PCI UART device.Gao, Liming3-55/+421
2014-08-071) Add type cast for better coding style.Feng Tian1-2/+2
2012-09-10When SerialPortWrite() is called with a non-NULL Buffer and NumberOfBytes is ...niruiyu1-34/+70
2011-03-16Add description for 64-byte FIFO enable bit for PcdSerialFifoControl.mdkinney1-1/+1
2011-02-101) Add PcdSerialDetectCable to MdeModulePkg to enable/disable cable detection...mdkinney2-5/+32
2011-02-04Clean up BaseSerialPortLib16550 to remove references and checks for Carrier D...mdkinney1-7/+6
2010-12-27Add missing @param to function header comment.mdkinney1-1/+2
2010-12-20Fix ICC build issuesmdkinney1-9/+10
2010-12-18Add generic SerialPortLib instance for 16550 UARTs configured through PCDs. ...mdkinney2-0/+377