Add config option CONFIG_SET_SHARC_IDLE, which will, during SPL, force the SHARC cores on ADSP-SC5xx processors' idle registers to be set.
During boot with OpenOCD, these registers are erroneously cleared, which causes the Linux driver to fail to probe them. Setting the idle register prevents this.
To enable, set CONFIG_SET_SHARC_IDLE=y in the defconfig.
Add config option
CONFIG_SET_SHARC_IDLE
, which will, during SPL, force the SHARC cores on ADSP-SC5xx processors' idle registers to be set.During boot with OpenOCD, these registers are erroneously cleared, which causes the Linux driver to fail to probe them. Setting the idle register prevents this.
To enable, set
CONFIG_SET_SHARC_IDLE=y
in the defconfig.