forked from Imagelibrary/rtems
code changes to remove warnings
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* startup/start.S: remove bootcard calling warning
|
||||
* startup/tm27supp.c: removed some warnings
|
||||
|
||||
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/ss555.cfg: Remove RTEMS_BSP_FAMILY.
|
||||
|
||||
@@ -52,11 +52,6 @@
|
||||
#include <rtems/asm.h>
|
||||
#include <rtems/powerpc/registers.h>
|
||||
|
||||
#warning Call to boot_card has changed and needs checking.
|
||||
#warning The call is "void boot_card(const char* cmdline);"
|
||||
#warning You need to pass a NULL.
|
||||
#warning Please check and remove these warnings.
|
||||
|
||||
/*
|
||||
* The initial stack is set to the top of the internal RAM.
|
||||
*
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* dlentry/start.S: remove bootcard calling warning
|
||||
|
||||
2009-10-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* Makefile.am, preinstall.am: Update for exception support changes.
|
||||
|
||||
@@ -63,6 +63,7 @@ extern "C" {
|
||||
#include <bsp/vectors.h>
|
||||
|
||||
/* miscellaneous stuff assumed to exist */
|
||||
extern bool bsp_timer_internal_clock; /* TRUE, when timer runs with CPU clk */
|
||||
|
||||
/* Network Defines */
|
||||
#if 1 /* EB/doe changes */
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* mpc83xx/gtm/gtm.c: code changes to remove warnings
|
||||
* ppc403/clock/clock.c, ppc403/clock/clock_4xx.c: code changes to
|
||||
remove warnings
|
||||
|
||||
2010-03-27 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
* mpc83xx/gtm/gtm.c, mpc5xx/timer/timer.c,
|
||||
mpc5xx/vectors/vector_init.c: code changes to remove warnings
|
||||
|
||||
2010-03-25 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||
|
||||
|
||||
@@ -71,7 +71,6 @@ rtems_isr_entry set_vector( /* returns old vector */
|
||||
|
||||
/* Defined in bspstart.c */
|
||||
extern uint32_t bsp_clicks_per_usec;
|
||||
extern bool bsp_timer_internal_clock;
|
||||
|
||||
/*
|
||||
* These are set by clock driver during its init
|
||||
|
||||
Reference in New Issue
Block a user