2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>

* start/start.S: Verify boot_card is invoked properly with argc, argv.
This commit is contained in:
Joel Sherrill
2010-04-24 21:45:57 +00:00
parent 4bb28d49bf
commit c669bf30e4
10 changed files with 20 additions and 23 deletions

View File

@@ -1,3 +1,7 @@
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Verify boot_card is invoked properly with argc, argv.
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs. * startup/bspstart.c: Remove nested externs.

View File

@@ -35,10 +35,6 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#include <rtems/mips/idtcpu.h> #include <rtems/mips/idtcpu.h>
#include <rtems/asm.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 .extern mon_flush_cache
#if 0 #if 0

View File

@@ -1,3 +1,7 @@
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Verify boot_card is invoked properly with argc, argv.
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs. * startup/bspstart.c: Remove nested externs.

View File

@@ -35,13 +35,6 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#include <rtems/mips/idtcpu.h> #include <rtems/mips/idtcpu.h>
#include <rtems/asm.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 .extern mon_flush_cache
#if 0 #if 0

View File

@@ -1,3 +1,7 @@
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Verify boot_card is invoked properly with argc, argv.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gensh1.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/gensh1.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -21,10 +21,6 @@
#include <rtems/asm.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.
BEGIN_CODE BEGIN_CODE
PUBLIC(start) PUBLIC(start)
SYM (start): SYM (start):

View File

@@ -1,3 +1,7 @@
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Verify boot_card is invoked properly with argc, argv.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/gensh2.cfg: Remove RTEMS_BSP_FAMILY. * make/custom/gensh2.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -32,10 +32,6 @@
#include <rtems/asm.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.
BEGIN_CODE BEGIN_CODE
PUBLIC(start) PUBLIC(start)

View File

@@ -1,3 +1,7 @@
2010-04-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Verify boot_card is invoked properly with argc, argv.
2010-04-20 Ralf Corsépius <ralf.corsepius@rtems.org> 2010-04-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c: Reflect termios-API having changed. * console/console.c: Reflect termios-API having changed.

View File

@@ -40,10 +40,6 @@
#include "rtems/score/sh4_regs.h" #include "rtems/score/sh4_regs.h"
#include "rtems/score/sh7750_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 BEGIN_CODE
PUBLIC(start) PUBLIC(start)