summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-10 08:46:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-10 08:46:40 -0600
commit22c64f6c542675d4865d2a013468089c92f43869 (patch)
tree1b25c09644e547006b6821de3890fd01613ebdde /nuttx/ChangeLog
parent2e7873bb62bb606a0c37519b95b043c54360cd9c (diff)
downloadnuttx-22c64f6c542675d4865d2a013468089c92f43869.tar.gz
nuttx-22c64f6c542675d4865d2a013468089c92f43869.tar.bz2
nuttx-22c64f6c542675d4865d2a013468089c92f43869.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index dac42dc9a..2e605b3f0 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8453,3 +8453,12 @@
* binfmt/binfmt_execmodule.c: When allocating a stack for a new process
using the user-sapce allocator, need to select the address environment
first (2014-9-9).
+ * arch/Kconfig, arm/src/armv7-a/pginline.h, arm_addrenv.c, and
+ arm_pgalloc.c and include/nuttx/addrenv.h: Add configuration to use
+ the fixed DRAM mapping for the page pool (if available) instead of
+ remapping dynamically to access L2 page tables and page data. Also,
+ add logic in address environment creation to initialize the shared
+ data at the beginning of the .bss/.data process memory region
+ (2014-9-10).
+ * configs/sama5d4-ek/elf and knsh: These configurations now use the
+ fixed DRAM mapping for manipulating the page memory pool (2014-9-10).