]> git.proxmox.com Git - mirror_edk2.git/commit
Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 30 Nov 2010 23:38:40 +0000 (23:38 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 30 Nov 2010 23:38:40 +0000 (23:38 +0000)
commit2ff79f2eda16f8219140d3dae188d2b341f610e1
tree693b0c0223c7f3a312f292a3a5ba9eff0def4dbe
parente23a349aaec2ba7fd4218c6dabaf42da0aa9aa8e
Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator. Cleaned up POSIX include situation by centralizing it in a single file, like NT32. Fixed TPL issue with TPL High not being emulated correctly, it was possible to take a timer tick when the locks in the DXE core should have prevented this. Remove some unused files to make things easier to maintain.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11105 6f19259b-4bc3-4df7-8a09-765794883524
44 files changed:
UnixPkg/CpuRuntimeDxe/Cpu.c
UnixPkg/CpuRuntimeDxe/Cpu.inf
UnixPkg/Include/Protocol/UnixIo.h
UnixPkg/Include/Protocol/UnixThunk.h
UnixPkg/Include/Protocol/UnixUgaIo.h
UnixPkg/Library/UnixBaseLib/X64/SwitchStack.S
UnixPkg/Library/UnixBdsLib/PlatformData.c
UnixPkg/Sec/Gasket.c
UnixPkg/Sec/Gasket.h
UnixPkg/Sec/Ia32/Gasket.S
UnixPkg/Sec/Ia32/GasketTemplate.c
UnixPkg/Sec/SecMain.c
UnixPkg/Sec/SecMain.h
UnixPkg/Sec/SecMain.inf
UnixPkg/Sec/UgaX11.c
UnixPkg/Sec/UnixThunk.c
UnixPkg/Sec/X64/Gasket.S [deleted file]
UnixPkg/Sec/X64/GasketTemplate.c [deleted file]
UnixPkg/Sec/X64/MangleGasket.S
UnixPkg/Sec/X64/SwitchStack.S
UnixPkg/UnixBusDriverDxe/UnixBusDriver.c
UnixPkg/UnixBusDriverDxe/UnixBusDriver.inf
UnixPkg/UnixGopDxe/ComponentName.c [new file with mode: 0644]
UnixPkg/UnixGopDxe/UnixGop.h [new file with mode: 0644]
UnixPkg/UnixGopDxe/UnixGop.inf [new file with mode: 0644]
UnixPkg/UnixGopDxe/UnixGopDriver.c [new file with mode: 0644]
UnixPkg/UnixGopDxe/UnixGopInput.c [new file with mode: 0644]
UnixPkg/UnixGopDxe/UnixGopScreen.c [new file with mode: 0644]
UnixPkg/UnixPkg.dec
UnixPkg/UnixPkg.dsc
UnixPkg/UnixPkg.fdf
UnixPkg/UnixPkgX64.dsc
UnixPkg/UnixPkgX64.fdf
UnixPkg/UnixSnpDxe/ComponentName.c [new file with mode: 0644]
UnixPkg/UnixSnpDxe/UnixSnp.c [new file with mode: 0644]
UnixPkg/UnixSnpDxe/UnixSnp.h [new file with mode: 0644]
UnixPkg/UnixSnpDxe/UnixSnpDxe.inf [new file with mode: 0644]
UnixPkg/UnixUgaDxe/UnixUga.h
UnixPkg/UnixUgaDxe/UnixUga.inf
UnixPkg/UnixUgaDxe/UnixUgaDriver.c
UnixPkg/UnixUgaDxe/UnixUgaInput.c
UnixPkg/UnixUgaDxe/UnixUgaScreen.c
UnixPkg/Xcode/xcode_project/XcodeBuild.sh
UnixPkg/Xcode/xcode_project64/XcodeBuild.sh