Changeset c2bbfb52 in rtems
- Timestamp:
- 01/03/01 17:53:45 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- fdfa5b9
- Parents:
- 2e10f51
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r2e10f51 rc2bbfb52 1 2 2001-01-03 Joel Sherrill <joel@OARcorp.com> 3 4 * custom/psim.cfg: Removed unused variables. 1 5 2 6 2001-01-03 Joel Sherrill <joel@OARcorp.com> -
make/custom/psim.cfg
r2e10f51 rc2bbfb52 15 15 # This section makes the target dependent options file. 16 16 17 # CONSOLE_USE_POLLED (psim_bsp)18 # CONSOLE_USE_INTERRUPTS (psim_bsp)19 # The psim console driver has the structure to operate in either20 # polled or interrupt mode. However both modes only trap to the21 # monitor currently.22 #23 # PSIM_FAST_IDLE (psim_bsp)24 # If defined, speed up the clock ticks while the idle task is running so25 # time spent in the idle task is minimized. This significantly reduces26 # the wall time required to execute the RTEMS test suites.27 #28 17 # PPC_VECTOR_FILE_BASE (PowerPC) 29 18 # This defines the base address of the exception table. … … 37 26 38 27 define 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" >>$@42 28 @echo "#define PPC_VECTOR_FILE_BASE 0xFFF00100" >>$@ 43 29 @echo "#define PPC_USE_SPRG 1" >>$@
Note: See TracChangeset
for help on using the changeset viewer.