]> git.proxmox.com Git - mirror_edk2.git/commit
Add BlockIO support to the emulator, still needs testing. Also update Emulator start...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 31 May 2011 20:23:36 +0000 (20:23 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 31 May 2011 20:23:36 +0000 (20:23 +0000)
commitd59326d3a871f1df6e9416334ca2181ac4373d42
tree1ed7cfdd245be8f6edcb3061a371cdaf4c835734
parent283d361e98f2e7da579b022426d3dfb4fc1e33a8
Add BlockIO support to the emulator, still needs testing. Also update Emulator start code to only pass 2 args in place of 3. The 3rd argument is not needed. Still need a function as the BaseLib functoin does not have the correct calling conventions. Cleanup build script for binary shell case.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11718 6f19259b-4bc3-4df7-8a09-765794883524
17 files changed:
InOsEmuPkg/EmuBlockIoDxe/ComponentName.c [new file with mode: 0644]
InOsEmuPkg/EmuBlockIoDxe/DriverConfiguration.c [new file with mode: 0644]
InOsEmuPkg/EmuBlockIoDxe/DriverDiagnostics.c [new file with mode: 0644]
InOsEmuPkg/EmuBlockIoDxe/EmuBlockIo.c [new file with mode: 0644]
InOsEmuPkg/EmuBlockIoDxe/EmuBlockIo.h [new file with mode: 0644]
InOsEmuPkg/EmuBlockIoDxe/EmuBlockIoDxe.inf [new file with mode: 0644]
InOsEmuPkg/InOsEmuPkg.dec
InOsEmuPkg/Include/Guid/EmuPhysicalDisk.h [new file with mode: 0644]
InOsEmuPkg/Include/Guid/EmuVirtualDisk.h [new file with mode: 0644]
InOsEmuPkg/Include/Protocol/EmuBlockIo.h [new file with mode: 0644]
InOsEmuPkg/Unix/Sec/BlockIo.c [new file with mode: 0644]
InOsEmuPkg/Unix/Sec/SecMain.c
InOsEmuPkg/Unix/Sec/SecMain.h
InOsEmuPkg/Unix/Sec/X64/SwitchStack.S
InOsEmuPkg/Unix/UnixX64.dsc
InOsEmuPkg/Unix/UnixX64.fdf
InOsEmuPkg/Unix/build64.sh