summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-08 17:38:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-08 17:38:44 +0000
commitf5072951cc0ddc165fea568a2733a19b51ed1cee (patch)
treece666d30296334e7635272e8f80c442dd11117bb /nuttx/ChangeLog
parent7aef1347d64241b4516a32aeb7dd7f9696aa75b4 (diff)
downloadnuttx-f5072951cc0ddc165fea568a2733a19b51ed1cee.tar.gz
nuttx-f5072951cc0ddc165fea568a2733a19b51ed1cee.tar.bz2
nuttx-f5072951cc0ddc165fea568a2733a19b51ed1cee.zip
Implement SD-based paging for EA3131
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2931 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0e17c9beb..2499469a3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1266,3 +1266,11 @@
data and prefectch aborts which are within this zeroed region.
5.11 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+ * configs/ea3131/src/up_fillpage.c - Added new configuration item
+ CONFIG_PAGING_BINPATH. If CONFIG_PAGING_BINPATH is defined, then it
+ is the full path to a file on a mounted file system that contains
+ a binary image of the NuttX executable. Pages will be filled by
+ reading from offsets into this file that correspond to virtual
+ fault addresses. up_fillpage.c implements logic to perform page
+ files using the CONFIG_PAGING_BINPATH file.