Home
last modified time | relevance | path

Searched hist:"88590148 fa8b7e2d7ca910a7a03b5c5700af58e4" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dbootm.c88590148fa8b7e2d7ca910a7a03b5c5700af58e4 Mon Mar 31 21:40:32 UTC 2014 York Sun <yorksun@freescale.com> armv8: Flush dcache before switching to EL2

For ARMv8, U-boot has been running at EL3 with cache and MMU enabled.
Without proper setup for EL2, cache and MMU are both disabled (out of
reset). Before switching, we need to flush the dcache to make sure the
data is in the main memory.

Signed-off-by: York Sun <yorksun@freescale.com>
Acked-by: David.Feng <fenghua@phytium.com.cn>