]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg/Win: Add Windows host support
authorRuiyu Ni <ruiyu.ni@intel.com>
Thu, 23 Aug 2018 05:02:52 +0000 (13:02 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Mon, 27 Aug 2018 07:20:49 +0000 (15:20 +0800)
commit3c859dfebb436487928eab4644a33ce05b1905ac
tree7cbe852174ce1196ef42204912de2282c9ee612a
parent47c04c382eb5c024173f8b8d37536ca25f9f93c4
EmulatorPkg/Win: Add Windows host support

This is the initial patch to make it boot to early DXE
phase without display (only debug message).

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Cc: Andrew Fish <afish@apple.com>
EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg/Win/Host/WinHost.c [new file with mode: 0644]
EmulatorPkg/Win/Host/WinHost.h [new file with mode: 0644]
EmulatorPkg/Win/Host/WinHost.inf [new file with mode: 0644]
EmulatorPkg/Win/Host/WinInclude.h [new file with mode: 0644]
EmulatorPkg/Win/Host/WinMemoryAllocationLib.c [new file with mode: 0644]
EmulatorPkg/Win/Host/WinThunk.c [new file with mode: 0644]