what is the purpose of the mmu_map_l1_range(...) call in imx6 SDK?

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

what is the purpose of the mmu_map_l1_range(...) call in imx6 SDK?

1,144件の閲覧回数
EdSutter
Senior Contributor II

In the platform_init() function of the imx6 platform SDK, there is a call to:

mmu_map_l1_range(0x20000000, 0x20000000, 0x30000000, kNoncacheable, kShareable, kRWAccess);

for the SABRE SDB board.

What is this for? 

ラベル(1)
タグ(2)
4 返答(返信)

587件の閲覧回数
YixingKong
Senior Contributor IV

Ed

We have not got your response yet and will close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.

Thanks,

Yixing

0 件の賞賛

587件の閲覧回数
EdSutter
Senior Contributor II

Yixing,

Replying via email because the forum site is not responding at the moment.

Sorry, I just assumed you were going to close it...

Ed

0 件の賞賛

587件の閲覧回数
YixingKong
Senior Contributor IV

Ed

We are sorry for getting back to you so late. For some reason that the answer was not put in right place. I paste it here. Hopefully it is useful.

------------------------------------------------------------------

Is likely reserving the MMU L1 cache memory region parameters Non cacheable, sherable and RW access are typicall properties for a region memory that in this case MMU can access.

------------------------------------------------------------------

If it is a good answer, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.

Thanks,

Yixing

587件の閲覧回数
admin
Specialist II

From AdrianAlonso:

Is likely reserving the MMU L1 cache memory region parameters Non cacheable, sherable and RW access are typicall properties for a region memory that in this case MMU can access.