commit | 11b84ee849e4ef9d171475949a3d8fb6c57a1ac6 | [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 | 897947c900c0d26580829aa1c66c44c9baff4e47 [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>