change log for rtems (2010-04-24)

rtems-vc at rtems.org rtems-vc at rtems.org
Sat Apr 24 22:11:35 UTC 2010


 *joel*:
2010-04-24	Joel Sherrill <joel.sherrill at oarcorp.com>

	* start/start.S: Verify boot_card is invoked properly with argc, argv.

M   1.43  c/src/lib/libbsp/mips/rbtx4925/ChangeLog
M    1.4  c/src/lib/libbsp/mips/rbtx4925/start/start.S
M   1.44  c/src/lib/libbsp/mips/rbtx4938/ChangeLog
M    1.4  c/src/lib/libbsp/mips/rbtx4938/start/start.S
M  1.122  c/src/lib/libbsp/sh/gensh1/ChangeLog
M    1.9  c/src/lib/libbsp/sh/gensh1/start/start.S
M  1.124  c/src/lib/libbsp/sh/gensh2/ChangeLog
M   1.11  c/src/lib/libbsp/sh/gensh2/start/start.S
M  1.106  c/src/lib/libbsp/sh/gensh4/ChangeLog
M    1.9  c/src/lib/libbsp/sh/gensh4/start/start.S

diff -u rtems/c/src/lib/libbsp/mips/rbtx4925/ChangeLog:1.42 rtems/c/src/lib/libbsp/mips/rbtx4925/ChangeLog:1.43
--- rtems/c/src/lib/libbsp/mips/rbtx4925/ChangeLog:1.42	Mon Nov 16 04:09:05 2009
+++ rtems/c/src/lib/libbsp/mips/rbtx4925/ChangeLog	Sat Apr 24 16:45:36 2010
@@ -1,3 +1,7 @@
+2010-04-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* start/start.S: Verify boot_card is invoked properly with argc, argv.
+
 2009-11-16	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* startup/bspstart.c: Remove nested externs.

diff -u rtems/c/src/lib/libbsp/mips/rbtx4925/start/start.S:1.3 rtems/c/src/lib/libbsp/mips/rbtx4925/start/start.S:1.4
--- rtems/c/src/lib/libbsp/mips/rbtx4925/start/start.S:1.3	Sun Nov 29 09:27:06 2009
+++ rtems/c/src/lib/libbsp/mips/rbtx4925/start/start.S	Sat Apr 24 16:45:38 2010
@@ -35,10 +35,6 @@
 #include <rtems/mips/idtcpu.h>
 #include <rtems/asm.h>
 
-#warning Call to boot_card has changed and needs checking.
-#warning The call is "void boot_card(const char* cmdline);"
-#warning Please check and remove these warnings.
-
 	.extern	mon_flush_cache
 
 #if 0

diff -u rtems/c/src/lib/libbsp/mips/rbtx4938/ChangeLog:1.43 rtems/c/src/lib/libbsp/mips/rbtx4938/ChangeLog:1.44
--- rtems/c/src/lib/libbsp/mips/rbtx4938/ChangeLog:1.43	Mon Nov 16 04:09:46 2009
+++ rtems/c/src/lib/libbsp/mips/rbtx4938/ChangeLog	Sat Apr 24 16:45:43 2010
@@ -1,3 +1,7 @@
+2010-04-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* start/start.S: Verify boot_card is invoked properly with argc, argv.
+
 2009-11-16	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* startup/bspstart.c: Remove nested externs.

diff -u rtems/c/src/lib/libbsp/mips/rbtx4938/start/start.S:1.3 rtems/c/src/lib/libbsp/mips/rbtx4938/start/start.S:1.4
--- rtems/c/src/lib/libbsp/mips/rbtx4938/start/start.S:1.3	Sun Nov 29 09:27:06 2009
+++ rtems/c/src/lib/libbsp/mips/rbtx4938/start/start.S	Sat Apr 24 16:45:43 2010
@@ -35,13 +35,6 @@
 #include <rtems/mips/idtcpu.h>
 #include <rtems/asm.h>
 
-#warning Call to boot_card has changed and needs checking.
-#warning The call is "void boot_card(const char* cmdline);"
-#warning Please check and remove these warnings.
-
-/* The following include file was deprecated */
-/* #include <idtmon.h>	*/
-
 	.extern	mon_flush_cache
 
 #if 0

diff -u rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog:1.121 rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog:1.122
--- rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog:1.121	Wed Oct 21 05:55:34 2009
+++ rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog	Sat Apr 24 16:45:49 2010
@@ -1,3 +1,7 @@
+2010-04-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* start/start.S: Verify boot_card is invoked properly with argc, argv.
+
 2009-10-21	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* make/custom/gensh1.cfg: Remove RTEMS_BSP_FAMILY.

diff -u rtems/c/src/lib/libbsp/sh/gensh1/start/start.S:1.8 rtems/c/src/lib/libbsp/sh/gensh1/start/start.S:1.9
--- rtems/c/src/lib/libbsp/sh/gensh1/start/start.S:1.8	Sun Nov 29 22:56:28 2009
+++ rtems/c/src/lib/libbsp/sh/gensh1/start/start.S	Sat Apr 24 16:45:50 2010
@@ -21,10 +21,6 @@
 
 #include <rtems/asm.h>
 
-#warning Call to boot_card has changed and needs checking.
-#warning The call is "void boot_card(const char* cmdline);"
-#warning Please check and remove these warnings.
-
 	BEGIN_CODE
 	PUBLIC(start)
 SYM (start):

diff -u rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog:1.123 rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog:1.124
--- rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog:1.123	Wed Oct 21 05:55:35 2009
+++ rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog	Sat Apr 24 16:45:53 2010
@@ -1,3 +1,7 @@
+2010-04-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* start/start.S: Verify boot_card is invoked properly with argc, argv.
+
 2009-10-21	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* make/custom/gensh2.cfg: Remove RTEMS_BSP_FAMILY.

diff -u rtems/c/src/lib/libbsp/sh/gensh2/start/start.S:1.10 rtems/c/src/lib/libbsp/sh/gensh2/start/start.S:1.11
--- rtems/c/src/lib/libbsp/sh/gensh2/start/start.S:1.10	Sun Nov 29 22:56:28 2009
+++ rtems/c/src/lib/libbsp/sh/gensh2/start/start.S	Sat Apr 24 16:45:53 2010
@@ -32,10 +32,6 @@
 
 #include <rtems/asm.h>
 
-#warning Call to boot_card has changed and needs checking.
-#warning The call is "void boot_card(const char* cmdline);"
-#warning Please check and remove these warnings.
-
 	BEGIN_CODE
 	PUBLIC(start)
 

diff -u rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog:1.105 rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog:1.106
--- rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog:1.105	Tue Apr 20 03:13:58 2010
+++ rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog	Sat Apr 24 16:45:57 2010
@@ -1,3 +1,7 @@
+2010-04-24	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* start/start.S: Verify boot_card is invoked properly with argc, argv.
+
 2010-04-20	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* console/console.c: Reflect termios-API having changed.

diff -u rtems/c/src/lib/libbsp/sh/gensh4/start/start.S:1.8 rtems/c/src/lib/libbsp/sh/gensh4/start/start.S:1.9
--- rtems/c/src/lib/libbsp/sh/gensh4/start/start.S:1.8	Sun Nov 29 22:56:28 2009
+++ rtems/c/src/lib/libbsp/sh/gensh4/start/start.S	Sat Apr 24 16:45:57 2010
@@ -40,10 +40,6 @@
 #include "rtems/score/sh4_regs.h"
 #include "rtems/score/sh7750_regs.h"
 
-#warning Call to boot_card has changed and needs checking.
-#warning The call is "void boot_card(const char* cmdline);"
-#warning Please check and remove these warnings.
-
         BEGIN_CODE
         PUBLIC(start)
 



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100424/53cc664e/attachment.html>


More information about the vc mailing list