-
Bug
-
Resolution: Fixed
-
Medium
-
PDK
-
PDK-10315
-
PROCESSOR_SDK_07.03.00
-
PROCESSOR_SDK_08.00.00
-
When SBL sets the QoS parameters on J7ES, it skips the priority settings for NB for HS device, as shown in the code below. Why are we skipping priority setting for NB on HS device? Is it not important?
static void J721E_SetupQoS(uint32_t isBuildHs)
{
/* Workaround to unblock HS device boot
- setup_navss_nb() causes problem with load of TIFS
- So, we comment out the following. */
if(isBuildHs != TRUE) { setup_navss_nb(); }