summaryrefslogtreecommitdiff
path: root/EmulatorPkg/Win
AgeCommit message (Expand)AuthorFilesLines
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