From f5072951cc0ddc165fea568a2733a19b51ed1cee Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 8 Sep 2010 17:38:44 +0000 Subject: Implement SD-based paging for EA3131 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2931 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nuttx/ChangeLog') 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 + + * 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. -- cgit v1.2.3