NOTICE OF RELOCATION
Active maintenance and development of the contents of this repository
has been relocated to git.ti.com/processor-sdk/pdk.git under the path
packages/ti/drv/mmcsd.
The use of this repository has been deprecated and will no longer
receive updates.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Active maintenance and development of the contents of this repository
has been relocated to git.ti.com/processor-sdk/pdk.git under the path
packages/ti/drv/mmcsd.
The use of this repository has been deprecated and will no longer
receive updates.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
PRSDK-6273: Align MMCSD soc c source to align to CSL define updates for PG1 bug fixes
Signed-off-by: Aravind Batni <aravindbr@ti.com>
Signed-off-by: Aravind Batni <aravindbr@ti.com>
PRSDK-7219: Fix for J7 SBL boot failure with non-UHS SD cards
Static analysis fixes for v1 driver
osal: PRSDK-7114: fix syntax error
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
osal: PRSDK-7114: enable SBL APP image gen only for K3 devices
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
PRSDK-6460: Fixing Doxygen warnings
mmcsd: PRSDK-7114: fix mmcsd test failure in SBL UART boot
Remove initialise_monitor_handles() in mmcsd unit test which will cause crash
in SBL UART boot test. initialise_monitor_handles() is only required when
using printf()
Signed-off-by: Hao Zhang <hzhang@ti.com>
Remove initialise_monitor_handles() in mmcsd unit test which will cause crash
in SBL UART boot test. initialise_monitor_handles() is only required when
using printf()
Signed-off-by: Hao Zhang <hzhang@ti.com>
mmcsd: PRSDK-7114: fix emmc test failure in SBL UART boot
Remove printf() in emmc unit test which will cause crash in SBL UART boot
test.
Signed-off-by: Hao Zhang <hzhang@ti.com>
Remove printf() in emmc unit test which will cause crash in SBL UART boot
test.
Signed-off-by: Hao Zhang <hzhang@ti.com>
18 months agoPRSDK-6362: Descoping SDR104 mode for J721E on MMC1/MMC2 DEV.MMCSD_LLD.01.00.00.17 DEV.PROCESSOR-SDK.06.01.00.07 REL.PDK.J7.01.00.00.04
PRSDK-6362: Descoping SDR104 mode for J721E on MMC1/MMC2
KW fix correction
6.1 doc/ver update
mmcsd: PRSDK-6353: fix Misra-C and KW issues
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
19 months agoPRSDK-5690: Moving the board switch voltage function to prevent overwriting of voltag... PSDKQA_7Q70_01_02_RC1 REL.PDK.J7.00.09.01.03 REL.PDK.J7.00.09.01.04 REL.PDK.J7.00.09.01.05 REL.PDK.J7.01.00.00.01 REL.PDK.J7.01.00.00.02 REL.PDK.J7.01.00.00.03
PRSDK-5690: Moving the board switch voltage function to prevent overwriting of voltage switch
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
PRSDK-4243: Adding J721E support
PRSDK-5916: Enabling 1-bit/4-bit modes for EMMC for Sitara (src/v1)
PRSDK-6094 Fix linking issue on MMCSD example
Issue:
MMCSD test project TX and Rx buffer size is increased to 10 MB which
resulted in build issue due to low memory.
Fix:
Changed the tx and Rx buffer memory section to the available memory in
OMAPL138 to avoid build issue
Issue:
MMCSD test project TX and Rx buffer size is increased to 10 MB which
resulted in build issue due to low memory.
Fix:
Changed the tx and Rx buffer memory section to the available memory in
OMAPL138 to avoid build issue
PRSDK-5981 Addressing review comments
Update MMCSD Test Raw read write for 3MB specific to OMAPL13x platform
Update MMCSD Test Raw read write for 3MB specific to OMAPL13x platform
PRSDK-5981 Fix DMA transfer issue
Issue:
During DMA transfer of more than 4 MB data, that caused issue in the
OMAPL13x platform, because the FIFO depth of MMCSD controller is 64
bytes which makes the cCount value of EDMA3 PaRAM set to exceed beyond
the maximum value(65535) which is not been handled inside the driver.
Fix:
Added check to verify the cCount value before initiating the DMA
transfer.
Issue:
During DMA transfer of more than 4 MB data, that caused issue in the
OMAPL13x platform, because the FIFO depth of MMCSD controller is 64
bytes which makes the cCount value of EDMA3 PaRAM set to exceed beyond
the maximum value(65535) which is not been handled inside the driver.
Fix:
Added check to verify the cCount value before initiating the DMA
transfer.
21 months ago6.0 doc/ver update DEV.MMCSD_LLD.01.00.00.16 DEV.PROCESSOR-SDK.06.00.00.05 PSDKQA_7Q70_01_01
6.0 doc/ver update
PRSDK-5657: Making data launch at falling edge at lower speed
PRSDK-5742: Performance enhancements with cmd23, other bug fixes from J7
Bug fixes from J7 are mainly in
1) Initialization of RCA during init process
2) HW Tuning fixes
Bug fixes from J7 are mainly in
1) Initialization of RCA during init process
2) HW Tuning fixes
PRSDK-5744:Enabling interrupts for regression test by default, added 5MB size as well
Added 5MB size as well to the default test , matching linux
Added 5MB size as well to the default test , matching linux
PRSDK-4453 Addressing review comments
Remove redundant config file added for SMP example.
Update the existing config file to include SMP configurations.
Remove driver components from config file for A53 core.
Remove redundant config file added for SMP example.
Update the existing config file to include SMP configurations.
Remove driver components from config file for A53 core.
PRSDK-4453 Update SMP enabled BIOS project for A15 and A53
Update project text file and RTSC config file for SMP enabled Test project for
AM572x EVM
Update component makefile to add entry for FATFS SMP enabled project for
AM65xx IDK
Update project text file and RTSC config file for SMP enabled Test project for
AM572x EVM
Update component makefile to add entry for FATFS SMP enabled project for
AM65xx IDK
PRSDK-4453 Update config file to remove board dependancy
Update config file to remove board and SCI components to remove board
name dependency.
Update config file to remove board and SCI components to remove board
name dependency.
PRSDK-4453 Add SMP enable examples for AM65xx
Add UART unit test with SMP enabled for AM65xx.
Update component makefile to add entry for SMP enabled test.
Add UART unit test with SMP enabled for AM65xx.
Update component makefile to add entry for SMP enabled test.
PRSDK-4453 Update RTSC config file to load pdk component
Update MMCSD Example RTSC config file of AM65xx to load driver
components and OSAL package during compilation.
Update MMCSD Example RTSC config file of AM65xx to load driver
components and OSAL package during compilation.
PRSDK-4453 Add SMP enabled BIOS project
Add project text file and RTSC config file for SMP enabled Test project
which includes both DMA and non-DMA mode.
Add project text file and RTSC config file for SMP enabled Test project
which includes both DMA and non-DMA mode.
Build Fix
Signed-off-by: Ankur <a0132173@ti.com>
Signed-off-by: Ankur <a0132173@ti.com>
PRSDK-5692 Update comments
Update comments to clarify the clock frequency setting used for
different card speed
Update comments to clarify the clock frequency setting used for
different card speed
PRSDK-5684 Fix data corruption issue
Issue: Data corruption occurs in the API MMCSD_switch_card_speed() and
MMCSD_switch_card_curr_limit() because the buffer which is paused to
receive the data has garbage values, which is misinterpreted.
Fix: Memset API is used to clear the buffer which is passed as a receive
buffer in those APIs
Issue: Data corruption occurs in the API MMCSD_switch_card_speed() and
MMCSD_switch_card_curr_limit() because the buffer which is paused to
receive the data has garbage values, which is misinterpreted.
Fix: Memset API is used to clear the buffer which is passed as a receive
buffer in those APIs
PDK-4085: Add j721e_evm build support
Signed-off-by: Sivaraj R <sivaraj@ti.com>
Signed-off-by: Sivaraj R <sivaraj@ti.com>
2 years agofix the J721E/A72 crash issue DEV.MMCSD_LLD.01.00.00.15A REL.PDK.J7.00.08.00.05 REL.PDK.J7.00.08.00.06 REL.PDK.J7.00.08.00.07 REL.PDK.J7.00.08.00.08 REL.PDK.J7.00.08.00.09 REL.PDK.J7.00.08.00.10 REL.PDK.J7.00.08.00.11 REL.PDK.J7.00.08.00.12
fix the J721E/A72 crash issue
Signed-off-by: Ming Wei <mwei@ti.com>
Signed-off-by: Ming Wei <mwei@ti.com>
PRSDK-5581 Fix MMCSD example regresion test failure
Issue:
MMCSD Regerssion Test fails for AM65xx IDK board during FATFS_open
operation.
Root cause:
The regression test does not uses the correct MMC instance which cause
the FATFs operation to fail during read.
Fix:
In the regression test the FATFS_initCfg structure variable is used to define
the instances for each SOC/platform. The MMC instance for AM65xx is
'1'. Changed the macro name to SOC_AM65xx which is common to bioth EVM
and IDK board rather than specific to am65xx_evm only.
Issue:
MMCSD Regerssion Test fails for AM65xx IDK board during FATFS_open
operation.
Root cause:
The regression test does not uses the correct MMC instance which cause
the FATFs operation to fail during read.
Fix:
In the regression test the FATFS_initCfg structure variable is used to define
the instances for each SOC/platform. The MMC instance for AM65xx is
'1'. Changed the macro name to SOC_AM65xx which is common to bioth EVM
and IDK board rather than specific to am65xx_evm only.
2 years ago5.3 version & documentation update DEV.MMCSD_LLD.01.00.00.15 DEV.PROCESSOR-SDK.05.03.00.05 REL.PDK.J7.00.08.00.04
5.3 version & documentation update
2 years agoPRSDK-5276: Display test profile information along with benchmarks (Regression test) REL.PDK.J7.00.08.00.01 REL.PDK.J7.00.08.00.02 REL.PDK.J7.00.08.00.03
PRSDK-5276: Display test profile information along with benchmarks (Regression test)
PDK-3715: Migrate to new CSL SOC alias change
Signed-off-by: Sivaraj R <sivaraj@ti.com>
Signed-off-by: Sivaraj R <sivaraj@ti.com>
Merge pull request #121 in PROCESSOR-SDK/sd-mmc from PDK-3571 to master
* commit '05e0b158bd00175c1d93fa120ec88c0b4f987d4c':
fix the gicv3 MMU setting issue
* commit '05e0b158bd00175c1d93fa120ec88c0b4f987d4c':
fix the gicv3 MMU setting issue
fix the gicv3 MMU setting issue
Signed-off-by: Ming Wei <mwei@ti.com>
Signed-off-by: Ming Wei <mwei@ti.com>
Merge pull request #120 in PROCESSOR-SDK/sd-mmc from review_sivaraj to master
* commit '176ab553a6b4a90a4754a8e15162c91a9c17329e':
Change in J7 memory map to support all cores
* commit '176ab553a6b4a90a4754a8e15162c91a9c17329e':
Change in J7 memory map to support all cores
Change in J7 memory map to support all cores
Signed-off-by: Sivaraj R <sivaraj@ti.com>
Signed-off-by: Sivaraj R <sivaraj@ti.com>
Merge pull request #119 in PROCESSOR-SDK/sd-mmc from review_j721e_sivaraj to master
* commit '4f6217f758e97f49336157f3dbb6dffc2302971c':
PDK-3586: J7 to J721E
* commit '4f6217f758e97f49336157f3dbb6dffc2302971c':
PDK-3586: J7 to J721E
Merge pull request #116 in PROCESSOR-SDK/sd-mmc from PRSDK-5240_free_sems to master
* commit '5cc1509f3d843e710ecf2bd041d81d3b9d0835e8':
Free the writeSem and readSem in close()
* commit '5cc1509f3d843e710ecf2bd041d81d3b9d0835e8':
Free the writeSem and readSem in close()
PDK-3586: J7 to J721E
Signed-off-by: Sivaraj R <sivaraj@ti.com>
Signed-off-by: Sivaraj R <sivaraj@ti.com>
Merge pull request #118 in PROCESSOR-SDK/sd-mmc from PRSDK-297 to master
* commit 'b8ff6420fca6407867b7d88c5e83e28b638e2d04':
PRSDK-297 Fix example warnings for AM57xx
* commit 'b8ff6420fca6407867b7d88c5e83e28b638e2d04':
PRSDK-297 Fix example warnings for AM57xx
Merge pull request #117 in PROCESSOR-SDK/sd-mmc from review-PRSDK-5273 to master
* commit '1cf1ae0b7820cd7073459f52f4fa7a6cd56da654':
PRSDK-5273: RTSC depdencies added
* commit '1cf1ae0b7820cd7073459f52f4fa7a6cd56da654':
PRSDK-5273: RTSC depdencies added
PRSDK-297 Fix example warnings for AM57xx
1. Remove delay function which is not called anywhere in the project.
2. Changed MACRO name specific to application which does not conflict with
the other MACROS defined in board_cfg.h
3. Fix change of sign warning by changing the uint32_t datat type to
int32_t data type.
1. Remove delay function which is not called anywhere in the project.
2. Changed MACRO name specific to application which does not conflict with
the other MACROS defined in board_cfg.h
3. Fix change of sign warning by changing the uint32_t datat type to
int32_t data type.
PRSDK-5273: RTSC depdencies added
Signed-off-by: Aravind Batni <aravindbr@ti.com>
Signed-off-by: Aravind Batni <aravindbr@ti.com>
2 years agoMerge pull request #115 in PROCESSOR-SDK/sd-mmc from review_package_fix_sivaraj to... 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 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
Merge pull request #115 in PROCESSOR-SDK/sd-mmc from review_package_fix_sivaraj to master
* commit '7c756beb6445bd9c1e5657721764fc609822cb77':
Fixed package build
* commit '7c756beb6445bd9c1e5657721764fc609822cb77':
Fixed package build
Free the writeSem and readSem in close()
writeSem and readSem are created in MMCSD_open but not freed in
MMCSD_close for V0 and V1. Need to free them when closing.
writeSem and readSem are created in MMCSD_open but not freed in
MMCSD_close for V0 and V1. Need to free them when closing.
Fixed package build
Signed-off-by: Sivaraj R <sivaraj@ti.com>
Signed-off-by: Sivaraj R <sivaraj@ti.com>
2 years agoMerge pull request #114 in PROCESSOR-SDK/sd-mmc from PRSDK-5198 to master DEV.MMCSD_LLD.01.00.00.14B
Merge pull request #114 in PROCESSOR-SDK/sd-mmc from PRSDK-5198 to master
* commit 'feb7f73b7793b9141a5445e2db51ea6a8edd9351':
PRSDK-5198: Placing the tx/rx buffers of unit test to external memory
* commit 'feb7f73b7793b9141a5445e2db51ea6a8edd9351':
PRSDK-5198: Placing the tx/rx buffers of unit test to external memory
PRSDK-5198: Placing the tx/rx buffers of unit test to external memory
2 years agoMerge pull request #113 in PROCESSOR-SDK/sd-mmc from PRSDK-5153 to master DEV.MMCSD_LLD.01.00.00.14A
Merge pull request #113 in PROCESSOR-SDK/sd-mmc from PRSDK-5153 to master
* commit 'd67042038855b2f3402151665d05dfdb1042059f':
PRSDK-5153 Increasing heap size to avoid application failure
* commit 'd67042038855b2f3402151665d05dfdb1042059f':
PRSDK-5153 Increasing heap size to avoid application failure
Merge pull request #112 in PROCESSOR-SDK/sd-mmc from PRSDK-5107 to master
* commit 'a69ac4b59550b3a8797a2dfe1ac6505d4d54d6a8':
PRSDK-5107: Fix for MMC test failure on OMAPL137 platform
* commit 'a69ac4b59550b3a8797a2dfe1ac6505d4d54d6a8':
PRSDK-5107: Fix for MMC test failure on OMAPL137 platform
PRSDK-5153 Increasing heap size to avoid application failure
Increasing FATFS console application heap size to 64 KB to avoid task
creation failure during task create function call.
As the stack size of each task is increased to 8K which leads to 16KB
the heap size for system has to be increased accordingly.
Increasing FATFS console application heap size to 64 KB to avoid task
creation failure during task create function call.
As the stack size of each task is increased to 8K which leads to 16KB
the heap size for system has to be increased accordingly.
PRSDK-5107: Fix for MMC test failure on OMAPL137 platform
2 years agoMerge pull request #109 in PROCESSOR-SDK/sd-mmc from 5.2_rel_documentation to master DEV.MMCSD_LLD.01.00.00.14 DEV.PROCESSOR-SDK.05.02.00.07
Merge pull request #109 in PROCESSOR-SDK/sd-mmc from 5.2_rel_documentation to master
* commit 'c22bf2a861612aeefda3ce69952562fb29a9c697':
Release documentation updates
* commit 'c22bf2a861612aeefda3ce69952562fb29a9c697':
Release documentation updates
Merge pull request #111 in PROCESSOR-SDK/sd-mmc from PRSDK-5085 to master
* commit 'e3d38fab7aa16a8e52a92b510db7f741259c21a7':
PRSDK-5085: Fix for MMCSD test failure on iceK2G
* commit 'e3d38fab7aa16a8e52a92b510db7f741259c21a7':
PRSDK-5085: Fix for MMCSD test failure on iceK2G
PRSDK-5085: Fix for MMCSD test failure on iceK2G
Merge pull request #110 in PROCESSOR-SDK/sd-mmc from PRSDK-5084 to master
* commit '5b8916944c435033e968dcba76299029a5cb3677':
PRSDK-5084: Fix for MMCSD example build failure on K2G
* commit '5b8916944c435033e968dcba76299029a5cb3677':
PRSDK-5084: Fix for MMCSD example build failure on K2G
Release documentation updates
PRSDK-5084: Fix for MMCSD example build failure on K2G
Merge pull request #108 in PROCESSOR-SDK/sd-mmc from PRSDK-5153 to master
* commit 'cc1eee14a7119b94d1af463cfaddaf6734e7414f':
PRSDK-5153 Fix MMCSD DMA application ARM core failure on AM57xx
* commit 'cc1eee14a7119b94d1af463cfaddaf6734e7414f':
PRSDK-5153 Fix MMCSD DMA application ARM core failure on AM57xx
PRSDK-5153 Fix MMCSD DMA application ARM core failure on AM57xx
ISSUE:
MMCSD FATFS console DMA Example project fails on ARM core due to
insufficient task stack size which corrupts the stack call
FIX:
Increased stack size of each task to 8KB each.
ISSUE:
MMCSD FATFS console DMA Example project fails on ARM core due to
insufficient task stack size which corrupts the stack call
FIX:
Increased stack size of each task to 8KB each.
Merge pull request #107 in PROCESSOR-SDK/sd-mmc from PRSDK-5117 to master
* commit 'c5ae41f435b23d99da0afc99b49b4daf8814059a':
PRSDK-5117: Fix for example build failure on OMAPL138
* commit 'c5ae41f435b23d99da0afc99b49b4daf8814059a':
PRSDK-5117: Fix for example build failure on OMAPL138
PRSDK-5117: Fix for example build failure on OMAPL138
Merge pull request #106 in PROCESSOR-SDK/sd-mmc from PRSDK-5153 to master
* commit '4a49d48aed1e277549f0f50e62ce82a1f62add68':
PRSDK-5153 Fix FATFS DMA example issue.
* commit '4a49d48aed1e277549f0f50e62ce82a1f62add68':
PRSDK-5153 Fix FATFS DMA example issue.
PRSDK-5153 Fix FATFS DMA example issue.
Update code to fix synchronization issue between the task in the fatfs
console application
Update code to fix synchronization issue between the task in the fatfs
console application
Merge pull request #105 in PROCESSOR-SDK/sd-mmc from PRSDK-5143 to master
* commit '20e9b448e2249e2a2aeb3a711cabdb1a823b8a3c':
PRSDK-5143 Fix task sync issue in console application
* commit '20e9b448e2249e2a2aeb3a711cabdb1a823b8a3c':
PRSDK-5143 Fix task sync issue in console application
Merge pull request #104 in PROCESSOR-SDK/sd-mmc from am77x_build_3 to master
* commit 'efbb2434aad927b6b2a29758e33875c1ad5c8e5e':
fix the mmcsd lld build errors.
* commit 'efbb2434aad927b6b2a29758e33875c1ad5c8e5e':
fix the mmcsd lld build errors.
fix the mmcsd lld build errors.
Signed-off-by: Ming Wei <mwei@ti.com>
Signed-off-by: Ming Wei <mwei@ti.com>
PRSDK-5143 Fix task sync issue in console application
Update code to fix synchronization issue between the task in the fatfs
console application. Before FATFS_Open function is called the other
task tries to access the MMCSD API function without handle. This is
fixed by handling the FATFS_open function in a secured way in main
console task itself which prevents the other task from accessing.
Update code to fix synchronization issue between the task in the fatfs
console application. Before FATFS_Open function is called the other
task tries to access the MMCSD API function without handle. This is
fixed by handling the FATFS_open function in a secured way in main
console task itself which prevents the other task from accessing.
Merge pull request #103 in PROCESSOR-SDK/sd-mmc from PRSDK-4454 to master
* commit '93a9ac59c17159b286dbc59acfca443d7dfb2ca8':
PRSDK-4454: Removed source files inclusion for Doxygen
* commit '93a9ac59c17159b286dbc59acfca443d7dfb2ca8':
PRSDK-4454: Removed source files inclusion for Doxygen
PRSDK-4454: Removed source files inclusion for Doxygen
Merge pull request #98 in PROCESSOR-SDK/sd-mmc from PRSDK-4704 to master
* commit '35422e17bababf0fa46a794bc26fa92a63e681bd':
PRSDK-4704: Increaseing the MPU region size to 32K
* commit '35422e17bababf0fa46a794bc26fa92a63e681bd':
PRSDK-4704: Increaseing the MPU region size to 32K
Merge pull request #102 in PROCESSOR-SDK/sd-mmc from PRSDK-4885 to master
* commit 'c295448021aabba51b97128823ff2fcdf2d5e750':
PRSDK-4885: Descoping HS400 from AM65x
* commit 'c295448021aabba51b97128823ff2fcdf2d5e750':
PRSDK-4885: Descoping HS400 from AM65x
PRSDK-4885: Descoping HS400 from AM65x
Merge pull request #101 in PROCESSOR-SDK/sd-mmc from j7_nightly_fix to master
* commit '0e845dc5f2ac373ea7bfc3f13a49f4556dfd1a96':
Using socIntrPath fucntion from the hwAttrs instead of static, during close()
* commit '0e845dc5f2ac373ea7bfc3f13a49f4556dfd1a96':
Using socIntrPath fucntion from the hwAttrs instead of static, during close()
Merge pull request #99 in PROCESSOR-SDK/sd-mmc from PRSDK-5028 to master
* commit '1880d8d90552f3c1263bfe405d608105f73aeea5':
PRSDK-5028 Increase heap size of fatfs console application
* commit '1880d8d90552f3c1263bfe405d608105f73aeea5':
PRSDK-5028 Increase heap size of fatfs console application
Using socIntrPath fucntion from the hwAttrs instead of static, during close()
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Merge pull request #100 in PROCESSOR-SDK/sd-mmc from PRSDK-5062 to master
* commit '7a04f6a0dc689f2733832cce23f79ae842f70754':
PRSDK-5062: Fixes for regression testapp failures for sd/emmc
* commit '7a04f6a0dc689f2733832cce23f79ae842f70754':
PRSDK-5062: Fixes for regression testapp failures for sd/emmc
PRSDK-5062: Fixes for regression testapp failures for sd/emmc
PRSDK-5028 Increase heap size of fatfs console application
Increase heap size of fatfs console application from 4KB to 16KB
Increase heap size of fatfs console application from 4KB to 16KB
Merge pull request #97 in PROCESSOR-SDK/sd-mmc from PRSDK-4375 to master
* commit '9fdfdef2338c0a786481580c8d79be7b8e8f6db7':
PRSDK-4375: Fix for building non-am65xx examples
PRSDK-4375: Adding benchmarking support to regression tests for am65x
* commit '9fdfdef2338c0a786481580c8d79be7b8e8f6db7':
PRSDK-4375: Fix for building non-am65xx examples
PRSDK-4375: Adding benchmarking support to regression tests for am65x
PRSDK-4375: Fix for building non-am65xx examples
Merge branch 'master' of ssh://bitbucket.itg.ti.com/processor-sdk/sd-mmc into PRSDK-4375
Conflicts:
test/src/main.c
Conflicts:
test/src/main.c
PRSDK-4375: Adding benchmarking support to regression tests for am65x
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Merge pull request #93 in PROCESSOR-SDK/sd-mmc from PRSDK-4369 to master
* commit 'bf26a016b12b101ba706ded38abab6e64263a60c':
Regression test update to run all non-powercycle tests together
PRSDK-4369: Fix for HS DDR mode of EMMC
* commit 'bf26a016b12b101ba706ded38abab6e64263a60c':
Regression test update to run all non-powercycle tests together
PRSDK-4369: Fix for HS DDR mode of EMMC
Merge pull request #96 in PROCESSOR-SDK/sd-mmc from CATREQ-2518 to master
* commit '9bc279925c21e983b96b7bd37cadae1678a0c504':
Addressing review comments
CATREQ-2518: Using sciclient to configure interrupt router for am65x
* commit '9bc279925c21e983b96b7bd37cadae1678a0c504':
Addressing review comments
CATREQ-2518: Using sciclient to configure interrupt router for am65x
Merge pull request #95 in PROCESSOR-SDK/sd-mmc from PRSDK-4438 to master
* commit 'e9e18d01c051e72cdd29f54c07a46b6caebae988':
PRSDK-4438: Added function to enbale eMMC boot partition
* commit 'e9e18d01c051e72cdd29f54c07a46b6caebae988':
PRSDK-4438: Added function to enbale eMMC boot partition
Merge pull request #94 in PROCESSOR-SDK/sd-mmc from PRSDK-2892 to master
* commit '271b634f9118b21023e6689e9f0e6dbc933fe74d':
PRSDK-2892: Added Non-executable flag to device peripheral memory MMU config
* commit '271b634f9118b21023e6689e9f0e6dbc933fe74d':
PRSDK-2892: Added Non-executable flag to device peripheral memory MMU config
PRSDK-4704: Increaseing the MPU region size to 32K
Addressing review comments
PRSDK-4438: Added function to enbale eMMC boot partition
PRSDK-2892: Added Non-executable flag to device peripheral memory MMU config
Regression test update to run all non-powercycle tests together
CATREQ-2518: Using sciclient to configure interrupt router for am65x
PRSDK-4369: Fix for HS DDR mode of EMMC