]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
gpmc-lld: add to PDK
authorJacob Stiffler <j-stiffler@ti.com>
Fri, 1 Nov 2019 18:54:46 +0000 (14:54 -0400)
committerJacob Stiffler <j-stiffler@ti.com>
Fri, 1 Nov 2019 18:54:46 +0000 (14:54 -0400)
commita6cbfa9165cb52721b5fe0e66a189e826822b416
tree1e301c3e9cf8e189275ec8d7e71f40928ef9ed39
parentab4996248887de1b6abd859ac05a277d6bd1ee72
gpmc-lld: add to PDK

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

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
49 files changed:
packages/ti/drv/gpmc/.gitignore [new file with mode: 0644]
packages/ti/drv/gpmc/GPMC.h [new file with mode: 0755]
packages/ti/drv/gpmc/GPMCver.h.xdt [new file with mode: 0644]
packages/ti/drv/gpmc/Settings.xdc.xdt [new file with mode: 0755]
packages/ti/drv/gpmc/build/buildlib.xs [new file with mode: 0755]
packages/ti/drv/gpmc/build/makefile.mk [new file with mode: 0755]
packages/ti/drv/gpmc/build/makefile_indp.mk [new file with mode: 0755]
packages/ti/drv/gpmc/build/makefile_profile.mk [new file with mode: 0755]
packages/ti/drv/gpmc/build/makefile_profile_indp.mk [new file with mode: 0755]
packages/ti/drv/gpmc/config.bld [new file with mode: 0755]
packages/ti/drv/gpmc/config_mk.bld [new file with mode: 0755]
packages/ti/drv/gpmc/docs/Doxyfile [new file with mode: 0644]
packages/ti/drv/gpmc/docs/GPMC_LLD_SoftwareManifest.html [new file with mode: 0644]
packages/ti/drv/gpmc/docs/Module.xs [new file with mode: 0755]
packages/ti/drv/gpmc/docs/ReleaseNotes_GPMC_LLD.doc [new file with mode: 0755]
packages/ti/drv/gpmc/docs/ReleaseNotes_GPMC_LLD.pdf [new file with mode: 0755]
packages/ti/drv/gpmc/docs/doxyfile.xdt [new file with mode: 0644]
packages/ti/drv/gpmc/docs/tifooter.htm [new file with mode: 0644]
packages/ti/drv/gpmc/docs/tiheader.htm [new file with mode: 0644]
packages/ti/drv/gpmc/docs/tilogo.gif [new file with mode: 0644]
packages/ti/drv/gpmc/docs/titagline.gif [new file with mode: 0644]
packages/ti/drv/gpmc/example/Module.xs [new file with mode: 0755]
packages/ti/drv/gpmc/example/am335x/armv7/bios/GPMC_Test_icev2AM335x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/gpmc/example/am437x/armv7/bios/GPMC_Test_evmAM437x_armExampleProject.txt [new file with mode: 0644]
packages/ti/drv/gpmc/example/src/main_gpmc_flash_example.c [new file with mode: 0644]
packages/ti/drv/gpmc/gpmc_component.mk [new file with mode: 0755]
packages/ti/drv/gpmc/makefile [new file with mode: 0755]
packages/ti/drv/gpmc/package.bld [new file with mode: 0755]
packages/ti/drv/gpmc/package.xdc [new file with mode: 0755]
packages/ti/drv/gpmc/package.xs [new file with mode: 0755]
packages/ti/drv/gpmc/soc/GPMC_soc.h [new file with mode: 0755]
packages/ti/drv/gpmc/soc/Module.xs [new file with mode: 0755]
packages/ti/drv/gpmc/soc/am335x/GPMC_soc.c [new file with mode: 0755]
packages/ti/drv/gpmc/soc/am437x/GPMC_soc.c [new file with mode: 0755]
packages/ti/drv/gpmc/src/GPMC_drv.c [new file with mode: 0755]
packages/ti/drv/gpmc/src/GPMC_osal.h [new file with mode: 0644]
packages/ti/drv/gpmc/src/Module.xs [new file with mode: 0755]
packages/ti/drv/gpmc/src/V1/GPMC_v1.c [new file with mode: 0755]
packages/ti/drv/gpmc/src/V1/GPMC_v1.h [new file with mode: 0755]
packages/ti/drv/gpmc/src/src_files_common.mk [new file with mode: 0755]
packages/ti/drv/gpmc/test/Module.xs [new file with mode: 0644]
packages/ti/drv/gpmc/test/am335x/armv7/bios/GPMC_Test_icev2AM335x_armTestProject.txt [new file with mode: 0755]
packages/ti/drv/gpmc/test/am335x/armv7/bios/am335x_app_icev2am335x.cfg [new file with mode: 0755]
packages/ti/drv/gpmc/test/am437x/armv7/bios/GPMC_Test_evmAM437x_armTestProject.txt [new file with mode: 0755]
packages/ti/drv/gpmc/test/am437x/armv7/bios/gpmc_arm_evmam437x.cfg [new file with mode: 0755]
packages/ti/drv/gpmc/test/src/GPMC_board.h [new file with mode: 0755]
packages/ti/drv/gpmc/test/src/GPMC_log.c [new file with mode: 0755]
packages/ti/drv/gpmc/test/src/GPMC_log.h [new file with mode: 0755]
packages/ti/drv/gpmc/test/src/main_gpmc_flash_test.c [new file with mode: 0755]