You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I´m trying to find out why the cpu scaling code in the Linux kernel does not work, I had a quick look at the u-boot sources here for the file:
arch/arm/mach-mvebu/armada3700/clock.c
The source are inconsistent for the different u-boot masters (uboot-2018.03, uboot-2017.03).
So which code is the right one? It starts with that in 2017.03 it is said that the L2 clock is the same as the cpu clock, but in 2018.03 it is back to the old code.
Is this an error and which code is the right one?
The text was updated successfully, but these errors were encountered:
Not sure if it is correct, but also concerning the configuration the u-boot is inconsistent for the a3700. I am looking for fuse support in u-boot to verify the trusted boot. According to the documentation (u-boot-2018.03-armada-18.12/doc/mvebu/trusted_boot.txt):
A3700 platforms
Command Location:
-> Command line interface
-> MVEBU commands
-> efuse
Driver Location:
-> ARM architecture
-> MVEBU Common SoC Utilities
-> eFuse support
I was unable to find these settings in 18.12, however it was present in 17.10. When checking the history for the appropriate files, it becomes clear that fuse support was not integrated in 18.12.
As I´m trying to find out why the cpu scaling code in the Linux kernel does not work, I had a quick look at the u-boot sources here for the file:
arch/arm/mach-mvebu/armada3700/clock.c
The source are inconsistent for the different u-boot masters (uboot-2018.03, uboot-2017.03).
So which code is the right one? It starts with that in 2017.03 it is said that the L2 clock is the same as the cpu clock, but in 2018.03 it is back to the old code.
Is this an error and which code is the right one?
The text was updated successfully, but these errors were encountered: