summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Csm
Commit message (Expand)AuthorAgeFilesLines
* IntelFrameworkModulePkg/KeyboardDxe: Use macro to enable/disable page 0Jian J Wang2017-12-082-109/+10
* IntelFrameworkModulePkg/LegacyBios: Use macro to enable/disable page 0Jian J Wang2017-12-087-273/+135
* IntelFrameworkModule/LegacyBios: Avoid explicit comparison for BOOLEANDandan Bi2017-10-241-2/+2
* IntelFrameworkModulePkg/Csm: Refine coding style in commentsDandan Bi2017-10-243-12/+12
* IntelFrameworkModulePkg/LegacyBiosDxe: Fix GCC5 build warningJian J Wang2017-10-121-3/+0
* IntelFrameworkModulePkg/Csm: Add code to bypass NULL pointer detectionJian J Wang2017-10-1110-10/+338
* IntelFramdworkModulePkg/LegacyBios: Add IoMmu Support.Jiewen Yao2017-09-063-1/+73
* IntelFrameworkModulePkg: Update comments in SimpleTextInExDandan Bi2017-06-202-12/+19
* IntelFrameworkModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-066-18/+18
* IntelFrameworkModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* IntelFrameworkModulePkg KbDxe: Execute key notify func at TPL_CALLBACKStar Zeng2016-12-262-6/+97
* IntelFrameworkModulePkg/LegacyBios: Fix legacy serial redirection bugRuiyu Ni2016-11-101-1/+1
* IntelFrameworkModulePkg: Fix typos in commentsGary Lin2016-10-249-74/+74
* IntelFrameworkModulePkg LegacyBiosDxe: Add nasm source file into INF fileLiming Gao2016-06-281-0/+2
* IntelFrameworkModulePkg LegacyBiosDxe: Convert X64/InterruptTable.asm to NASMLiming Gao2016-06-281-0/+71
* IntelFrameworkModulePkg LegacyBiosDxe: Convert Ia32/InterruptTable.asm to NASMLiming Gao2016-06-281-0/+70
* IntelFrameworkModulePkg/LegacyBios: Get SIO data from SIO interfaceRuiyu Ni2016-06-143-1/+224
* IntelFrameworkModulePkg/LegacyBios: Get COM base from SerialIo parentRuiyu Ni2016-06-143-8/+15
* IntelFrameworkModulePkg/LegacyBios: Rename local variablesRuiyu Ni2016-06-141-17/+17
* IntelFrameworkModulePkg/LegacyBios: return NotFound when IsaIo absentRuiyu Ni2016-06-141-2/+3
* IntelFrameworkModulePkg/LegacyBios: Get SIO data in separate functionRuiyu Ni2016-06-141-33/+57
* IntelFrameworkModulePkg/KeyboardDxe: Use PCD defined in MdeModulePkgRuiyu Ni2016-04-131-3/+4
* IntelFrameworkModulePkg: BiosVideo: remove set but unused variableLaszlo Ersek2016-03-251-7/+6
* IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-1510-0/+0
* IntelFrameworkModulePkg/BiosThunk: Fix 32 bits arch build failure when disabl...eric Dong2015-08-261-3/+3
* IntelFrameworkModulePkg: Add UEFI2.5 PersistentMemory support in LegacyBiosLiming Gao2015-04-292-2/+6
* IntelFrameworkModulePkg: update comments to clarify runtime memory usage for ...Elvin Li2015-04-101-1/+1
* IntelFrameworkModulePkg: add comments to clarify runtime memory usage for leg...Elvin Li2015-04-091-0/+6
* IntelFrameworkModulePkg: Update LegacyBiosDxe to use UmaAddress and UmaSize i...David Woodhouse2015-04-082-3/+31
* IntelFrameworkModulePkg: Put report status code after event was signaled per ...Elvin Li2015-04-071-6/+8
* Address the potential system TPL does not been restore.Deric Cole2014-12-241-4/+8
* IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-035-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2810-0/+0
* IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-285-76/+98
* Fixed a bug in LegacyBiosDxe to allocate correct ranges of memory.Elvin Li2014-08-121-2/+2
* Add type cast on variable before operation.Jeff Fan2014-08-085-14/+14
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-1/+2
* Fix memory leak issues in BiosSnp module.Elvin Li2014-07-232-3/+14
* The size of platform memory above 1M is measured in kilobytes.Mike Maslenkin2014-03-051-2/+2
* Fix CRLF formatTian, Hot2014-01-222-596/+596
* Add additional check mRuntimeSmbiosEntryPoint == NULL to avoid K9 error.Elvin Li2013-12-111-1/+1
* Following UEFI spec, update SmbiosDxe to use EfiRuntimeServicesData to put SM...Elvin Li2013-12-054-14/+193
* Check if video device exists before trying to install Video OpROM.li-elvin2013-05-091-1/+9
* Add OpROM code type check to ensure OpROM is PCAT legacy OpROM when an OpROM ...li-elvin2013-04-121-1/+1
* When EDID comes from hardware INT10 and does not include 800x600, 640x480 and...li-elvin2013-03-291-0/+9
* Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInst...li-elvin2013-03-152-2/+32
* Take the highest horizontal resolution as highest video resolution.li-elvin2013-01-221-2/+6
* Parse full EDID data to get all video resolutions supported by monitors.li-elvin2013-01-222-40/+85
* Remove hard code value and create new PCDs for OpROM reserved range in CSM mo...li-elvin2012-12-122-2/+17
* Fix IA32 build failure to add UINTN type cast.li-elvin2012-11-261-1/+1