This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Need to remove memory dump commands from sdk-linux-AM437

Hi, 

Need to remove memory dump commands as part of security hardening from code based used [u-boot-2019.01+gitAUTOINC+333c3e72d3-g333c3e72d3 .following memory dump commands should be disabled.

can you confirm if these commands are part of uboot code based delivered from TI-SDK-ti-processor-sdk-linux-am437x-hs-evm-06.03.00.106 

In u boot commands , following memory dump commands should be disabled.

md : Memory Display command.

mm : Memory modify command - auto incrementing address.

nm : Memory modify command - constant address.

mw : Memory write.

cp : Memory copy.

mwc : Memory write cyclic.

mdc : Memory display cyclic.

mtest : Simple ram read/write test.

loopw : Infinite write loop on address range.


FYI-

The source code for most of the commands in the u-boot can be found at u-boot/common/. These files usually start with cmd_*