]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/fatfs.git/log
keystone-rtos/fatfs.git
5 years agoAdding sciclient dependency for J7 REL.PDK.J7.00.05.00.05 REL.PDK.J7.00.05.00.06 REL.PDK.J7.00.05.00.07 REL.PDK.J7.00.05.00.08 REL.PDK.J7.00.05.00.09 REL.PDK.J7.00.05.00.10 REL.PDK.J7.00.05.00.11 REL.PDK.J7.00.05.00.12 REL.PDK.J7.00.05.00.13 REL.PDK.J7.00.05.00.14 REL.PDK.J7.00.05.00.15
Ankur [Wed, 9 Jan 2019 12:48:50 +0000 (18:18 +0530)]
Adding sciclient dependency for J7

Signed-off-by: Ankur <a0132173@ti.com>
5 years agoFixed package build REL.PDK.J7.00.05.00.01 REL.PDK.J7.00.05.00.02 REL.PDK.J7.00.05.00.03 REL.PDK.J7.00.05.00.04
Sivaraj R [Mon, 7 Jan 2019 07:36:37 +0000 (13:06 +0530)]
Fixed package build

Signed-off-by: Sivaraj R <sivaraj@ti.com>
5 years agoPRSDK-4440 Fix multi-partition redundant mapping DEV.FATFS_LLD.01.00.00.12A
Sinthu Raja M [Thu, 13 Dec 2018 16:22:49 +0000 (21:52 +0530)]
PRSDK-4440 Fix multi-partition redundant mapping

 Issue:
 Foa a given multi-partition card mapping for a single partition is
 mapping redundantly because of several disk_initialize function call
 during FATFS_open.

 Fix:
 Remove multiple disk initialize function from FATFS_open and also handled
 partition entry and mapping inside FATFS_readBootSector function.

5 years agoPRSDK-4440: Fixes issue with multi-partition support DEV.FATFS_LLD.01.00.00.12 DEV.PROCESSOR-SDK.05.02.00.07
Madan Srinivas [Mon, 10 Dec 2018 22:53:04 +0000 (17:53 -0500)]
PRSDK-4440: Fixes issue with multi-partition  support

The new multi-partion support added braks FATFS if it is used on
a drive with no partitions, is, boot sector is at sector 0,

This patch fixes hte issue, by initializing VolToPart to either 0 or 1
based on whether a partition is present or not.

Signed-off-by: Madan Srinivas<madans@ti.com>
5 years agoPRSDK-4440: Fixes issue with multi-partition support
Madan Srinivas [Mon, 10 Dec 2018 22:53:04 +0000 (17:53 -0500)]
PRSDK-4440: Fixes issue with multi-partition  support

The new multi-partion support added braks FATFS if it is used on
a drive with no partitions, is, boot sector is at sector 0,

This patch fixes hte issue, by initializing VolToPart to either 0 or 1
based on whether a partition is present or not.

Signed-off-by: Madan Srinivas<madans@ti.com>
5 years agoDocumentation update for release 5.2
M V Pratap Reddy [Sat, 8 Dec 2018 00:58:18 +0000 (06:28 +0530)]
Documentation update for release 5.2

5 years agofix the fatfs example build failure for J7
Ming Wei [Mon, 10 Dec 2018 04:39:06 +0000 (22:39 -0600)]
fix the fatfs example build failure for J7

Signed-off-by: Ming Wei <mwei@ti.com>
5 years agoPRSDK-5134 Update FATFS_Close funtion call
Sinthu Raja M [Fri, 7 Dec 2018 16:57:42 +0000 (22:27 +0530)]
PRSDK-5134 Update FATFS_Close funtion call

 Update FATFS_close function call from FATFS_open() function with the
 pointer argument

5 years agoPRSDK-5134: Fix for FatFs open failure on AM65xx platform
M V Pratap Reddy [Thu, 6 Dec 2018 23:11:35 +0000 (04:41 +0530)]
PRSDK-5134: Fix for FatFs open failure on AM65xx platform

 - Logical to physical drive mapping is not proper inside FatFs driver
   layer when FatFs open index and HW instance of the storage media are
   different. This is resulting in wrong function pointer mapping and disk
   init failure.

5 years agoMerge branch 'master' of ssh://bitbucket.itg.ti.com/processor-sdk/fatfs into PRSDK...
Mahesh Radhakrishnan [Thu, 6 Dec 2018 00:23:18 +0000 (19:23 -0500)]
Merge branch 'master' of ssh://bitbucket.itg.ti.com/processor-sdk/fatfs into PRSDK-4440

5 years agoPRSDK-4440: Fix for example build errors
M V Pratap Reddy [Wed, 5 Dec 2018 20:42:15 +0000 (02:12 +0530)]
PRSDK-4440: Fix for example build errors

5 years agoMerge branch 'master' of ssh://bitbucket.itg.ti.com/processor-sdk/fatfs into PRSDK...
Mahesh Radhakrishnan [Wed, 5 Dec 2018 17:22:28 +0000 (12:22 -0500)]
Merge branch 'master' of ssh://bitbucket.itg.ti.com/processor-sdk/fatfs into PRSDK-4704

5 years agoPRSDK-4440 Fix merge issue with FATFS_GPIO_ENABLED macro
Sinthu Raja M [Wed, 5 Dec 2018 10:28:34 +0000 (15:58 +0530)]
PRSDK-4440 Fix merge issue with FATFS_GPIO_ENABLED macro

 Fix FATFS_GPIO_ENABLED macro issue which disabled the
 GPIO functionality of GPIO for other platforms except AM65x and J7

5 years agoPRSDK-4440 Add multi-partition example for AM572x IDK
Sinthu Raja M [Mon, 19 Nov 2018 14:37:06 +0000 (20:07 +0530)]
PRSDK-4440 Add multi-partition example for AM572x IDK

  Add Multi-partition example for fatfs with menu oriented option.
  In which user opted to enter a partition number and do console shell
  operation in the enterd partition.
  The number of partitions are determined by the FATFS wrapper class.

5 years agoPRSDK-4440 Addressing review comments
Sinthu Raja M [Mon, 19 Nov 2018 11:37:59 +0000 (17:07 +0530)]
PRSDK-4440 Addressing review comments

 Add macro for mount option in f_mount function.
 Update readBootSector function to handle f_mount failure case.

5 years agoPRSDK-4440 Fix MISRA C error
Sinthu Raja M [Fri, 16 Nov 2018 14:37:28 +0000 (20:07 +0530)]
PRSDK-4440 Fix MISRA C error

 Update code to fix MISRA C errors

5 years agoPRSDK-4440 Add volume status variable to indicate the application
Sinthu Raja M [Fri, 16 Nov 2018 12:21:53 +0000 (17:51 +0530)]
PRSDK-4440 Add volume status variable to indicate the application

 Add FATFS_volumeStaus variable to indicate the application of the
 VolToPart table is full and no further partition can be added.

5 years agoPRSDK-4440 Add macro for VolToPart structure default values
Sinthu Raja M [Fri, 16 Nov 2018 11:19:30 +0000 (16:49 +0530)]
PRSDK-4440 Add macro for VolToPart structure default values

5 years agoPRSDK-4440 Update Macros name appended with FATFS
Sinthu Raja M [Fri, 16 Nov 2018 11:09:35 +0000 (16:39 +0530)]
PRSDK-4440 Update Macros name appended with FATFS

  Changed all the wrapper class macros appeneded with FATFS.

5 years agoPRSDK-4440 Address Review comments
Sinthu Raja M [Fri, 16 Nov 2018 10:57:43 +0000 (16:27 +0530)]
PRSDK-4440 Address Review comments

 Add API to check free index availability in VolToPart structure.
 Update Fatfs_Close API to verify error cases.
 Moved MACROS to header files.
 Replaced magic numbers with macros.
 Changed logic of accessing VolToPart structure with multiple open and
 close of Fatfs driver.

5 years agoPRSDK-4440 Add support for multi-partition
Sinthu Raja M [Mon, 12 Nov 2018 14:45:03 +0000 (20:15 +0530)]
PRSDK-4440 Add support for multi-partition

 Remove makefile to create independant library for multi-partition.

 Add API to read boot sector during FATFS_initialize to find the number
 of partitions.

 Add VolToPart structure to map partition table to its driver instances.

 Update FATFS_object structure to have filesystem details for each
 partition in a given instance.

5 years agoPRSDK-5098: Adding detailed comments as per review comments
Mahesh Radhakrishnan [Mon, 3 Dec 2018 23:22:24 +0000 (18:22 -0500)]
PRSDK-5098: Adding detailed comments as per review comments

5 years agoPRSDK-5098: Fix for the console app if GPIO is not used for card detect
Mahesh Radhakrishnan [Mon, 3 Dec 2018 20:30:33 +0000 (15:30 -0500)]
PRSDK-5098: Fix for the console app if GPIO is not used for card detect

5 years agoPRSDK-2892: Added Non-executable flag to device peripheral memory MMU config
M V Pratap Reddy [Fri, 30 Nov 2018 00:37:28 +0000 (06:07 +0530)]
PRSDK-2892: Added Non-executable flag to device peripheral memory MMU config

5 years agoPRSDK-4169: Adding sciclient as a dependency for board
Mahesh Radhakrishnan [Thu, 22 Nov 2018 23:45:46 +0000 (18:45 -0500)]
PRSDK-4169: Adding sciclient as a dependency for board

5 years agoPRSDK-4704: R5 examples: Setting MPU region size 1 to 32K
Mahesh Radhakrishnan [Mon, 19 Nov 2018 22:46:48 +0000 (17:46 -0500)]
PRSDK-4704: R5 examples: Setting MPU region size 1 to 32K

5 years agoMerge pull request #37 in PROCESSOR-SDK/fatfs from am77x_build to master
Sivaraj R [Sun, 11 Nov 2018 05:15:56 +0000 (23:15 -0600)]
Merge pull request #37 in PROCESSOR-SDK/fatfs from am77x_build to master

Squashed commit of the following:

commit e12d746b7369861537f66669862c88adfa85911c
Author: Ming Wei <mwei@ti.com>
Date:   Sat Nov 10 22:50:01 2018 -0600

    remove the reference of j7-evm from fatfs makefile

Signed-off-by: Ming Wei <mwei@ti.com>
commit 5fb2931dc0376ca7e7c141a6d70fc939ecc2521d
Author: Ming Wei <mwei@ti.com>
Date:   Sun Oct 28 21:05:24 2018 -0500

    add A72 support, add including stdbool.h, version ID updates

Signed-off-by: Ming Wei <mwei@ti.com>
commit f1e994dc6ba9e6328ef750541da578f90ff2c0db
Author: Ming Wei <a0868762@ti.com>
Date:   Sun Oct 21 19:55:12 2018 -0500

    Fixed merge conflict

commit f50d9c82931af190bf470335ca1ea78864c06381
Merge: 0a1830a 8b1bd37
Author: Ming Wei <a0868762@ti.com>
Date:   Sun Oct 21 19:51:43 2018 -0500

    Fixed merge conflict

commit 0a1830a598cece46cbc056dfe1c94aeba3d1636b
Author: Ming Wei <mwei@ti.com>
Date:   Sun Oct 21 17:45:45 2018 -0500

    resolve conflicts with master

Signed-off-by: Ming Wei <mwei@ti.com>
commit b6ff92bd0c9e800ff71a303a211ce321f177bb97
Author: Ming Wei <mwei@ti.com>
Date:   Sat Oct 20 23:22:32 2018 -0500

    rebased to master; add SIMULATOR specific options; R5 only

Signed-off-by: Ming Wei <mwei@ti.com>
commit 80c85e45c9d9de02db6a9644ffe12a4f9c4fb591
Author: Ming Wei <mwei@ti.com>
Date:   Tue Oct 16 16:46:44 2018 -0500

    update version string

Signed-off-by: Ming Wei <mwei@ti.com>
commit 4cedc4eaa021dcbff20961a0fffb511d10bb9850
Author: Ming Wei <mwei@ti.com>
Date:   Tue Oct 16 16:42:15 2018 -0500

    use simJ7 to replace j7_evm

Signed-off-by: Ming Wei <mwei@ti.com>
commit 24986d32a613a9d10adf4548d2058bd56d716e9b
Author: Ming Wei <mwei@ti.com>
Date:   Wed Sep 19 13:02:20 2018 -0500

    remove simJ7 as MACHINE, but add it as BOARD

Signed-off-by: Ming Wei <mwei@ti.com>
commit 14ed6ca7b842ba3f924a225583a7aac86a1cb506
Author: Ming Wei <mwei@ti.com>
Date:   Sun Sep 2 23:52:22 2018 -0500

    add J7 support for fatfs

Signed-off-by: Ming Wei <mwei@ti.com>
5 years agoMerge pull request #36 in PROCESSOR-SDK/fatfs from Doc_ver_update_5.1 to master DEV.FATFS_LLD.01.00.00.11 DEV.PROCESSOR-SDK.05.01.00.07 DEV.PROCESSOR-SDK.05.01.00.10 DEV.PROCESSOR-SDK.05.01.00.11
Raghu Nambiath [Wed, 19 Sep 2018 14:33:15 +0000 (09:33 -0500)]
Merge pull request #36 in PROCESSOR-SDK/fatfs from Doc_ver_update_5.1 to master

* commit 'fee90a9610951eadfc72879dc25cefc24a154b9a':
  Doc/ver update to 1.0.0.11

5 years agoDoc/ver update to 1.0.0.11
Sinthu Raja M [Wed, 19 Sep 2018 12:36:51 +0000 (18:06 +0530)]
Doc/ver update to 1.0.0.11

5 years agoMerge pull request #35 in PROCESSOR-SDK/fatfs from PRSDK-4123 to master
Mahesh Radhakrishnan [Mon, 17 Sep 2018 22:08:49 +0000 (17:08 -0500)]
Merge pull request #35 in PROCESSOR-SDK/fatfs from PRSDK-4123 to master

* commit '41901fa6d755ca86ebfb4ad5683fb8ed2b2db7f9':
  PRSDK-4123: Update the test names as per the conventions

5 years agoPRSDK-4123: Update the test names as per the conventions
Mahesh Radhakrishnan [Mon, 17 Sep 2018 22:07:20 +0000 (18:07 -0400)]
PRSDK-4123: Update the test names as per the conventions

5 years agoMerge pull request #34 in PROCESSOR-SDK/fatfs from PRSDK-4440 to master
Mahesh Radhakrishnan [Tue, 11 Sep 2018 12:08:47 +0000 (07:08 -0500)]
Merge pull request #34 in PROCESSOR-SDK/fatfs from PRSDK-4440 to master

* commit 'b7f787ad889ad161136a54e674a4dd2b50bb43e0':
  PRSDK-4440 Fixed trivial Error on exporting fatfs componet macros

5 years agoPRSDK-4440 Fixed trivial Error on exporting fatfs componet macros
Sinthu Raja M [Tue, 11 Sep 2018 05:42:53 +0000 (11:12 +0530)]
PRSDK-4440 Fixed trivial Error on exporting fatfs componet macros

 Add multi partition makefile to include while packaging
 Fatfs trivial error on exporting PKG_LIST macro

5 years agoMerge pull request #33 in PROCESSOR-SDK/fatfs from PRSDK-4440 to master
Raghu Nambiath [Fri, 7 Sep 2018 22:49:31 +0000 (17:49 -0500)]
Merge pull request #33 in PROCESSOR-SDK/fatfs from PRSDK-4440 to master

* commit '70dda8d1fd4089065e5fef0165ca7bf4a4a0a601':
  PRSDK-4440 Multipartition support

5 years agoPRSDK-4440 Multipartition support
Sinthu Raja M [Thu, 6 Sep 2018 12:54:09 +0000 (18:24 +0530)]
PRSDK-4440 Multipartition support

 Add fatfs multi partition support  to mount different volumes.

5 years agoMerge pull request #31 in PROCESSOR-SDK/fatfs from omap_build_fix to master
Raghu Nambiath [Wed, 22 Aug 2018 14:38:38 +0000 (09:38 -0500)]
Merge pull request #31 in PROCESSOR-SDK/fatfs from omap_build_fix to master

* commit '76543a92a4e0558f280398f73ca0d09f66aabc31':
  fatfs: fix library build issue for omapl137 and omapl138

5 years agofatfs: fix library build issue for omapl137 and omapl138
Hao Zhang [Wed, 22 Aug 2018 09:24:33 +0000 (05:24 -0400)]
fatfs: fix library build issue for omapl137 and omapl138

Signed-off-by: Hao Zhang <hzhang@ti.com>
5 years agoMerge pull request #29 in PROCESSOR-SDK/fatfs from rtos-next to master
Raghu Nambiath [Wed, 1 Aug 2018 21:47:40 +0000 (16:47 -0500)]
Merge pull request #29 in PROCESSOR-SDK/fatfs from rtos-next to master

* commit '46c124ba1b64380c3a5855fc98d480b8a857274c':
  Update to compile for AM57x, overriding the warning
  Updates to copyrights and addressing review comments
  Cleaning up the example to link libs via makefile only
  Fixes for the example to work with SD card on A53/R5
  Make win buffer cache-line-size aligned
  Updates to examples
  Initial version of fatfs on k3

5 years agoMerge pull request #28 in PROCESSOR-SDK/fatfs from rtos-next-merge to rtos-next
Aravind Batni [Wed, 1 Aug 2018 19:55:06 +0000 (14:55 -0500)]
Merge pull request #28 in PROCESSOR-SDK/fatfs from rtos-next-merge to rtos-next

* commit 'c990eb0b07322642b4a869122614be93d74ae4af':
  Documentation and version updates for procsdk 5.0 release

5 years agoMerge branch 'master' into rtos-next-merge
Hao Zhang [Wed, 1 Aug 2018 14:06:24 +0000 (10:06 -0400)]
Merge branch 'master' into rtos-next-merge

# Conflicts:
# FATFSver.h

Signed-off-by: Hao Zhang <hzhang@ti.com>
5 years agoMerge pull request #27 in PROCESSOR-SDK/fatfs from Doc_ver_update_5.0 to master DEV.FATFS_LLD.01.00.00.10
Mahesh Radhakrishnan [Tue, 17 Jul 2018 12:32:09 +0000 (07:32 -0500)]
Merge pull request #27 in PROCESSOR-SDK/fatfs from Doc_ver_update_5.0 to master

* commit 'a760c4908db78eaef26a4974783aa7dc391eb014':
  Documentation and version updates for procsdk 5.0 release

5 years agoDocumentation and version updates for procsdk 5.0 release
Sinthu Raja M [Tue, 17 Jul 2018 09:57:40 +0000 (15:27 +0530)]
Documentation and version updates for procsdk 5.0 release

5 years agoMerge pull request #26 in PROCESSOR-SDK/fatfs from rtos-next_review to rtos-next
Mahesh Radhakrishnan [Mon, 25 Jun 2018 21:19:47 +0000 (16:19 -0500)]
Merge pull request #26 in PROCESSOR-SDK/fatfs from rtos-next_review to rtos-next

* commit 'f4b7dd2541e55b7eeb8cb378fe2d182f5396f363':
  Update to compile for AM57x, overriding the warning
  Updates to copyrights and addressing review comments
  Cleaning up the example to link libs via makefile only
  Fixes for the example to work with SD card on A53/R5
  Make win buffer cache-line-size aligned
  Updates to examples
  Initial version of fatfs on k3

5 years agoUpdate to compile for AM57x, overriding the warning
Mahesh Radhakrishnan [Mon, 25 Jun 2018 19:31:04 +0000 (15:31 -0400)]
Update to compile for AM57x, overriding the warning

5 years agoUpdates to copyrights and addressing review comments
Mahesh Radhakrishnan [Mon, 25 Jun 2018 19:00:03 +0000 (15:00 -0400)]
Updates to copyrights and addressing review comments

5 years agoCleaning up the example to link libs via makefile only
Mahesh Radhakrishnan [Mon, 25 Jun 2018 17:21:58 +0000 (13:21 -0400)]
Cleaning up the example to link libs via makefile only

5 years agoMerge remote-tracking branch 'origin/ks3wave1' into rtos-next_review
Mahesh Radhakrishnan [Wed, 20 Jun 2018 21:21:53 +0000 (17:21 -0400)]
Merge remote-tracking branch 'origin/ks3wave1' into rtos-next_review

5 years agoMerge pull request #25 in PROCESSOR-SDK/fatfs from debug_bringup_ks3wave1 to ks3wave1
Mahesh Radhakrishnan [Tue, 5 Jun 2018 20:26:10 +0000 (15:26 -0500)]
Merge pull request #25 in PROCESSOR-SDK/fatfs from debug_bringup_ks3wave1 to ks3wave1

* commit 'e8124012f37dad5210ade184cd200f09a90de8f8':
  Fixes for the example to work with SD card on A53/R5

5 years agoFixes for the example to work with SD card on A53/R5
Mahesh Radhakrishnan [Tue, 5 Jun 2018 20:22:50 +0000 (16:22 -0400)]
Fixes for the example to work with SD card on A53/R5

5 years agoMerge pull request #24 in PROCESSOR-SDK/fatfs from PRSDK-2194 to master
Raghu Nambiath [Fri, 1 Jun 2018 21:46:34 +0000 (16:46 -0500)]
Merge pull request #24 in PROCESSOR-SDK/fatfs from PRSDK-2194 to master

* commit '90d0d4112b458a09afd8335f41af75b22c86d4f7':
  PRSDK-2194 Added RULES_MAKE macro

5 years agoPRSDK-2194 Added RULES_MAKE macro
Sinthu Raja M [Wed, 23 May 2018 10:12:03 +0000 (15:42 +0530)]
PRSDK-2194 Added RULES_MAKE macro

 Added RULES_MAKE macro to support build based on custom Rules.make
 location

5 years agoMerge pull request #23 in PROCESSOR-SDK/fatfs from ks3wave1_usb_host_fix to ks3wave1
Mahesh Radhakrishnan [Mon, 14 May 2018 23:04:13 +0000 (18:04 -0500)]
Merge pull request #23 in PROCESSOR-SDK/fatfs from ks3wave1_usb_host_fix to ks3wave1

* commit '4aff3e3a343c4abdae4118770e6af9b7503c0476':
  Make win buffer cache-line-size aligned

5 years agoMerge branch 'ks3wave1' of ssh://bitbucket.itg.ti.com/processor-sdk/fatfs into ks3wav...
Thanh Tran [Mon, 14 May 2018 22:53:03 +0000 (18:53 -0400)]
Merge branch 'ks3wave1' of ssh://bitbucket.itg.ti.com/processor-sdk/fatfs into ks3wave1_usb_host_fix

Conflicts:
package.xs

5 years agoMake win buffer cache-line-size aligned
Thanh Tran [Mon, 14 May 2018 22:46:26 +0000 (18:46 -0400)]
Make win buffer cache-line-size aligned

USB LLD uses DMA to transfer data between the USB IP and the DDR buffer.
The "win" buffer is in the FATFS struct and is provided to the USB FATFS hook
functions. If this win buffer is not cache-line aligned, the DMA data transfer
doesn't work. Add compiler ID flag for A53 & R5 compilers that's provided
by PRSDK.

5 years agoMerge pull request #22 in PROCESSOR-SDK/fatfs from review_ks3wave1 to ks3wave1
Mahesh Radhakrishnan [Sun, 6 May 2018 03:35:01 +0000 (22:35 -0500)]
Merge pull request #22 in PROCESSOR-SDK/fatfs from review_ks3wave1 to ks3wave1

* commit 'd35c01712bc1ef94b2ca050a62b3da1b0497ea72':
  Updates to examples

5 years agoUpdates to examples
Mahesh Radhakrishnan [Sun, 6 May 2018 03:33:43 +0000 (23:33 -0400)]
Updates to examples

6 years agoInitial version of fatfs on k3
Mahesh Radhakrishnan [Tue, 17 Apr 2018 18:29:35 +0000 (14:29 -0400)]
Initial version of fatfs on k3

6 years agoMerge pull request #21 in PROCESSOR-SDK/fatfs from documentation_4.3 to master DEV.FATFS_LLD.01.00.00.09
Mahesh Radhakrishnan [Sat, 10 Mar 2018 00:42:29 +0000 (18:42 -0600)]
Merge pull request #21 in PROCESSOR-SDK/fatfs from documentation_4.3 to master

* commit '105f4a0b2eebbd98b86455ae6c57c2c173ef83aa':
  Version & documentation updates

6 years agoVersion & documentation updates
Mahesh Radhakrishnan [Sat, 10 Mar 2018 00:41:12 +0000 (19:41 -0500)]
Version & documentation updates

6 years agoMerge pull request #20 in PROCESSOR-SDK/fatfs from PSDKRA-108 to master
Mahesh Radhakrishnan [Wed, 7 Mar 2018 18:58:30 +0000 (12:58 -0600)]
Merge pull request #20 in PROCESSOR-SDK/fatfs from PSDKRA-108 to master

* commit '0d602351adf91f2a8efb363f15648f099a8d9ab7':
  Correcting DRA78x example build errors

6 years agoCorrecting DRA78x example build errors
Stephen Molfetta [Tue, 6 Mar 2018 20:40:24 +0000 (14:40 -0600)]
Correcting DRA78x example build errors

DRA78x does not have an IODELAY sequence so the Board code/data
placement needs to be restricted to only the applicable devices.

6 years agoMerge pull request #19 in PROCESSOR-SDK/fatfs from PSDKRA-54 to master
Mahesh Radhakrishnan [Thu, 1 Mar 2018 18:26:02 +0000 (12:26 -0600)]
Merge pull request #19 in PROCESSOR-SDK/fatfs from PSDKRA-54 to master

* commit 'fd29e7018e92f4f08977e7548c1bf991c936b3e2':
  Updating DRA7xx example memory map

6 years agoUpdating DRA7xx example memory map
Stephen Molfetta [Thu, 22 Feb 2018 16:53:59 +0000 (10:53 -0600)]
Updating DRA7xx example memory map

Placing board IODELAY code in OCMC RAM

6 years agoMerge pull request #18 in PROCESSOR-SDK/fatfs from PRSDK-3023 to master
Raghu Nambiath [Wed, 21 Feb 2018 00:15:08 +0000 (18:15 -0600)]
Merge pull request #18 in PROCESSOR-SDK/fatfs from PRSDK-3023 to master

* commit '1014036e68560135b07a0ff4ae473d3bbf540c32':
  PRSDK-3023: Updating unit tests to use UART_printStatus API to aid test automation

6 years agoPRSDK-3023: Updating unit tests to use UART_printStatus API to aid test automation
Calvin Wagner [Tue, 20 Feb 2018 23:12:13 +0000 (18:12 -0500)]
PRSDK-3023: Updating unit tests to use UART_printStatus API to aid test automation

Updating the unit tests to use UART_printStatus to print the test
result phrase (typically: "All tests have passed") to aid test
automation. Using this common API to print the test result will
facilitate the automation framework to realiably make the changes
necessary to enable outputing the buffered dynamic code coverage
statistics.

Signed-off-by: Calvin Wagner <cwagner@ti.com>
6 years agoMerge pull request #17 in PROCESSOR-SDK/fatfs from Doc_update_4.2.0 to master DEV.FATFS_LLD.01.00.00.08
Mahesh Radhakrishnan [Fri, 8 Dec 2017 20:31:43 +0000 (14:31 -0600)]
Merge pull request #17 in PROCESSOR-SDK/fatfs from Doc_update_4.2.0 to master

* commit 'fef1eaace94d742c0ae4ad9842f0b145298ed3b8':
  Version udpate
  Document Update Release 4.2.0

6 years agoVersion udpate
Mahesh Radhakrishnan [Fri, 8 Dec 2017 20:30:23 +0000 (15:30 -0500)]
Version udpate

6 years ago Document Update Release 4.2.0
Sinthu Raja M [Fri, 8 Dec 2017 08:50:04 +0000 (14:20 +0530)]
 Document Update Release 4.2.0

  Updated Release document for 4.2.0 release

6 years agoMerge pull request #16 in PROCESSOR-SDK/fatfs from PRSDK-3282 to master
Raghu Nambiath [Thu, 23 Nov 2017 21:18:29 +0000 (15:18 -0600)]
Merge pull request #16 in PROCESSOR-SDK/fatfs from PRSDK-3282 to master

* commit '0275b527a1d246c474e4f77ee9cb5a7f51c20903':
  PRSDK-3282 Add FatFs support for AM574x

6 years agoPRSDK-3282 Add FatFs support for AM574x
Sinthu Raja M [Thu, 23 Nov 2017 11:04:11 +0000 (16:34 +0530)]
PRSDK-3282 Add FatFs support for AM574x

 Update FatFs makefile to support AM574x SOC
 Add SYS/BIOS example fir AM574x IDK EVM

6 years agoMerge pull request #15 in PROCESSOR-SDK/fatfs from documentation_1.0.0.7 to master DEV.FATFS_LLD.01.00.00.07
Mahesh Radhakrishnan [Fri, 15 Sep 2017 20:25:19 +0000 (15:25 -0500)]
Merge pull request #15 in PROCESSOR-SDK/fatfs from documentation_1.0.0.7 to master

* commit 'a1c67dc2b025003c5e1e0855815666b720c50587':
  Update release documentation

6 years agoUpdate release documentation
Mahesh Radhakrishnan [Fri, 15 Sep 2017 18:26:19 +0000 (14:26 -0400)]
Update release documentation

6 years agoMerge pull request #14 in PROCESSOR-SDK/fatfs from review_PRSDK-2246 to master
Mahesh Radhakrishnan [Thu, 10 Aug 2017 20:46:49 +0000 (15:46 -0500)]
Merge pull request #14 in PROCESSOR-SDK/fatfs from review_PRSDK-2246 to master

* commit '9b8dafc609286de4cbddef191c4ecac391789571':
  Fix PRSDK-2246

6 years agoFix PRSDK-2246
Tinku Mannan [Wed, 9 Aug 2017 14:08:37 +0000 (10:08 -0400)]
Fix PRSDK-2246

6 years agoMerge pull request #13 in PROCESSOR-SDK/fatfs from review-PRSDK-2508 to master DEV.FATFS_LLD.01.00.00.06A
Mahesh Radhakrishnan [Mon, 19 Jun 2017 21:24:37 +0000 (16:24 -0500)]
Merge pull request #13 in PROCESSOR-SDK/fatfs from review-PRSDK-2508 to master

* commit 'e466e7103a9ba50a03db6a57778d45ffc2e7d4b6':
  PRSDK-2508: omapl138: fix typo error in makefile.

6 years agoPRSDK-2508: omapl138: fix typo error in makefile.
Hao Zhang [Mon, 19 Jun 2017 16:04:35 +0000 (12:04 -0400)]
PRSDK-2508: omapl138: fix typo error in makefile.

Signed-off-by: Hao Zhang <hzhang@ti.com>
6 years agoMerge pull request #12 in PROCESSOR-SDK/fatfs from DEV.FATFS_LLD.01.00.00.06 to master DEV.FATFS_LLD.01.00.00.06
Mahesh Radhakrishnan [Tue, 13 Jun 2017 22:44:19 +0000 (17:44 -0500)]
Merge pull request #12 in PROCESSOR-SDK/fatfs from DEV.FATFS_LLD.01.00.00.06 to master

* commit '06331ce28e0c8ad8eae69a54c479feaa6c5bb514':
  Documentation update for 1.0.0.6

6 years agoDocumentation update for 1.0.0.6
Mahesh Radhakrishnan [Tue, 13 Jun 2017 22:43:30 +0000 (18:43 -0400)]
Documentation update for 1.0.0.6

7 years agoMerge pull request #9 in PROCESSOR-SDK/fatfs from PRSDK-2006 to master
Mahesh Radhakrishnan [Mon, 10 Apr 2017 18:43:15 +0000 (13:43 -0500)]
Merge pull request #9 in PROCESSOR-SDK/fatfs from PRSDK-2006 to master

* commit '53c7adbaf685c4c99eabf591a9a4a0598808cc52':
  PRSDK-2131: Adding DRA72x support
  Merging DRA75x and DRA78x configurations
  Adding dra78x build and example support

7 years agoPRSDK-2131: Adding DRA72x support
Stephen Molfetta [Wed, 15 Mar 2017 16:50:11 +0000 (11:50 -0500)]
PRSDK-2131: Adding DRA72x support

7 years agoMerging DRA75x and DRA78x configurations
Stephen Molfetta [Wed, 8 Mar 2017 22:24:49 +0000 (16:24 -0600)]
Merging DRA75x and DRA78x configurations

7 years agoAdding dra78x build and example support
Stephen Molfetta [Mon, 9 Jan 2017 21:04:38 +0000 (15:04 -0600)]
Adding dra78x build and example support

7 years agoMerge pull request #11 in PROCESSOR-SDK/fatfs from PRSDK-2148 to master DEV.FATFS_LLD.01.00.00.05A
Raghu Nambiath [Mon, 20 Mar 2017 22:43:13 +0000 (17:43 -0500)]
Merge pull request #11 in PROCESSOR-SDK/fatfs from PRSDK-2148 to master

* commit '94fbf5254348f7d2bb5bcbe38093f12301f931d2':
  PRSDK-2148: Fixing the syntax
  PRSDK-2148: Update RTSC config files for Osal.socType and including crossbar

7 years agoPRSDK-2148: Fixing the syntax
Mahesh Radhakrishnan [Mon, 20 Mar 2017 20:41:22 +0000 (16:41 -0400)]
PRSDK-2148: Fixing the syntax

7 years agoPRSDK-2148: Update RTSC config files for Osal.socType and including crossbar
Mahesh Radhakrishnan [Mon, 20 Mar 2017 02:51:12 +0000 (22:51 -0400)]
PRSDK-2148: Update RTSC config files for Osal.socType and including crossbar

7 years agoMerge pull request #10 in PROCESSOR-SDK/fatfs from PRSDK-2153 to master
Raghu Nambiath [Sun, 19 Mar 2017 02:24:49 +0000 (21:24 -0500)]
Merge pull request #10 in PROCESSOR-SDK/fatfs from PRSDK-2153 to master

* commit '9e122bb990bc59af6bce78b42cf2456ccf183f32':
  PRSDK-2153: Update EventCombiner & Hwi in the example .cfg files for the new Osal

7 years agoPRSDK-2153: Update EventCombiner & Hwi in the example .cfg files for the new Osal
Mahesh Radhakrishnan [Sun, 19 Mar 2017 02:10:58 +0000 (22:10 -0400)]
PRSDK-2153: Update EventCombiner & Hwi in the example .cfg files for the new Osal

7 years agoMerge pull request #8 in PROCESSOR-SDK/fatfs from PROCSDK_3.3REL_Documentation to... DEV.FATFS_LLD.01.00.00.05
Mahesh Radhakrishnan [Mon, 13 Mar 2017 20:55:47 +0000 (15:55 -0500)]
Merge pull request #8 in PROCESSOR-SDK/fatfs from PROCSDK_3.3REL_Documentation to master

* commit '9db0549ba967823b70aad1ee0df62d6aa42521a5':
  PROCSDK_3.3REL_Documentation: Update documentation

7 years agoPROCSDK_3.3REL_Documentation: Update documentation
Mahesh Radhakrishnan [Mon, 13 Mar 2017 20:53:41 +0000 (16:53 -0400)]
PROCSDK_3.3REL_Documentation: Update documentation

7 years agoMerge pull request #7 in PROCESSOR-SDK/fatfs from PRSDK-1974 to master
Raghu Nambiath [Fri, 10 Mar 2017 01:33:38 +0000 (19:33 -0600)]
Merge pull request #7 in PROCESSOR-SDK/fatfs from PRSDK-1974 to master

* commit 'afba5a2786c00c951fcf3689859b9b3f70cacc42':
  Corrected the alignment
  OMAPL13x Integration: Build setup for OMAPL13x

7 years agoCorrected the alignment
Pratap Reddy [Fri, 10 Mar 2017 00:20:36 +0000 (05:50 +0530)]
Corrected the alignment

7 years agoMerge pull request #5 in PROCESSOR-SDK/fatfs from PRSDK-1990 to master
Raghu Nambiath [Fri, 3 Mar 2017 00:04:22 +0000 (18:04 -0600)]
Merge pull request #5 in PROCESSOR-SDK/fatfs from PRSDK-1990 to master

* commit 'e6af2b81362bdc34ba1f771ac60ad37283e7b532':
  PRSDK-1990: Changing file reference to soc/am57xx

7 years agoMerge pull request #6 in PROCESSOR-SDK/fatfs from PRSDK-1916 to master
Raghu Nambiath [Wed, 22 Feb 2017 01:00:48 +0000 (19:00 -0600)]
Merge pull request #6 in PROCESSOR-SDK/fatfs from PRSDK-1916 to master

* commit '327bfa3e4a6efbbfa8dccb6018e36f4ab6ebb7c9':
  PRSDK-1916: Renaming DRA7xx board names

7 years agoPRSDK-1916: Renaming DRA7xx board names
Stephen Molfetta [Mon, 20 Feb 2017 17:58:37 +0000 (11:58 -0600)]
PRSDK-1916: Renaming DRA7xx board names

7 years agoOMAPL13x Integration: Build setup for OMAPL13x
Pratap Reddy [Mon, 20 Feb 2017 22:29:04 +0000 (03:59 +0530)]
OMAPL13x Integration: Build setup for OMAPL13x

 - Changes to address PRSDK-1974: MMCSD driver support for OMAPL13x

7 years agoPRSDK-1990: Changing file reference to soc/am57xx
Mahesh Radhakrishnan [Sat, 18 Feb 2017 21:57:19 +0000 (16:57 -0500)]
PRSDK-1990: Changing file reference to soc/am57xx

7 years agoMerge pull request #4 in PROCESSOR-SDK/fatfs from PRSDK-1599 to master
Raghu Nambiath [Mon, 30 Jan 2017 16:37:10 +0000 (10:37 -0600)]
Merge pull request #4 in PROCESSOR-SDK/fatfs from PRSDK-1599 to master

* commit 'bfcb6eb48b5305796753e5ec8e28905647583b1e':
  Adding FATFS support for DRA75x

7 years agoAdding FATFS support for DRA75x
Stephen Molfetta [Tue, 24 Jan 2017 15:16:02 +0000 (09:16 -0600)]
Adding FATFS support for DRA75x

7 years agoMerge pull request #3 in PROCESSOR-SDK/fatfs from REL_NOTES_1.0.0.4 to master
Mahesh Radhakrishnan [Fri, 2 Dec 2016 22:12:04 +0000 (16:12 -0600)]
Merge pull request #3 in PROCESSOR-SDK/fatfs from REL_NOTES_1.0.0.4 to master

* commit '42b8d82d686052b72b456e584b7c3d47d3197a08':
  REL_NOTES_1.0.0.4: Update release notes and versions

7 years agoREL_NOTES_1.0.0.4: Update release notes and versions DEV.FATFS_LLD.01.00.00.04
Mahesh Radhakrishnan [Fri, 2 Dec 2016 22:04:24 +0000 (17:04 -0500)]
REL_NOTES_1.0.0.4: Update release notes and versions