summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-03 16:08:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-03 16:08:18 -0600
commitd294e9247498850a9dc28672f570c441d800ef18 (patch)
tree7f179d40ede3cbf2f38e7db5e2fbd94130dbdad8 /nuttx/ChangeLog
parent01fd5aab3452bd4190a2875798e9f6a95c0aaa77 (diff)
downloadnuttx-d294e9247498850a9dc28672f570c441d800ef18.tar.gz
nuttx-d294e9247498850a9dc28672f570c441d800ef18.tar.bz2
nuttx-d294e9247498850a9dc28672f570c441d800ef18.zip
SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR FLASH causes crashes. This was fixed by David Sidrane by implementing RAM functions. The killer code is copied and executed from ISRAM and the crash is avoided.
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 5962f47bb..cf1dd50aa 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7130,4 +7130,8 @@
just set the VBAR register to address of the vectors in SDRAM.
* arch/arm/src/sama5/sam_clockconfig.c: BMS Fixed to match what the HW
does. From David Sidrane (2014-4-3).
-
+ * arch/arm/src/sama5/Kconfig, sam_boot.c, andsam_clockconfig.c: On some
+ hardware, reconfiguring the PLL while executing out of NOR FLASH causes
+ crashes. This was fixed by David Sidrane by implementing RAM functions.
+ The killer code is copied and executed from ISRAM and the crash is
+ avoided (2014-4-3).