]> git.proxmox.com Git - mirror_edk2.git/commit - DuetPkg/Library/DuetBdsLib/BdsPlatform.c
Porting Duet module from EDKI to EDKII
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Apr 2008 05:48:13 +0000 (05:48 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 17 Apr 2008 05:48:13 +0000 (05:48 +0000)
commitc69dd9dfad3eb97d5e21f520f3ba35d102ec4cfa
treee6065a748931519b3cf11d9811c0beef9c80d58e
parentfcf03596d10de53e45292bd9eb4767a8ddc344ed
Porting Duet module from EDKI to EDKII

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5076 6f19259b-4bc3-4df7-8a09-765794883524
77 files changed:
DuetPkg/BootSector/BootSector.inf [new file with mode: 0644]
DuetPkg/BootSector/FILE.LST [new file with mode: 0644]
DuetPkg/BootSector/Gpt.asm [new file with mode: 0644]
DuetPkg/BootSector/Makefile [new file with mode: 0644]
DuetPkg/BootSector/Mbr.asm [new file with mode: 0644]
DuetPkg/BootSector/bootsect.asm [new file with mode: 0644]
DuetPkg/BootSector/bs16.asm [new file with mode: 0644]
DuetPkg/BootSector/bs32.asm [new file with mode: 0644]
DuetPkg/BootSector/efi32.asm [new file with mode: 0644]
DuetPkg/BootSector/efi64.asm [new file with mode: 0644]
DuetPkg/BootSector/st16_64.asm [new file with mode: 0644]
DuetPkg/BootSector/st32_64.asm [new file with mode: 0644]
DuetPkg/BootSector/start.asm [new file with mode: 0644]
DuetPkg/BootSector/start16.asm [new file with mode: 0644]
DuetPkg/BootSector/start32.asm [new file with mode: 0644]
DuetPkg/BootSector/start64.asm [new file with mode: 0644]
DuetPkg/CpuDxe/Cpu.c [new file with mode: 0644]
DuetPkg/CpuDxe/Cpu.dxs [new file with mode: 0644]
DuetPkg/CpuDxe/Cpu.inf [new file with mode: 0644]
DuetPkg/CpuDxe/CpuDxe.h [new file with mode: 0644]
DuetPkg/CpuDxe/Ia32/CpuInterrupt.asm [new file with mode: 0644]
DuetPkg/CpuDxe/x64/CpuInterrupt.asm [new file with mode: 0644]
DuetPkg/CpuIoDxe/CpuIo.c [new file with mode: 0644]
DuetPkg/CpuIoDxe/CpuIo.h [new file with mode: 0644]
DuetPkg/CpuIoDxe/CpuIo.inf [new file with mode: 0644]
DuetPkg/CpuIoDxe/CpuIoAccess.h [new file with mode: 0644]
DuetPkg/CpuIoDxe/Ia32/CpuIoAccess.asm [new file with mode: 0644]
DuetPkg/CpuIoDxe/Ia32CpuIo.dxs [new file with mode: 0644]
DuetPkg/CpuIoDxe/x64/CpuIoAccess.asm [new file with mode: 0644]
DuetPkg/DuetPkg.dec
DuetPkg/DuetPkg.dsc
DuetPkg/DuetPkg.fdf [new file with mode: 0644]
DuetPkg/DxeIpl/DxeIpl.inf
DuetPkg/Include/EfiFlashMap.h
DuetPkg/IsaAcpiDxe/ComponentName.c [new file with mode: 0644]
DuetPkg/IsaAcpiDxe/IsaAcpi.c [new file with mode: 0644]
DuetPkg/IsaAcpiDxe/IsaAcpi.inf [new file with mode: 0644]
DuetPkg/IsaAcpiDxe/PcatIsaAcpi.c [new file with mode: 0644]
DuetPkg/IsaAcpiDxe/PcatIsaAcpi.h [new file with mode: 0644]
DuetPkg/KbcResetDxe/Ia32/Ia32Reset.c [new file with mode: 0644]
DuetPkg/KbcResetDxe/Ia32Reset.dxs [new file with mode: 0644]
DuetPkg/KbcResetDxe/Ipf/IpfReset.c [new file with mode: 0644]
DuetPkg/KbcResetDxe/IpfReset.dxs [new file with mode: 0644]
DuetPkg/KbcResetDxe/Reset.c [new file with mode: 0644]
DuetPkg/KbcResetDxe/Reset.h [new file with mode: 0644]
DuetPkg/KbcResetDxe/Reset.inf [new file with mode: 0644]
DuetPkg/KbcResetDxe/x64/x64Reset.c [new file with mode: 0644]
DuetPkg/KbcResetDxe/x64Reset.dxs [new file with mode: 0644]
DuetPkg/LegacyMetronome/Metronome.c [new file with mode: 0644]
DuetPkg/LegacyMetronome/Metronome.dxs [new file with mode: 0644]
DuetPkg/LegacyMetronome/Metronome.h [new file with mode: 0644]
DuetPkg/LegacyMetronome/Metronome.inf [new file with mode: 0644]
DuetPkg/Library/DuetBdsLib/BdsPlatform.c [new file with mode: 0644]
DuetPkg/Library/DuetBdsLib/BdsPlatform.h [new file with mode: 0644]
DuetPkg/Library/DuetBdsLib/PlatformBds.inf [new file with mode: 0644]
DuetPkg/Library/DuetBdsLib/PlatformData.c [new file with mode: 0644]
DuetPkg/PcRtc/Ia32/RealTimeClock.c [new file with mode: 0644]
DuetPkg/PcRtc/Ia32RealTimeClock.dxs [new file with mode: 0644]
DuetPkg/PcRtc/Ipf/IpfPcRtc.c [new file with mode: 0644]
DuetPkg/PcRtc/IpfRealTimeClock.dxs [new file with mode: 0644]
DuetPkg/PcRtc/RealTimeClock.c [new file with mode: 0644]
DuetPkg/PcRtc/RealTimeClock.h [new file with mode: 0644]
DuetPkg/PcRtc/RealTimeClock.inf [new file with mode: 0644]
DuetPkg/PcRtc/x64/RealTimeClock.c [new file with mode: 0644]
DuetPkg/PcRtc/x64RealTimeClock.dxs [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/DeviceIo.c [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/DeviceIo.h [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/Ia32/PcatIo.c [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/PcatIo.c [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.c [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.h [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridgeDevicePath.c [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridgeIo.c [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf [new file with mode: 0644]
DuetPkg/PciRootBridgeNoEnumerationDxe/x64/PcatIo.c [new file with mode: 0644]
DuetPkg/RtPlatformStatusCode/RtPlatformStatusCode.c [new file with mode: 0644]
DuetPkg/RtPlatformStatusCode/RtPlatformStatusCode.inf [new file with mode: 0644]