commit | 83571bcab10bc8d6d73dc77b64442dbd281afc99 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Wed Feb 26 13:26:03 2014 -0800 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Apr 07 17:43:36 2014 +0200 |
tree | 34b0c8bc9bc940e95d2c74315379a8b4431ca20c | |
parent | f5222cfd49bd3681008039e82aa7a1db3e6c9af4 [diff] |
armv8/cache: Flush D-cache, invalidate I-cache for relocation If D-cache is enabled, we need to flush it, and invalidate i-cache before jumping to the new location. This should be done right after relocation. Signed-off-by: York Sun <yorksun@freescale.com> CC: David Feng <fenghua@phytium.com.cn>