Other Parts Discussed in Thread: TDA4VH
Hi experts,
We deployed AP on A72, and the AP system is based on SDK8.6. When optimizing the startup time of TDA4VH, we found that because the initialization process of the PCIE driver in the kernel will scan PCIE devices, this will increase the overall startup time of the kernel by about 3 seconds.
We now want to separate the pcie driver from the kernel, and we want to know how to do it. For example, what is included in the stripped PCle driver, its loading time and the relationship between other components, etc.