summaryrefslogtreecommitdiff
path: root/EmulatorPkg/Win
AgeCommit message (Expand)AuthorFilesLines
2019-11-15EmulatorPkg DSC and WinHost.inf: Update tool chain name to CLANGPDBLiming Gao1-4/+4
2019-10-24EmulatorPkg: Enable CLANG9 tool chainLiming Gao2-4/+10
2019-10-21WinHost: Add SimplePointer supportMarvin Haeuser4-3/+69
2019-08-27EmulatorPkg/Win/Host: Fix SecPrint() log line endingsMichael D Kinney1-13/+13
2019-08-27EmulatorPkg/Win/Host: Fix image unload regressionMichael D Kinney1-6/+161
2019-08-19EmulatorPkg: Add -D DISABLE_NEW_DEPRECATED_INTERFACESMichael D Kinney1-37/+79
2019-08-19EmulatorPkg: Remove UNIX_SEC_BUILD/WIN_SEC_BUILDMichael D Kinney1-1/+1
2019-08-06EmulatorPkg: Fix VS2015 build when VS2017 also installedMichael Kinney1-14/+8
2019-04-09EmulatorPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney11-76/+11
2018-09-10Emulator/Win: Fix build failure using VS2015x86 or old WinSDKRuiyu Ni2-8/+17
2018-08-31EmulatorPkg/Win: Add VS2017 project fileRuiyu Ni5-0/+211
2018-08-31EmulatorPkg/Win: Enable 64bit (SEC,PEI,DXE all run at 64bit)Ruiyu Ni2-2/+2
2018-08-31EmulatorPkg/Win: ReadKeyStrokeEx() always returns correct KeyStateRuiyu Ni1-0/+17
2018-08-31EmulatorPkg/Win: Use FrameBufferBltLib for BLT operationRuiyu Ni3-151/+72
2018-08-30EmulatorPkg: formalize line endingsRuiyu Ni2-2/+2
2018-08-27EmulatorPkg/Win: Add BlockIo supportRuiyu Ni4-0/+570
2018-08-27EmulatorPkg/Win: Add SimpleFileSystem supportRuiyu Ni4-0/+2424
2018-08-27EmulatorPkg/Win: Add RTC supportRuiyu Ni1-2/+56
2018-08-27EmulatorPkg/Win: Add timer and interrupt supportRuiyu Ni1-0/+194
2018-08-27EmulatorPkg/Win: Add input/output supportRuiyu Ni6-0/+1507
2018-08-27EmulatorPkg/Win: Enable native OS console as firmware consoleRuiyu Ni1-4/+105
2018-08-27EmulatorPkg/Win: Add Windows host supportRuiyu Ni6-0/+1709