Configuring PCI controller and mounting USB Host controller over it

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

Configuring PCI controller and mounting USB Host controller over it

424 Views
mdmuazzam
Contributor III

What should be the the 8309_inti.cfg for PCI controller.?

0 Kudos
2 Replies

297 Views
alexander_yakov
NXP Employee
NXP Employee

Assuming you are talking about *.cfg file for our CodeWarrior, we provide these *.cfg files with CodeWarrior installation, the following path:

"C:\Program Files (x86)\Freescale\CodeWarrior PA V8.8\PowerPC_EABI_Support\Initialization_Files\PQ2\"

Looking this folder in my case, I see for MPC8309 processor we offer only files for "SOM" board. In these files there is no PCI part, we configure only PCI local access window in PCILAWBAR0/PCILAWAR0.

# PCI Local Access Windows
#################################
# WINDOW 0
writemem.l 0xe0000060 0x80000000 # PCILAWBAR0 - begining at 0x80000000
writemem.l 0xe0000064 0x8000001c # PCILAWAR0  - enable, size = 512MB

This is not a PCI controller initialization, this only initializes local access window for PCI space.


Have a great day,
Alexander
TIC

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

0 Kudos

297 Views
mdmuazzam
Contributor III

Thankyou :smileyhappy:

0 Kudos