]> git.proxmox.com Git - mirror_edk2.git/commit
Add MP support. Based on PcdEmuApCount APs (Application Processors) are created in...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 13 May 2011 00:03:26 +0000 (00:03 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 13 May 2011 00:03:26 +0000 (00:03 +0000)
commitc4671a67d86ad8b6453fa36471cfeaf6b73cbcea
treec01f9ef31e53b8573adb9b9599f4aeb0aa498c1f
parente6a6082acfb0984ef56a05e56f8b3d7ca068cbae
Add MP support. Based on PcdEmuApCount APs (Application Processors) are created in the CpuRuntimeDxe driver. If PcdEmuApCount > 0 then the MpServices protocol is created on top of pthreads and the APs are availible to use vis the MpService protocol.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11644 6f19259b-4bc3-4df7-8a09-765794883524
InOsEmuPkg/CpuRuntimeDxe/Cpu.c
InOsEmuPkg/CpuRuntimeDxe/Cpu.inf
InOsEmuPkg/CpuRuntimeDxe/CpuDriver.h
InOsEmuPkg/CpuRuntimeDxe/MpService.c [new file with mode: 0644]
InOsEmuPkg/InOsEmuPkg.dec
InOsEmuPkg/Include/Library/EmuThunkLib.h
InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.c
InOsEmuPkg/Library/DxeEmuLib/DxeEmuLib.inf