Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-08-24 14:14:32 -06:00
parent 7aea220ebf
commit ff6b6af425

View File

@ -8244,3 +8244,9 @@
(read/execute vs read/write). And, as a consequence, up_addrenv_vaddr() (read/execute vs read/write). And, as a consequence, up_addrenv_vaddr()
needs to be split into up_addrenv_vtext() and up_addrenv_vdata(). needs to be split into up_addrenv_vtext() and up_addrenv_vdata().
Affects several files (2014-8-24). 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).