summaryrefslogtreecommitdiff
path: root/EmulatorPkg/Win
AgeCommit message (Expand)AuthorFilesLines
2023-09-27EmulatorPkg: Fix Terminal IssuesNate DeSimone1-1/+40
2023-07-24EmulatorPkg/Win/Host: Fix RUNTIME_FUNCTION redefinition errorMichael D Kinney1-4/+6
2023-04-10EmulatorPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-1/+1
2022-12-08EmulatorPkg: Record Argc, Argv and Envp in EmuThunk PpiLiu, Zhiguang1-0/+3
2022-12-08EmulatorPkg: Add persistent memory in EmuThunkPpiLiu, Zhiguang2-2/+11
2022-12-08EmulatorPkg/Win: Unload DLLs before resetRay Ni1-0/+14
2022-12-05EmulatorPkg/WinHost: Add Reset2 PPINi, Ray3-10/+71
2022-12-05EmulatorPkg/WinHost: XIP for SEC and PEI_CORENi, Ray1-12/+2
2022-12-05EmulatorPkg/WinHost: pre-allocate "physical" RAMNi, Ray1-35/+25
2021-12-07EmulatorPkg: Apply uncrustify changesMichael Kubacki11-1567/+1631
2021-12-07EmulatorPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07EmulatorPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-7/+5
2021-11-29EmulatorPkg/Win/Host: Update CC_FLAGSMichael D Kinney1-1/+1
2020-09-23EmulatorPkg/host: fix overflow in Multwenyi,xie via groups.io1-1/+1
2020-06-04EmulatorPkg/WinHost: Enable network support.Nickle Wang4-1/+1147
2020-04-13EmulatorPkg/WinHost: Add link flags for VS2019 tool chains.Guomin Jiang1-0/+2
2020-02-10EmulatorPkg/Win: Fix various typosAntoine Coeur7-19/+19
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