What is the Base Address of the GIC and Is it controlled by the SCU unit or not?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the Base Address of the GIC and Is it controlled by the SCU unit or not?

1,442 Views
helmy_mohamed
Contributor II

Hello, 

I couldn't found the GIC Base_ Address in the Memory Map chapter. so Is that mean that any peripheral that it's base address is missing from the memory map chapter is controlled by the SCU unit or else?

Tags (3)
5 Replies

1,339 Views
helmy_mohamed
Contributor II

Hi Igor

The RM you use is for i.MX 8QuadMax but I'm using i.MX 8QuadX 

trm.pngso I think the GIC base address must be written in the RM for the chip I use not in another chip in the family.

0 Kudos

1,339 Views
igorpadykov
NXP Employee
NXP Employee

Hi Helmy

for i.MX8X one can look at dts:

gic: interrupt-controller@51a00000

fsl-imx8dx.dtsi\freescale\dts\boot\arm64\arch - linux-imx - i.MX Linux kernel 

Best regards
igor

0 Kudos

1,339 Views
helmy_mohamed
Contributor II

Hi Igor

I can't found the base address for the GIC in the Table that you've mentioned. I've looked up the TRM table 2 - 18 didn't found anything.table2-18.png

Also nothing in the DB memory map regarding the Address you've sent.

Also If there is any peripherals with missing Base_Addresses in the TRM should I Assume that it's controlled by the SCU unit 

0 Kudos

1,339 Views
igorpadykov
NXP Employee
NXP Employee

Hi Helmy

it is assumed that SCFW APIs are used only for configuring

interrupts, so GIC address is not provided in Reference Manual.

Best regards
igor

1,339 Views
igorpadykov
NXP Employee
NXP Employee

Hi Helmy

GIC address is 51A0_0000 according to Table 2-18. Dblog memory map

i.MX8QM Reference Manual (one can obtain it in local marketing office).

Yes it is controlled by the SCU and described in

sect.13.1 (SVC) Interrupt Service sc_fw_api_qm_b0.pdf included

in SCFW Porting Kit

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos