summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-13 13:08:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-13 13:08:05 -0600
commit98b84cba9e51512cae4d3d5dd82ac92b6f961b77 (patch)
tree22f867a09b9d27cfe6343763757f61d2d2683290 /nuttx/ChangeLog
parente568c7ac6fa744cc3a19adebdb30573a62c0c403 (diff)
downloadnuttx-98b84cba9e51512cae4d3d5dd82ac92b6f961b77.tar.gz
nuttx-98b84cba9e51512cae4d3d5dd82ac92b6f961b77.tar.bz2
nuttx-98b84cba9e51512cae4d3d5dd82ac92b6f961b77.zip
SAMA5 LCDC: Correct how framebuffer memory was being mapped; Remove options to get framebuffer memory in various. Because of the mapping and aligment requirements, those options really cannot be supported
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 09d8cc0b3..039c73925 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5757,4 +5757,10 @@
* arch/arm/src/sama4/sam_lcd.c and configs/sama5d3x-ek/include/board.h:
Fix PWM precealler divider. This eliminiates the backlight flicker
(2013-10-11).
+ * arch/arm/src/sama5/sam_boot.c: Correct how framebuffer memory was
+ being mapped. The mapping was getting overrwritten and the
+ framebuffer memory was ending up cacheable (2013-10-13).
+ * arch/arm/src/sama5/Kconfig, sam_lcdc.c, defconfig, and related files:
+ Remove options for obtaining framebuffer memory in other ways. That
+ option just really cannot work (2013-10-13).