Part Number: AM623
Hi,
How to change the clock of CPU in u-boot ?
how to generate arch/arm/mach-k3/am62x/clk-data.c of u-boot source ?
Thanks,
Gireesh
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: AM623
Hi,
How to change the clock of CPU in u-boot ?
how to generate arch/arm/mach-k3/am62x/clk-data.c of u-boot source ?
Thanks,
Gireesh
Hi Gireesh,
Our U-Boot expert is out of office today. Please expect delayed response.
How to change the clock of CPU in u-boot ?
There's multiple CPUs involved here so there's not a single answer. What's your goal, what are you trying to achieve? In most cases this can be achieved by updating the device tree files.
how to generate arch/arm/mach-k3/am62x/clk-data.c of u-boot source ?
This should not need to get re-generated unless you want to add support for additional "TISCI devices" so you can access them from U-Boot SPL on the R5 core (a.k.a., "tiboot3.,bin), which is a rather rare usecase.
Regards, Andreas