Searched hist:dcd468b8f43c5077c42c75b15cf3204e6b6be46c (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | cache.S | diff dcd468b8f43c5077c42c75b15cf3204e6b6be46c Tue Jan 06 15:18:42 CST 2015 York Sun <yorksun@freescale.com> armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack
Flushing L3 cache in CCN-504 requries d-cache to be disabled. Using assembly function to guarantee stack is not used before flushing is completed. Timeout is needed for simualtor on which CCN-504 is not implemented. Return value can be checked for timeout situation.
Change bootm.c to disable dcache instead of simply flushing, required by flushing L3.
Signed-off-by: York Sun <yorksun@freescale.com>
|
H A D | cache_v8.c | diff dcd468b8f43c5077c42c75b15cf3204e6b6be46c Tue Jan 06 15:18:42 CST 2015 York Sun <yorksun@freescale.com> armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack
Flushing L3 cache in CCN-504 requries d-cache to be disabled. Using assembly function to guarantee stack is not used before flushing is completed. Timeout is needed for simualtor on which CCN-504 is not implemented. Return value can be checked for timeout situation.
Change bootm.c to disable dcache instead of simply flushing, required by flushing L3.
Signed-off-by: York Sun <yorksun@freescale.com>
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | system.h | diff dcd468b8f43c5077c42c75b15cf3204e6b6be46c Tue Jan 06 15:18:42 CST 2015 York Sun <yorksun@freescale.com> armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack
Flushing L3 cache in CCN-504 requries d-cache to be disabled. Using assembly function to guarantee stack is not used before flushing is completed. Timeout is needed for simualtor on which CCN-504 is not implemented. Return value can be checked for timeout situation.
Change bootm.c to disable dcache instead of simply flushing, required by flushing L3.
Signed-off-by: York Sun <yorksun@freescale.com>
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | diff dcd468b8f43c5077c42c75b15cf3204e6b6be46c Tue Jan 06 15:18:42 CST 2015 York Sun <yorksun@freescale.com> armv8/fsl-lsch3: Convert flushing L3 to assembly to avoid using stack
Flushing L3 cache in CCN-504 requries d-cache to be disabled. Using assembly function to guarantee stack is not used before flushing is completed. Timeout is needed for simualtor on which CCN-504 is not implemented. Return value can be checked for timeout situation.
Change bootm.c to disable dcache instead of simply flushing, required by flushing L3.
Signed-off-by: York Sun <yorksun@freescale.com>
|