forked from Imagelibrary/rtems
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:
@@ -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/exception.S: Reflect changes to <rtems/score/cpu.h>.
|
||||||
* bootloader/head.S: Ditto.
|
* bootloader/head.S: Ditto.
|
||||||
* bootloader/misc.c: Ditto.
|
* bootloader/misc.c: Ditto.
|
||||||
|
|||||||
@@ -104,8 +104,8 @@
|
|||||||
*/
|
*/
|
||||||
#define DIRTY_MEANS_WRITABLE
|
#define DIRTY_MEANS_WRITABLE
|
||||||
|
|
||||||
#include <libcpu/cpu.h>
|
#include <asm.h>
|
||||||
#include "asm.h"
|
#include <rtems/score/cpu.h>
|
||||||
#include "bootldr.h"
|
#include "bootldr.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -15,10 +15,9 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <asm.h>
|
||||||
|
#include <rtems/score/cpu.h>
|
||||||
#include "bootldr.h"
|
#include "bootldr.h"
|
||||||
#include <libcpu/cpu.h>
|
|
||||||
#include <rtems/score/targopts.h>
|
|
||||||
#include "asm.h"
|
|
||||||
|
|
||||||
#undef TEST_PPCBUG_CALLS
|
#undef TEST_PPCBUG_CALLS
|
||||||
#define FRAME_SIZE 32
|
#define FRAME_SIZE 32
|
||||||
|
|||||||
@@ -15,14 +15,15 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <rtems/system.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <libcpu/cpu.h>
|
|
||||||
#include "bootldr.h"
|
#include "bootldr.h"
|
||||||
#include <libcpu/spr.h>
|
#include <libcpu/spr.h>
|
||||||
#include "zlib.h"
|
#include "zlib.h"
|
||||||
#include <libcpu/page.h>
|
#include <libcpu/page.h>
|
||||||
#include <libcpu/byteorder.h>
|
#include <libcpu/byteorder.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
SPR_RW(DEC)
|
SPR_RW(DEC)
|
||||||
SPR_RO(PVR)
|
SPR_RO(PVR)
|
||||||
|
|||||||
@@ -15,10 +15,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <rtems/system.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <libcpu/byteorder.h>
|
#include <libcpu/byteorder.h>
|
||||||
#include <libcpu/page.h>
|
#include <libcpu/page.h>
|
||||||
#include <libcpu/cpu.h>
|
|
||||||
#include <libcpu/mmu.h>
|
#include <libcpu/mmu.h>
|
||||||
#include "keyboard.h"
|
#include "keyboard.h"
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <rtems/system.h>
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <bsp/irq.h>
|
#include <bsp/irq.h>
|
||||||
#include <bsp/openpic.h>
|
#include <bsp/openpic.h>
|
||||||
@@ -18,7 +19,6 @@
|
|||||||
#include <rtems/score/apiext.h>
|
#include <rtems/score/apiext.h>
|
||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
#include <bsp/vectors.h>
|
#include <bsp/vectors.h>
|
||||||
#include <libcpu/cpu.h>
|
|
||||||
|
|
||||||
#define RAVEN_INTR_ACK_REG 0xfeff0030
|
#define RAVEN_INTR_ACK_REG 0xfeff0030
|
||||||
|
|
||||||
|
|||||||
@@ -13,11 +13,10 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <asm.h>
|
||||||
|
#include <rtems/score/cpu.h>
|
||||||
#include <bsp/vectors.h>
|
#include <bsp/vectors.h>
|
||||||
#include <libcpu/cpu.h>
|
|
||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
#include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */
|
|
||||||
#include "asm.h"
|
|
||||||
|
|
||||||
|
|
||||||
#define SYNC \
|
#define SYNC \
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <bsp/consoleIo.h>
|
#include <bsp/consoleIo.h>
|
||||||
#include <libcpu/io.h>
|
#include <libcpu/io.h>
|
||||||
#include <libcpu/spr.h>
|
#include <libcpu/spr.h>
|
||||||
@@ -24,6 +25,7 @@
|
|||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
#include <bsp/motorola.h>
|
#include <bsp/motorola.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
#define SHOW_ISA_PCI_BRIDGE_SETTINGS
|
#define SHOW_ISA_PCI_BRIDGE_SETTINGS
|
||||||
|
|||||||
@@ -11,10 +11,9 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libcpu/cpu.h>
|
#include <asm.h>
|
||||||
|
#include <rtems/score/cpu.h>
|
||||||
#include <libcpu/io.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 \
|
#define SYNC \
|
||||||
sync; \
|
sync; \
|
||||||
|
|||||||
@@ -10,10 +10,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#include <asm.h>
|
||||||
|
#include <rtems/score/cpu.h>
|
||||||
#include <bsp/vectors.h>
|
#include <bsp/vectors.h>
|
||||||
#include <libcpu/cpu.h>
|
|
||||||
#include <rtems/score/targopts.h>
|
|
||||||
#include "asm.h"
|
|
||||||
|
|
||||||
|
|
||||||
#define SYNC \
|
#define SYNC \
|
||||||
|
|||||||
Reference in New Issue
Block a user