summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Csm
AgeCommit message (Expand)AuthorFilesLines
2017-03-06IntelFrameworkModulePkg: Refine casting expression result to bigger sizeHao Wu6-18/+18
2017-03-06IntelFrameworkModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2016-12-26IntelFrameworkModulePkg KbDxe: Execute key notify func at TPL_CALLBACKStar Zeng2-6/+97
2016-11-10IntelFrameworkModulePkg/LegacyBios: Fix legacy serial redirection bugRuiyu Ni1-1/+1
2016-10-24IntelFrameworkModulePkg: Fix typos in commentsGary Lin9-74/+74
2016-06-28IntelFrameworkModulePkg LegacyBiosDxe: Add nasm source file into INF fileLiming Gao1-0/+2
2016-06-28IntelFrameworkModulePkg LegacyBiosDxe: Convert X64/InterruptTable.asm to NASMLiming Gao1-0/+71
2016-06-28IntelFrameworkModulePkg LegacyBiosDxe: Convert Ia32/InterruptTable.asm to NASMLiming Gao1-0/+70
2016-06-14IntelFrameworkModulePkg/LegacyBios: Get SIO data from SIO interfaceRuiyu Ni3-1/+224
2016-06-14IntelFrameworkModulePkg/LegacyBios: Get COM base from SerialIo parentRuiyu Ni3-8/+15
2016-06-14IntelFrameworkModulePkg/LegacyBios: Rename local variablesRuiyu Ni1-17/+17
2016-06-14IntelFrameworkModulePkg/LegacyBios: return NotFound when IsaIo absentRuiyu Ni1-2/+3
2016-06-14IntelFrameworkModulePkg/LegacyBios: Get SIO data in separate functionRuiyu Ni1-33/+57
2016-04-13IntelFrameworkModulePkg/KeyboardDxe: Use PCD defined in MdeModulePkgRuiyu Ni1-3/+4
2016-03-25IntelFrameworkModulePkg: BiosVideo: remove set but unused variableLaszlo Ersek1-7/+6
2015-12-15IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen10-0/+0
2015-08-26IntelFrameworkModulePkg/BiosThunk: Fix 32 bits arch build failure when disabl...eric Dong1-3/+3
2015-04-29IntelFrameworkModulePkg: Add UEFI2.5 PersistentMemory support in LegacyBiosLiming Gao2-2/+6
2015-04-10IntelFrameworkModulePkg: update comments to clarify runtime memory usage for ...Elvin Li1-1/+1
2015-04-09IntelFrameworkModulePkg: add comments to clarify runtime memory usage for leg...Elvin Li1-0/+6
2015-04-08IntelFrameworkModulePkg: Update LegacyBiosDxe to use UmaAddress and UmaSize i...David Woodhouse2-3/+31
2015-04-07IntelFrameworkModulePkg: Put report status code after event was signaled per ...Elvin Li1-6/+8
2014-12-24Address the potential system TPL does not been restore.Deric Cole1-4/+8
2014-09-03IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming5-0/+0
2014-08-28IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star10-0/+0
2014-08-28IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star5-76/+98
2014-08-12Fixed a bug in LegacyBiosDxe to allocate correct ranges of memory.Elvin Li1-2/+2
2014-08-08Add type cast on variable before operation.Jeff Fan5-14/+14
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+2
2014-07-23Fix memory leak issues in BiosSnp module.Elvin Li2-3/+14
2014-03-05The size of platform memory above 1M is measured in kilobytes.Mike Maslenkin1-2/+2
2014-01-22Fix CRLF formatTian, Hot2-596/+596
2013-12-11Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error.Elvin Li1-1/+1
2013-12-05Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li4-14/+193
2013-05-09Check if video device exists before trying to install Video OpROM.li-elvin1-1/+9
2013-04-12Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM ...li-elvin1-1/+1
2013-03-29When EDID comes from hardware INT10 and does not include 800x600, 640x480 and...li-elvin1-0/+9
2013-03-15Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInst...li-elvin2-2/+32
2013-01-22Take the highest horizontal resolution as highest video resolution.li-elvin1-2/+6
2013-01-22Parse full EDID data to get all video resolutions supported by monitors.li-elvin2-40/+85
2012-12-12Remove hard code value and create new PCDs for OpROM reserved range in CSM mo...li-elvin2-2/+17
2012-11-26Fix IA32 build failure to add UINTN type cast.li-elvin1-1/+1
2012-11-23Update FrameBufferSize aligned with UEFI spec.li-elvin1-7/+7
2012-11-21Fix GCC44 build failure.li-elvin2-2/+2
2012-11-20If IDE controller is not in IDE mode, we should not clear IO bar.li-elvin2-15/+36
2012-11-15Remove 0xc8000 check when searching PNP header. Remove the check about the si...li-elvin1-49/+47
2012-11-12BiosVideo allocate wrong size of buffer for EDID override data. Fix this issu...li-elvin1-1/+1
2012-10-30Add missing status code in several modules.li-elvin2-0/+29
2012-10-24Use ReadUnaligned16 function to access the buffer which is pointed by a possi...li-elvin1-5/+11
2012-10-11Add PcdFastPS2Detection to improve PS2 keyboard driver start performance.li-elvin2-123/+132