]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
pcie-lld: add to PDK
authorJacob Stiffler <j-stiffler@ti.com>
Fri, 1 Nov 2019 18:55:19 +0000 (14:55 -0400)
committerJacob Stiffler <j-stiffler@ti.com>
Fri, 1 Nov 2019 18:55:19 +0000 (14:55 -0400)
commit2f673e50886263b837bcdcc9fed3e3a9ebb41de2
tree0f70e31c84cba8962b4764c54128ffaf3fd50490
parent52da58a265ca79406151e93475a83a9572437a89
pcie-lld: add to PDK

Development of pcie-lld has been relocated here from:
* Repo: https://git.ti.com/keystone-rtos/pcie-lld
* Branch: master
* Commit ID: 2454416e5e3a4b40a3255c8d9f759c04524b9876

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
192 files changed:
packages/ti/drv/pcie/.gitignore [new file with mode: 0644]
packages/ti/drv/pcie/Settings.xdc.xdt [new file with mode: 0644]
packages/ti/drv/pcie/build/buildlib.xs [new file with mode: 0644]
packages/ti/drv/pcie/build/makefile.mk [new file with mode: 0644]
packages/ti/drv/pcie/build/makefile_indp.mk [new file with mode: 0644]
packages/ti/drv/pcie/build/makefile_profile.mk [new file with mode: 0644]
packages/ti/drv/pcie/build/makefile_profile_indp.mk [new file with mode: 0644]
packages/ti/drv/pcie/common.bld [new file with mode: 0644]
packages/ti/drv/pcie/config.bld [new file with mode: 0644]
packages/ti/drv/pcie/config_mk.bld [new file with mode: 0644]
packages/ti/drv/pcie/docs/Module.xs [new file with mode: 0644]
packages/ti/drv/pcie/docs/PCIE_LLD_01_00_SoftwareManifest.doc [new file with mode: 0755]
packages/ti/drv/pcie/docs/PCIE_LLD_01_00_SoftwareManifest.pdf [new file with mode: 0755]
packages/ti/drv/pcie/docs/PCIE_LLD_2.x_manifest.html [new file with mode: 0644]
packages/ti/drv/pcie/docs/ReleaseNotes_PCIE_LLD.doc [new file with mode: 0644]
packages/ti/drv/pcie/docs/ReleaseNotes_PCIE_LLD.pdf [new file with mode: 0644]
packages/ti/drv/pcie/docs/doxyfile.xdt [new file with mode: 0755]
packages/ti/drv/pcie/docs/tifooter.htm [new file with mode: 0755]
packages/ti/drv/pcie/docs/tiheader.htm [new file with mode: 0755]
packages/ti/drv/pcie/docs/tilogo.gif [new file with mode: 0755]
packages/ti/drv/pcie/docs/titagline.gif [new file with mode: 0755]
packages/ti/drv/pcie/eclipseDocs/sample.xml [new file with mode: 0755]
packages/ti/drv/pcie/eclipseDocs/toc_cdoc_sample.xml [new file with mode: 0755]
packages/ti/drv/pcie/example/EDMA/PCIeDMA.c [new file with mode: 0644]
packages/ti/drv/pcie/example/EDMA/PCIeEDMA.h [new file with mode: 0644]
packages/ti/drv/pcie/example/EDMA/PCIeEDMAselector.c [new file with mode: 0644]
packages/ti/drv/pcie/example/EDMA/commonEDMA.c [new file with mode: 0644]
packages/ti/drv/pcie/example/Module.xs [new file with mode: 0755]
packages/ti/drv/pcie/example/Qos/makefile [new file with mode: 0644]
packages/ti/drv/pcie/example/Qos/src/pcie_qos_sample.c [new file with mode: 0644]
packages/ti/drv/pcie/example/Qos/src/pcie_qos_sample.h [new file with mode: 0644]
packages/ti/drv/pcie/example/edmaPktBench/edmaPktBench.c [new file with mode: 0644]
packages/ti/drv/pcie/example/edmaPktBench/edmaPktBench.h [new file with mode: 0644]
packages/ti/drv/pcie/example/edmaPktBench/edmaPktMsiBench.c [new file with mode: 0644]
packages/ti/drv/pcie/example/edmaPktBench/edmaPktMsiBench.h [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/Readme.txt [new file with mode: 0755]
packages/ti/drv/pcie/example/sample/am571x/armv7/bios/PCIE_idkAM571x_wSoCFile_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/armv7/bios/PCIE_idkAM571x_wSoCLib_armEdmaPktExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/armv7/bios/PCIE_idkAM571x_wSoCLib_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/armv7/bios/pcie_edmapkt.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/armv7/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/armv7/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/c66/bios/PCIE_idkAM571x_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/c66/bios/PCIE_idkAM571x_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/m4/bios/PCIE_idkAM571x_wSoCFile_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/m4/bios/PCIE_idkAM571x_wSoCLib_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/m4/bios/pcie_m4_idkAM571x_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am571x/m4/bios/pcie_m4_idkAM571x_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/armv7/bios/PCIE_idkAM572x_wSoCFile_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/armv7/bios/PCIE_idkAM572x_wSoCLib_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/armv7/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/armv7/bios/pcie_sample_wSoCFile.cfg.orig [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/armv7/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/armv7/bios/pcie_sample_wSoCLib.cfg.orig [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/c66/bios/PCIE_idkAM572x_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/c66/bios/PCIE_idkAM572x_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/m4/bios/PCIE_idkAM572x_wSoCFile_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/m4/bios/PCIE_idkAM572x_wSoCLib_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/m4/bios/pcie_m4_idkAM572x_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am572x/m4/bios/pcie_m4_idkAM572x_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/armv7/bios/PCIE_idkAM574x_wSoCFile_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/armv7/bios/PCIE_idkAM574x_wSoCLib_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/armv7/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/armv7/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/c66/bios/PCIE_idkAM574x_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/c66/bios/PCIE_idkAM574x_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/m4/bios/PCIE_idkAM574x_wSoCFile_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/m4/bios/PCIE_idkAM574x_wSoCLib_m4ExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/m4/bios/pcie_m4_idkAM574x_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am574x/m4/bios/pcie_m4_idkAM574x_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am57x/src/pcie_sample_board.c [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am57x/src/pcie_sample_board.h [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am65xx/pciesample_a53.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am65xx/pciesample_r5.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am65xx/r5_MPU.xs [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am65xx/src/pcie_sample_board.c [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/am65xx/src/pcie_sample_board.h [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/c6657/c66/bios/PCIE_evmc6657_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/c6657/c66/bios/PCIE_evmc6657_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/c6657/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/c6657/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/c6678/c66/bios/PCIE_evmc6678_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/c6678/c66/bios/PCIE_evmc6678_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/c6678/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/c6678/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2e/armv7/bios/PCIE_K2E_wSoCFile_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2e/armv7/bios/PCIE_K2E_wSoCLib_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2e/armv7/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2e/armv7/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2e/c66/bios/PCIE_K2E_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2e/c66/bios/PCIE_K2E_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2e/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2e/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/armv7/bios/PCIE_evmK2G_wSoCFile_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/armv7/bios/PCIE_evmK2G_wSoCLib_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/armv7/bios/PCIE_iceK2G_wSoCLib_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/armv7/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/armv7/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/armv7/bios/pcie_sample_wSoCLib_ice.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/c66/bios/PCIE_evmK2G_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/c66/bios/PCIE_evmK2G_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/c66/bios/PCIE_iceK2G_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2g/c66/bios/pcie_sample_wSoCLib_ice.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2h/armv7/bios/PCIE_K2H_wSoCFile_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2h/armv7/bios/PCIE_K2H_wSoCLib_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2h/armv7/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2h/armv7/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2h/c66/bios/PCIE_K2H_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2h/c66/bios/PCIE_K2H_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2h/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2h/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2k/armv7/bios/PCIE_K2K_wSoCFile_armExampleProject [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2k/armv7/bios/PCIE_K2K_wSoCLib_armExampleProject [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2k/armv7/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2k/armv7/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2k/c66/bios/PCIE_K2K_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2k/c66/bios/PCIE_K2K_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2k/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2k/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2l/armv7/bios/PCIE_K2L_wSoCFile_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2l/armv7/bios/PCIE_K2L_wSoCLib_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2l/armv7/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2l/armv7/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2l/c66/bios/PCIE_K2L_wSoCFile_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2l/c66/bios/PCIE_K2L_wSoCLib_C66BiosExampleProject.txt [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2l/c66/bios/pcie_sample_wSoCFile.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/k2l/c66/bios/pcie_sample_wSoCLib.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/makefile [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/src/pcie_sample.c [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/src/pcie_sample.h [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/udma/pcie_udma.c [new file with mode: 0644]
packages/ti/drv/pcie/example/sample/udma/pcie_udma.h [new file with mode: 0644]
packages/ti/drv/pcie/install/pcielld.mpi [new file with mode: 0755]
packages/ti/drv/pcie/makefile [new file with mode: 0644]
packages/ti/drv/pcie/package.bld [new file with mode: 0644]
packages/ti/drv/pcie/package.xdc [new file with mode: 0644]
packages/ti/drv/pcie/package.xs [new file with mode: 0644]
packages/ti/drv/pcie/pcie.h [new file with mode: 0644]
packages/ti/drv/pcie/pcieProjectCreate_arm.bat [new file with mode: 0755]
packages/ti/drv/pcie/pcie_component.mk [new file with mode: 0644]
packages/ti/drv/pcie/pciever.h [new file with mode: 0644]
packages/ti/drv/pcie/pciever.h.xdt [new file with mode: 0644]
packages/ti/drv/pcie/release.bat [new file with mode: 0755]
packages/ti/drv/pcie/setupenv.bat [new file with mode: 0755]
packages/ti/drv/pcie/soc/Module.xs [new file with mode: 0644]
packages/ti/drv/pcie/soc/am571x/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/am572x/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/am574x/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/am65xx/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/c6657/src/pcie_soc.c [new file with mode: 0755]
packages/ti/drv/pcie/soc/c6678/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/k2e/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/k2g/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/k2h/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/k2k/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/k2l/src/pcie_soc.c [new file with mode: 0644]
packages/ti/drv/pcie/soc/pcie_soc.h [new file with mode: 0644]
packages/ti/drv/pcie/src/Module.xs [new file with mode: 0644]
packages/ti/drv/pcie/src/pcie.c [new file with mode: 0644]
packages/ti/drv/pcie/src/pcieinit.c [new file with mode: 0644]
packages/ti/drv/pcie/src/pcieloc.h [new file with mode: 0644]
packages/ti/drv/pcie/src/src_files_common.mk [new file with mode: 0644]
packages/ti/drv/pcie/src/v0/pcie.h [new file with mode: 0644]
packages/ti/drv/pcie/src/v0/pcieloc.h [new file with mode: 0644]
packages/ti/drv/pcie/src/v0/pciev0.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v0/pciev0_app.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v0/pciev0_cfg.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v1/pcie.h [new file with mode: 0644]
packages/ti/drv/pcie/src/v1/pcieloc.h [new file with mode: 0644]
packages/ti/drv/pcie/src/v1/pciev1.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v1/pciev1_cfg.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v1/pciev1_ep.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v1/pciev1_plconf.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v1/pciev1_rc.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v1/pciev1_ticonf.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pcie.h [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pcieloc.h [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pciev2.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pciev2_app.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pciev2_cfg.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pciev2_ep.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pciev2_plconf.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pciev2_rc.c [new file with mode: 0644]
packages/ti/drv/pcie/src/v2/pciev2_ticonf.c [new file with mode: 0644]