forked from Imagelibrary/rtems
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* residual/residual.c: Include <string.h>. * vectors/vectors_init.c: Include <rtems/bspIo.h> for printk. * bootloader/mm.c: Ditto. * bootloader/pci.c: Ditto. * console/console.c: Ditto. * openpic/openpic.c: Ditto.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
* vectors/vectors.S: Ditto.
|
||||
|
||||
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* startup/bspstart.c: Include <libcpu/cpuIdent.h>.
|
||||
|
||||
2001-04-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
|
||||
|
||||
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
|
||||
@@ -37,6 +37,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <libcpu/spr.h>
|
||||
#include "bootldr.h"
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <libcpu/spr.h>
|
||||
#include "bootldr.h"
|
||||
#include "pci.h"
|
||||
|
||||
@@ -29,6 +29,7 @@ extern int close(int fd);
|
||||
|
||||
#include <bsp.h>
|
||||
#include <bsp/irq.h>
|
||||
#include <rtems/bspIo.h>
|
||||
#include <rtems/libio.h>
|
||||
#include <termios.h>
|
||||
#include <bsp/uart.h>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
* Note: Interprocessor Interrupt (IPI) and Timer support is incomplete
|
||||
*/
|
||||
|
||||
|
||||
#include <rtems/bspIo.h>
|
||||
#include <bsp/openpic.h>
|
||||
#include <bsp/pci.h>
|
||||
#include <bsp/consoleIo.h>
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <bsp/residual.h>
|
||||
#include <libcpu/io.h>
|
||||
#include <libcpu/byteorder.h>
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
#include <bsp/vectors.h>
|
||||
#include <libcpu/raw_exception.h>
|
||||
#include <bsp.h>
|
||||
|
||||
Reference in New Issue
Block a user