Wrong validation checks for Sysfw_boardcfg

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • SITSW-5110
    • 10.00.00
    • 10.01.00
    • Hide
      am243x-evm
      am243x-lp
      am64xx-evm
      am64xx-sk
      Show
      am243x-evm am243x-lp am64xx-evm am64xx-sk

      In AM64x/AM243x MCU+SDK , the file(sysfw_board_cfg_rules.json) used to validate allocated resources has wrong rules implemented for DMASS0_INTAGGR_0.

      The TISCI documentation says that the allowed range for DMASS0_INTAGGR_0 is from 5 to 39. (i.e. 35 resources can be allocated continuosuly)

      Please refer below screenshot

       

      But in the rules.json file we are checking the values for DMASS0_INTAGGR_0 from 4 to 36 which is incorrect. 

      Please replace the rules.json with below code snippet.

      {
          "name": "RESASG_UTYPE(AM64X_DEV_DMASS0_INTAGGR_0, RESASG_SUBTYPE_IA_VINT)",
          "type": 1802,
          "start_resource": 5,
          "num_resource": 35
      }, 

       

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-4934 - Wrong validation checks for Sysfw_b...
                SYNCHRONIZED
                • Last Sync Date: