T1024 Second Core Bootup

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

T1024 Second Core Bootup

959 次查看
kushshah
Contributor I

Hello Team,

Does MMU for core-1 has default 4 KB page defined at  0x0_FFFF_Fnnn even when boot space translation is enabled? or Does MMU provides access for the page which is set it up by the Boot space translation register low (LCC_BSTRL)?

Can we set up TLB entry for the page defined in LCC_BSTRL for core-1 from core-0 before releasing the core-1?

I have referred u-boot code (mp.c), in that they are disabling the default reset page TLB and set it up that TLB with the page which will set up by LCC_BSTRL. Does default TLB entry is global for both cores?

标签 (1)
0 项奖励
回复
1 回复

849 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Hello Kush Shah,

When each core comes out of reset, its MMU has one 4KB page defined at 0x0_FFFF_Fnnn. Each core begins execution with the instruction at the effective address 0x0_FFFF_FFFC.

To boot space translation mechanism allows translation of this window(in physical address space) to one specified by BSTRH, BSTRL and BSTAR. Processor will fetch first instruction from effective address 0xFFFF_FFFC as usual, the boot space translation mechanism will translate the physical address to the specific address such as 0x6_0000_0FFC.

Each core has its own default 4K TLB entry, the boot space translation affects transactions initiated by all cores in the same manner.


Have a great day,
TIC

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

0 项奖励
回复