]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/commitdiff
am65xx: Update Resource type to match sciclient API change
authorSam Nelson <sam.nelson@ti.com>
Thu, 2 Apr 2020 11:13:51 +0000 (07:13 -0400)
committerSam Nelson <sam.nelson@ti.com>
Sat, 4 Apr 2020 00:31:47 +0000 (20:31 -0400)
This type is expected to work with both PG1 and PG2 versions

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
packages/ti/sdo/ipc/family/am65xx/NotifySciClient.c

index 62374e255e67a6036e6a91d27b31e65c666c511e..f4717af69b0568eef40326afa33cba098ec03d33 100644 (file)
@@ -265,17 +265,17 @@ Int32 NotifySciClient_getIntNumRange(NotifySciClient_CoreIndex coreIndex,
     const uint16_t req_type[] =
     {
         /* NOTE: This list should match the Core index */
     const uint16_t req_type[] =
     {
         /* NOTE: This list should match the Core index */
-        TISCI_RESASG_TYPE_GIC_IRQ,
-        TISCI_RESASG_TYPE_PULSAR_C0_IRQ,
-        TISCI_RESASG_TYPE_PULSAR_C1_IRQ
+        TISCI_DEV_GIC0,
+        TISCI_DEV_MCU_ARMSS0_CPU0,
+        TISCI_DEV_MCU_ARMSS0_CPU1
     };
    /* Indexed list of req subtype */
     const uint16_t req_subtype[] =
     {
         /* NOTE: This list should match the Core index */
     };
    /* Indexed list of req subtype */
     const uint16_t req_subtype[] =
     {
         /* NOTE: This list should match the Core index */
-        TISCI_RESASG_SUBTYPE_GIC_IRQ_MAIN_NAV_SET1,
-        TISCI_RESASG_SUBTYPE_PULSAR_C0_IRQ_MAIN2MCU_LVL,
-        TISCI_RESASG_SUBTYPE_PULSAR_C1_IRQ_MAIN2MCU_LVL
+        TISCI_RESASG_SUBTYPE_GIC0_SPI_IRQ_GROUP0_FROM_NAVSS0_INTR_ROUTER_0,
+        TISCI_RESASG_SUBTYPE_MCU_ARMSS0_CPU0_INTR_IRQ_GROUP0_FROM_MAIN2MCU_LVL_INTRTR0,
+        TISCI_RESASG_SUBTYPE_MCU_ARMSS0_CPU1_INTR_IRQ_GROUP0_FROM_MAIN2MCU_LVL_INTRTR0
     };
 
     /* Indexed list of host ids */
     };
 
     /* Indexed list of host ids */