]> git.proxmox.com Git - mirror_edk2.git/commit - DuetPkg/DuetPkg.dsc
Initialize DuetPkg ...
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Dec 2007 08:48:38 +0000 (08:48 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Dec 2007 08:48:38 +0000 (08:48 +0000)
commitca162103dae16dd48474f8dfc7a8951c997c89bc
tree4bf0dbf4127b7cf9bde9f59b4d760cf29f6ac446
parenta09aa7e27a6206bb91ebf5035753472ff6bcb280
Initialize DuetPkg ...

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4416 6f19259b-4bc3-4df7-8a09-765794883524
35 files changed:
DuetPkg/DataHubGenDxe/DataHubGen.c [new file with mode: 0644]
DuetPkg/DataHubGenDxe/DataHubGen.dxs [new file with mode: 0644]
DuetPkg/DataHubGenDxe/DataHubGen.h [new file with mode: 0644]
DuetPkg/DataHubGenDxe/DataHubGen.inf [new file with mode: 0644]
DuetPkg/DataHubGenDxe/DataHubGenStrings.uni [new file with mode: 0644]
DuetPkg/DuetPkg.dec [new file with mode: 0644]
DuetPkg/DuetPkg.dsc [new file with mode: 0644]
DuetPkg/DxeIpl/Debug.c [new file with mode: 0644]
DuetPkg/DxeIpl/Debug.h [new file with mode: 0644]
DuetPkg/DxeIpl/DxeInit.c [new file with mode: 0644]
DuetPkg/DxeIpl/DxeIpl.h [new file with mode: 0644]
DuetPkg/DxeIpl/DxeIpl.inf [new file with mode: 0644]
DuetPkg/DxeIpl/HobGeneration.c [new file with mode: 0644]
DuetPkg/DxeIpl/HobGeneration.h [new file with mode: 0644]
DuetPkg/DxeIpl/Ia32/CpuIoAccess.asm [new file with mode: 0644]
DuetPkg/DxeIpl/Ia32/EnterDxeCore.asm [new file with mode: 0644]
DuetPkg/DxeIpl/Ia32/Paging.c [new file with mode: 0644]
DuetPkg/DxeIpl/Ia32/VirtualMemory.h [new file with mode: 0644]
DuetPkg/DxeIpl/LegacyTable.c [new file with mode: 0644]
DuetPkg/DxeIpl/LegacyTable.h [new file with mode: 0644]
DuetPkg/DxeIpl/PpisNeededByDxeCore.c [new file with mode: 0644]
DuetPkg/DxeIpl/PpisNeededByDxeCore.h [new file with mode: 0644]
DuetPkg/DxeIpl/SerialStatusCode.c [new file with mode: 0644]
DuetPkg/DxeIpl/SerialStatusCode.h [new file with mode: 0644]
DuetPkg/DxeIpl/X64/CpuIoAccess.asm [new file with mode: 0644]
DuetPkg/DxeIpl/X64/EnterDxeCore.asm [new file with mode: 0644]
DuetPkg/DxeIpl/X64/Paging.c [new file with mode: 0644]
DuetPkg/DxeIpl/X64/VirtualMemory.h [new file with mode: 0644]
DuetPkg/Include/CpuIA32.h [new file with mode: 0644]
DuetPkg/Include/EfiFlashMap.h [new file with mode: 0644]
DuetPkg/Include/EfiLdrHandoff.h [new file with mode: 0644]
DuetPkg/Include/FlashLayout.h [new file with mode: 0644]
DuetPkg/Include/Guid/AcpiDescription.h [new file with mode: 0644]
DuetPkg/Include/Guid/FlashMapHob.h [new file with mode: 0644]
DuetPkg/Include/Guid/PciExpressBaseAddress.h [new file with mode: 0644]