From: Sam Nelson Date: Tue, 23 Oct 2018 15:52:05 +0000 (-0500) Subject: rm-cfg: Partition interrupt resources between R5F contexts X-Git-Tag: ti2019.01~7 X-Git-Url: https://git.ti.com/gitweb?p=processor-firmware%2Fsystem-firmware-image-gen.git;a=commitdiff_plain;h=54933d505c4db1007d2a14a2b4878cada731e8d5;ds=sidebyside rm-cfg: Partition interrupt resources between R5F contexts Partitioning the MCU R5F IRQs to be distributed between R5F context 0 and context 1. Signed-off-by: Sam Nelson --- diff --git a/rm-cfg.c b/rm-cfg.c index 90cb017..9adaf31 100644 --- a/rm-cfg.c +++ b/rm-cfg.c @@ -398,7 +398,7 @@ const struct am65_boardcfg_rm_local am65_boardcfg_rm_data = { }, { .start_resource = 160, - .num_resource = 64, + .num_resource = 32, .type = RESASG_UTYPE(RESASG_TYPE_PULSAR_C0_IRQ, RESASG_SUBTYPE_PULSAR_C0_IRQ_MAIN2MCU_LVL), .host_id = HOST_ID_R5_0, @@ -425,11 +425,11 @@ const struct am65_boardcfg_rm_local am65_boardcfg_rm_data = { .host_id = HOST_ID_R5_0, }, { - .start_resource = 160, - .num_resource = 64, + .start_resource = 192, + .num_resource = 32, .type = RESASG_UTYPE(RESASG_TYPE_PULSAR_C1_IRQ, RESASG_SUBTYPE_PULSAR_C1_IRQ_MAIN2MCU_LVL), - .host_id = HOST_ID_R5_0, + .host_id = HOST_ID_R5_1, }, { .start_resource = 224,