mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS, CONSOLE_USE_POLLED, HAS_RTC.
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
|
|
||||||
|
2001-05-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* custom/dmv177.cfg: Remove CONSOLE_USE_INTERRUPTS,
|
||||||
|
CONSOLE_USE_POLLED, HAS_RTC.
|
||||||
|
|
||||||
2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
|
* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS.
|
||||||
|
|||||||
@@ -18,12 +18,6 @@ RTEMS_BSP_FAMILY=dmv177
|
|||||||
|
|
||||||
# This section makes the target dependent options file.
|
# This section makes the target dependent options file.
|
||||||
|
|
||||||
# CONSOLE_USE_POLLED (psim_bsp)
|
|
||||||
# CONSOLE_USE_INTERRUPTS (psim_bsp)
|
|
||||||
# The psim console driver has the structure to operate in either
|
|
||||||
# polled or interrupt mode. However both modes only trap to the
|
|
||||||
# monitor currently.
|
|
||||||
#
|
|
||||||
# PPC_VECTOR_FILE_BASE (ppc)
|
# PPC_VECTOR_FILE_BASE (ppc)
|
||||||
# This defines the base address of the exception table.
|
# This defines the base address of the exception table.
|
||||||
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
|
# NOTE: Vectors are actually at 0xFFF00000 but file starts at offset 0x0100
|
||||||
@@ -49,8 +43,6 @@ RTEMS_BSP_FAMILY=dmv177
|
|||||||
# The BSP actually contains the call that enables this.
|
# The BSP actually contains the call that enables this.
|
||||||
|
|
||||||
define make-target-options
|
define make-target-options
|
||||||
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
|
|
||||||
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
|
|
||||||
@echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
|
@echo "#define PPC_VECTOR_FILE_BASE 0x0100" >>$@
|
||||||
@echo "#define PPC_USE_SPRG 0" >>$@
|
@echo "#define PPC_USE_SPRG 0" >>$@
|
||||||
@echo "#define PPC_USE_DATA_CACHE 0" >>$@
|
@echo "#define PPC_USE_DATA_CACHE 0" >>$@
|
||||||
@@ -67,9 +59,6 @@ CPU_CFLAGS = -mcpu=603
|
|||||||
# NOTE: some level of -O may be actually required by inline assembler
|
# NOTE: some level of -O may be actually required by inline assembler
|
||||||
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
|
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
|
||||||
|
|
||||||
# Define this to yes if this target supports a real-time clock.
|
|
||||||
HAS_RTC=yes
|
|
||||||
|
|
||||||
# The following is a ld command file which works without using the
|
# The following is a ld command file which works without using the
|
||||||
# -specs system in gcc 2.8. IT HAS NEVER BEEN TESTED WITH THIS BSP!!!
|
# -specs system in gcc 2.8. IT HAS NEVER BEEN TESTED WITH THIS BSP!!!
|
||||||
# $(LD) $(XLDFLAGS) -T $(LINKCMDS) \
|
# $(LD) $(XLDFLAGS) -T $(LINKCMDS) \
|
||||||
|
|||||||
Reference in New Issue
Block a user