summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-14 12:23:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-14 12:23:06 -0600
commit396b8e259bd2c379794853f03092716a19a1b8d7 (patch)
treedc89a96dfe3af3a4f0f5c5dbf104c1d9878837ad /nuttx/ChangeLog
parent2cf667980a218cc0dde8413c44a7e9cd17315e34 (diff)
downloadnuttx-396b8e259bd2c379794853f03092716a19a1b8d7.tar.gz
nuttx-396b8e259bd2c379794853f03092716a19a1b8d7.tar.bz2
nuttx-396b8e259bd2c379794853f03092716a19a1b8d7.zip
SAMA5 OHCI: Use physical address and flush and/or invalidate data caches as necessary
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b32319cc3..544508425 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5330,7 +5330,7 @@
* arch/arm/src/sama5/sam_dmac.c: Finally after many bugfixes (the
last being caching issues), the SAMA5 DMA support has been
verified (with SPI) (2013-8-9).
- * arch/arm/src/sama5/sam_memories.c and .h: Central logic for
+ * arch/arm/src/sama5/sam_memories.c and .h: Centralize logic for
conversions between physical and virtual addresses (2013-8-9).
* arch/arm/src/sama5/sam_hsmci.c and sam34/sam_hsmci.c: Correct a
race condition in the SAMA5 HSCMI driver: The tranfer done
@@ -5404,3 +5404,7 @@
passes information associated with the RHport implicitly. The klugey,
procedural alternative was to add the function address to every
interface method (which I started to do but backed above) (2013-8-13).
+ * arch/arm/src/sama5/sam_memories.c and .h: Extended logic so do
+ conversions from physical to virtual addresses (2013-8-14).
+ * arch/arm/src/sama5/sam_ohci.c: Add D cache contols and conversion
+ between physical and virtual address (2013-8-14).