Hello !
I'm optimizing a Linux boot on PowerPC MPC83xx. I'm trying to optimize the kernel image copy, from nand to ram and trying to check or change the write policy of the cache.
As a read in the reference manual, the processor uses the write-back policy by default. But I haven't found any register where to check/configure this.
How can I change this to do some test using the write-back/through policy ?
Thanks !