2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>.
	* bootloader/head.S: Ditto.
	* bootloader/misc.c: Ditto.
	* console/polled_io.c: Ditto.
	* irq/irq.c: Ditto.
	* irq/irq_asm.S: Ditto.
	* irq/irq_init.c: Include <rtems/bspIo.h>.
	* start/start.S: Reflect changes to <rtems/score/cpu.h>.
	* vectors/vectors.S: Ditto.
This commit is contained in:
Joel Sherrill
2002-04-18 20:55:13 +00:00
parent 9597511167
commit cd35cf9fb3
10 changed files with 28 additions and 17 deletions

View File

@@ -1,3 +1,15 @@
vendor/device/instance.
2001-05-09 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: In support of gcc 3.1, added one of more
of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
.gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections
and direction of segments to memory regions may also have been
addressed. This was a sweep across all BSPs.
2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/exception.S: Reflect changes to <rtems/score/cpu.h>.
* bootloader/head.S: Ditto.
* bootloader/misc.c: Ditto.

View File

@@ -104,8 +104,8 @@
*/
#define DIRTY_MEANS_WRITABLE
#include <libcpu/cpu.h>
#include "asm.h"
#include <asm.h>
#include <rtems/score/cpu.h>
#include "bootldr.h"
/*

View File

@@ -15,10 +15,9 @@
* $Id$
*/
#include <asm.h>
#include <rtems/score/cpu.h>
#include "bootldr.h"
#include <libcpu/cpu.h>
#include <rtems/score/targopts.h>
#include "asm.h"
#undef TEST_PPCBUG_CALLS
#define FRAME_SIZE 32

View File

@@ -15,14 +15,15 @@
* $Id$
*/
#include <rtems/system.h>
#include <sys/types.h>
#include <string.h>
#include <libcpu/cpu.h>
#include "bootldr.h"
#include <libcpu/spr.h>
#include "zlib.h"
#include <libcpu/page.h>
#include <libcpu/byteorder.h>
#include <rtems/bspIo.h>
SPR_RW(DEC)
SPR_RO(PVR)

View File

@@ -15,10 +15,10 @@
* $Id$
*/
#include <rtems/system.h>
#include <sys/types.h>
#include <libcpu/byteorder.h>
#include <libcpu/page.h>
#include <libcpu/cpu.h>
#include <libcpu/mmu.h>
#include "keyboard.h"
#include <libcpu/io.h>

View File

@@ -11,6 +11,7 @@
* $Id$
*/
#include <rtems/system.h>
#include <bsp.h>
#include <bsp/irq.h>
#include <bsp/openpic.h>
@@ -18,7 +19,6 @@
#include <rtems/score/apiext.h>
#include <libcpu/raw_exception.h>
#include <bsp/vectors.h>
#include <libcpu/cpu.h>
#define RAVEN_INTR_ACK_REG 0xfeff0030

View File

@@ -13,11 +13,10 @@
* $Id$
*/
#include <asm.h>
#include <rtems/score/cpu.h>
#include <bsp/vectors.h>
#include <libcpu/cpu.h>
#include <libcpu/raw_exception.h>
#include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */
#include "asm.h"
#define SYNC \

View File

@@ -14,6 +14,7 @@
*
* $Id$
*/
#include <bsp/consoleIo.h>
#include <libcpu/io.h>
#include <libcpu/spr.h>
@@ -24,6 +25,7 @@
#include <bsp.h>
#include <libcpu/raw_exception.h>
#include <bsp/motorola.h>
#include <rtems/bspIo.h>
/*
#define SHOW_ISA_PCI_BRIDGE_SETTINGS

View File

@@ -11,10 +11,9 @@
*
*/
#include <libcpu/cpu.h>
#include <asm.h>
#include <rtems/score/cpu.h>
#include <libcpu/io.h>
#include <asm.h> /* for targopts.h and PPC_HAS_FPU */
#include <rtems/score/cpu.h> /* for CPU_MINIMUM_STACK_FRAME_SIZE */
#define SYNC \
sync; \

View File

@@ -10,10 +10,9 @@
#include <asm.h>
#include <rtems/score/cpu.h>
#include <bsp/vectors.h>
#include <libcpu/cpu.h>
#include <rtems/score/targopts.h>
#include "asm.h"
#define SYNC \