]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/commit
PDK-9352: Added PCIe SSD example for AM65x
authorM V Pratap Reddy <x0257344@ti.com>
Fri, 16 Jul 2021 06:29:06 +0000 (11:59 +0530)
committerRishabh Garg <rishabh@ti.com>
Fri, 3 Dec 2021 17:22:47 +0000 (11:22 -0600)
commit587b037e0a653f93a7f95f186e59f7018000209b
tree1004c1cace3693628b4f50f4589e7dd434973607
parent459d1408f841b114f1e3b3019d87006202a8f3a5
PDK-9352: Added PCIe SSD example for AM65x

 - This update enables PCIe SSD example for AM65x IDK platform.
   Example is supported on mpu core which needs to be built for baremetal.

   SSD needs to be formatted to have a FAT32 partition to be able to run
   the example
13 files changed:
packages/ti/drv/pcie/example/sample/am65xx/src/pcie_sample_board.c
packages/ti/drv/pcie/example/ssd/am65xx/linker_a53.lds [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/am65xx/pcieSSD_a53.cfg [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/makefile [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/src/fatfs_pcie_interface.c [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/src/fatfs_pcie_interface.h [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/src/fs_shell_app_utils.c [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/src/fs_shell_app_utils.h [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/src/nvme.c [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/src/nvme.h [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/src/pcie_ssd.c [new file with mode: 0644]
packages/ti/drv/pcie/example/ssd/src/pcie_ssd.h [new file with mode: 0644]
packages/ti/drv/pcie/pcie_component.mk