External GIC of Cortex-A53 on IMX8MMINI

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

External GIC of Cortex-A53 on IMX8MMINI

724件の閲覧回数
Navaneethasubramanian
Contributor I

Hi,

I am working BareMetal programming on imx8mmini cortex-a53 processor. I want to know the external GIC distributer which is integrated with cortex-a53 core CPU interface. I need the base address of external GIC distributer and re distributer. I couldn't any information regarding external to the core.

Thanks,

Navaneethan

0 件の賞賛
返信
2 返答(返信)

709件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @Navaneethasubramanian 

We suggest you refer the Linux GICv3 driver and dts base address.

0 件の賞賛
返信

701件の閲覧回数
Navaneethasubramanian
Contributor I

Hi,

I am working BareMetal programming. So i am not using the U-boot and Linux. I am using ARM DS-5 startup code and imx-mkimg tool to generate flash.bin. In that startup code they were initializing GIC distributor and Re distributor from base address 0x2f000000. The referred address is right?

In linker script file:

/*
* GICv3 distributor
*/
.gicd 0x2f000000 (NOLOAD):
{
          *(.gicd)
}

/*
* GICv3 redistributors
* 128KB for each redistributor in the system
*/
.gicr 0x2f100000 (NOLOAD):
{
          *(.gicr)
}

 

Thanks,

Navaneethan

0 件の賞賛
返信