
27 Sep
2010
27 Sep
'10
4:06 a.m.
Hello everyone,
I want to do pci configuration in the function 'board_init_f'. How to do this?
Could I call the function "pci_init" in the function 'board_init_f' or add the function "pci_init" into the function array " init_sequence "?
In other words, what pre-conditions there are before calling pci_init? How to check the condition is ready?
Thanks!
Shuyou