summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 13:31:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 13:31:40 +0000
commitfc472c9796852e8ab3b097b13ef5bf4f2aa82a6e (patch)
treef468cb989d58e7ace9e444d3e0236730ac0ea66c /c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
parent2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fc472c9796852e8ab3b097b13ef5bf4f2aa82a6e.tar.bz2
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to bsp_idle_thread and split into its own file. * startup/bspidle.c: New file.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
index 3a85bedee0..97449c9a32 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
+ bsp_idle_thread and split into its own file.
+ * startup/bspidle.c: New file.
+
2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/console.c: Disable call to rtems_interrupt_catch until it is