summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Csm/LegacyBiosDxe
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Remove IntelFrameworkModulePkgHao A Wu15-9980/+0
2019-04-11IntelFrameworkModulePkg: Fix comments and improve E820 debug outputRebecca Cran via Groups.Io1-5/+5
2019-04-09IntelFrameworkModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney15-120/+15
2018-08-23IntelFrameworkModulePkg LegacyBiosDxe: Remove redundant LibraryClassesshenglei2-4/+0
2018-08-16IntelFrameworkModulePkg/Csm: Set CSM memory executableRuiyu Ni1-8/+26
2018-06-29IntelFrameworkModulePkg: Removing ipf from edk2.chenc27-1634/+1
2018-06-28IntelFrameworkModulePkg: Clean up source filesLiming Gao10-115/+115
2018-06-07IntelFrameworkModulePkg: Remove X86 ASM and S filesLiming Gao5-288/+1
2018-05-09IntelFrameworkModule/LegacyBios: Use reserved memory for legacy dataRuiyu Ni2-9/+18
2017-12-08IntelFrameworkModulePkg/LegacyBios: Use macro to enable/disable page 0Jian J Wang7-273/+135
2017-10-24IntelFrameworkModule/LegacyBios: Avoid explicit comparison for BOOLEANDandan Bi1-2/+2
2017-10-24IntelFrameworkModulePkg/Csm: Refine coding style in commentsDandan Bi2-8/+8
2017-10-12IntelFrameworkModulePkg/LegacyBiosDxe: Fix GCC5 build warningJian J Wang1-3/+0
2017-10-11IntelFrameworkModulePkg/Csm: Add code to bypass NULL pointer detectionJian J Wang7-10/+233
2017-09-06IntelFramdworkModulePkg/LegacyBios: Add IoMmu Support.Jiewen Yao3-1/+73
2017-03-06IntelFrameworkModulePkg: Refine casting expression result to bigger sizeHao Wu2-5/+5
2017-03-06IntelFrameworkModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2016-11-10IntelFrameworkModulePkg/LegacyBios: Fix legacy serial redirection bugRuiyu Ni1-1/+1
2016-10-24IntelFrameworkModulePkg: Fix typos in commentsGary Lin3-5/+5
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
2015-12-15IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
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-09-03IntelFrameworkModulePkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28IntelFrameworkModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-33/+34
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 Fan3-9/+9
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-1/+2
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-15Call LegacyBiosInstallVgaRom to shadow Legacy VBIOS instead of LegacyBiosInst...li-elvin2-2/+32
2012-12-12Remove hard code value and create new PCDs for OpROM reserved range in CSM mo...li-elvin2-2/+17
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