From ff6b6af425eb1a208798a09c3c3efb918905c5ae Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 24 Aug 2014 14:14:32 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26cd98f2eb..7abd3ffd88 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8244,3 +8244,9 @@ (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() needs to be split into up_addrenv_vtext() and up_addrenv_vdata(). Affects several files (2014-8-24). + * arch/arm/src/armv7-a/arch_coherent_cache.c: New file. These cache + operations are called from the ELF loader in order to flush D-cache + and invalidate I-cache after an ELF module has been loaded into memory. + With this change, ELF modules work correcttly on the SAMA5/Cortex-A + platform (2014-8-24). +