forked from Imagelibrary/rtems
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:
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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):
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user