summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg
AgeCommit message (Expand)AuthorFilesLines
2016-08-08IntelFrameworkModulePkg DSC: Add build option to disable deprecated APIsHao Wu1-0/+3
2016-07-29IntelFrameworkModulePkg BdsDxe: Use definition in IndustryStandard/Smbios.hStar Zeng1-5/+5
2016-07-11IntelFrameworkModulePkg: Fix typos in commentsGiri P Mudusuru2-6/+6
2016-07-07IntelFrameworkModulePkg/LegacyUi: Get legacy options when open legacy formDandan Bi1-6/+38
2016-06-30IntelFrameworkModulePkg StatusCode RuntimeDxe: Remove duplicated structure.Liming Gao1-9/+0
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-21IntelFrameworkModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng3-9/+11
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-06-12IntelFrameworkModulePkg: Correct the usage of gPerformanceProtocolGuid in infStar Zeng2-1/+2
2016-04-13IntelFrameworkModulePkg: Remove unused PCD/ProtocolRuiyu Ni2-67/+0
2016-04-13IntelFrameworkModulePkg/KeyboardDxe: Use PCD defined in MdeModulePkgRuiyu Ni1-3/+4
2016-04-13IntelFrameworkModulePkg/Ps2Mouse: Use PCD defined in MdeModulePkgRuiyu Ni2-5/+4
2016-04-13IntelFrameworkModulePkg/Ps2AbsPointer: Use PCD defined in MdeModulePkgRuiyu Ni2-5/+4
2016-04-13IntelFrameworkModulePkg/Ps2Kbd: use PCD/Protocol in MdeModulePkgRuiyu Ni2-6/+6
2016-04-07IntelFrameworkModulePkg AcpiS3SaveDxe: Remove S3Ready() functional codeStar Zeng5-472/+8
2016-04-07IntelFrameworkModulePkg AcpiS3SaveDxe: Consume PcdAcpiS3Enable to control the...Star Zeng2-3/+8
2016-04-05IntelFrameworkModulePkg/Bds: Correct the total RAM calculationJeremy Linton1-22/+22
2016-03-25IntelFrameworkModulePkg: LegacyBootMaintUiLib: remove set but unused variablesLaszlo Ersek1-16/+0
2016-03-25IntelFrameworkModulePkg: DxeCapsuleLib: remove set but unused variablesLaszlo Ersek1-2/+0
2016-03-25IntelFrameworkModulePkg: BiosVideo: remove set but unused variableLaszlo Ersek1-7/+6
2016-03-16IntelFrameworkModulePkg/LegacyBootMaintUiLib: Refine the codeDandan Bi1-5/+25
2016-01-19IntelFrameworkModulePkg: Add NOOPT target in IntelFrameworkModulePkg.dscHao Wu1-2/+2
2015-12-24IntelFrameworkModulePkg: Remove the undefined PCD help and prompt stringsLiming Gao1-25/+1
2015-12-15IntelFrameworkModulePkg: Convert all .uni files to utf-8Jordan Justen81-0/+0
2015-12-07IntelFrameworkModulePkg: DebugAssert enhancementBaraneedharan Anbazhagan1-15/+36
2015-12-03IntelFrameworkModulePkg: remove unreachable codeArd Biesheuvel1-1/+0
2015-10-15IntelFrameworkModulePkg BdsDxe: Use PcdSet##S to replace PcdSet##Eric Dong3-10/+21
2015-09-30IntelFrameworkModulePkg GenericBdsLib: Do not assume perf entry count has no ...Star Zeng1-78/+33
2015-08-28IntelFrameworkModulePkg: Ad the missing module UNI files.Liming Gao4-3/+3
2015-08-27IntelFrameworkModulePkg: Replace deprecated function.Eric Dong1-2/+2
2015-08-27IntelFrameworkModulePkg: Fix mixed Dos and Linux end of line format issue.Eric Dong1-0/+0
2015-08-26IntelFrameworkModulePkg/BiosThunk: Fix 32 bits arch build failure when disabl...eric Dong1-3/+3
2015-08-20IntelFrameworkModulePkg: Update DEC and DSC version from 0.94 to 0.96Feng Tian2-2/+2
2015-08-20Fixed build error for VS2008 toolchain.Eric Dong1-0/+1
2015-08-13IntelFrameworkModulePkg:Refine the code in LegacyBootMaintUiLibDandan Bi1-4/+9
2015-08-05LegacyBootMaintUi: Update copyright info, cover old code existed in old BdsDx...Eric Dong4-3/+3
2015-08-04IntelFrameworkModulePkg:Refine the code comments in LegacyBootMaintUiLibDandan Bi2-9/+7
2015-08-03Fixed GCC49 build fail issue.Eric Dong1-0/+3
2015-07-31Fixed GCC tool chain build fail.Eric Dong2-2/+2
2015-07-30Legacy Boot Maintenance UI part code split from IntelFrameworkModulePkg/Unive...Eric Dong7-0/+1947
2015-07-28IntelFrameworkModulePkg: Add missing PCD usage information in UNI and DEC files.Qiu Shumin2-0/+4
2015-07-27IntelFrameworkModulePkg AcpiS3SaveDxe: Reduce reserved memory consumptionStar Zeng2-74/+124
2015-07-26IntelFrameworkModulePkg: GenericBdsLib: set Status before useLaszlo Ersek1-0/+1
2015-07-26IntelFrameworkModulePkg/GenericBdsLib: remove AcpiS3->S3Save() callArd Biesheuvel3-12/+0