]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkModulePkg/Include/IndustryStandard/Pcat.h
Add DxeBootScriptLibNull in IntelFrameworkPkg.
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Jul 2007 09:09:00 +0000 (09:09 +0000)
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Jul 2007 09:09:00 +0000 (09:09 +0000)
commitc3902377a94850795450186d9b4b2bc3007d83be
treeadc8ff784a17f85918611259a0242679d1803d30
parent92627141817c5f794db66c8937c7453bbff4c302
Add DxeBootScriptLibNull in IntelFrameworkPkg.
Add IsaBusDxe in IntelFrameworkModulePkg.
Add Pcat.h in "IntelFrameworkModulePkg/IndustryStandard"

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2948 6f19259b-4bc3-4df7-8a09-765794883524
19 files changed:
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/CommonHeader.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/EntryPoint.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaBus.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/InternalIsaIo.h [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.c [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBus.msa [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaIo.c [new file with mode: 0644]
IntelFrameworkModulePkg/Include/IndustryStandard/Pcat.h [new file with mode: 0644]
IntelFrameworkModulePkg/Include/Protocol/IsaIo.h [new file with mode: 0644]
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
IntelFrameworkPkg/Include/Library/BootScriptLib.h [new file with mode: 0644]
IntelFrameworkPkg/Include/Ppi/BootScriptExecuter.h
IntelFrameworkPkg/Library/DxeBootScriptLibNull/BootScriptLib.c [new file with mode: 0644]
IntelFrameworkPkg/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.inf [new file with mode: 0644]
IntelFrameworkPkg/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.msa [new file with mode: 0644]