Changeset c2bbfb52 in rtems


Ignore:
Timestamp:
01/03/01 17:53:45 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
fdfa5b9
Parents:
2e10f51
Message:

2001-01-03 Joel Sherrill <joel@…>

  • custom/psim.cfg: Removed unused variables.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r2e10f51 rc2bbfb52  
     1
     22001-01-03      Joel Sherrill <joel@OARcorp.com>
     3
     4        * custom/psim.cfg: Removed unused variables.
    15
    262001-01-03      Joel Sherrill <joel@OARcorp.com>
  • make/custom/psim.cfg

    r2e10f51 rc2bbfb52  
    1515#  This section makes the target dependent options file.
    1616
    17 #  CONSOLE_USE_POLLED     (psim_bsp)
    18 #  CONSOLE_USE_INTERRUPTS (psim_bsp)
    19 #     The psim console driver has the structure to operate in either
    20 #     polled or interrupt mode.  However both modes only trap to the
    21 #     monitor currently.
    22 #
    23 #  PSIM_FAST_IDLE (psim_bsp)
    24 #     If defined, speed up the clock ticks while the idle task is running so
    25 #     time spent in the idle task is minimized.  This significantly reduces
    26 #     the wall time required to execute the RTEMS test suites.
    27 #
    2817#  PPC_VECTOR_FILE_BASE (PowerPC)
    2918#     This defines the base address of the exception table.
     
    3726
    3827define make-target-options
    39         @echo "#define CONSOLE_USE_INTERRUPTS 0"                   >>$@
    40         @echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
    41         @echo "#define PSIM_FAST_IDLE 1"                           >>$@
    4228        @echo "#define PPC_VECTOR_FILE_BASE 0xFFF00100"            >>$@
    4329        @echo "#define PPC_USE_SPRG 1"                             >>$@
Note: See TracChangeset for help on using the changeset viewer.