summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-24 14:14:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-24 14:14:32 -0600
commit44cfb6c10208d54f688f6bf0f499afadb505cf9c (patch)
tree690d37d2c35c6ecf040c060557124c23ec9aff76 /nuttx/ChangeLog
parent54f46fc6998873b204ac161371cb1ae90ea7151d (diff)
downloadpx4-nuttx-44cfb6c10208d54f688f6bf0f499afadb505cf9c.tar.gz
px4-nuttx-44cfb6c10208d54f688f6bf0f499afadb505cf9c.tar.bz2
px4-nuttx-44cfb6c10208d54f688f6bf0f499afadb505cf9c.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 26cd98f2e..7abd3ffd8 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).
+