Changes between Version 10 and Version 11 of TBR/BSP/Rad750


Ignore:
Timestamp:
01/20/11 23:30:04 (13 years ago)
Author:
Jennifer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Rad750

    v10 v11  
    3737 *  rad750_6u_debug - 6U board, debug build
    3838
    39 The production build has XXX
     39The production build for both the 3u and the 6u have the following settings:
    4040
    41 The debug build has XXX
     41 *  BSP_DIRTY_MEMORY = 0            The BSP Framework will not put a non-zero pattern into the RTEMS Workspace and C program heap.
     42 *  BSP_PRESS_KEY_FOR_RESET = 0     The application will not print a message and wait until pressed before resetting board when application exits
     43 *  BSP_RESET_BOARD_AT_EXIT = 1     The board will be reset when the application exits.
     44 *  CONSOLE_USE_INTERRUPTS = 0      The console operates in polled mode
     45 *  ENABLE_SHADOWED_DATA = 1        A shadow copy of initialized data is made on the first run and is reloaded on subsequent runs.
     46 *  ENHANCED_PPCI = 1               Indicating that the board has the enhanced PPCI chip
     47 *  PPC_USE_DATA_CACHE = 0          Data cache is disabled
     48 *  PPC_USE_INSTRUCTION_CACHE = 1   Instruction cache is enabled
     49 *  SHOW_PCI_SETTING = 0            Does not Print out PCI findings during initialization.
     50
     51The production build for the 3u adds the following:
     52 *  rad750_3u = 1                   Selects 6u specific source
     53
     54The production build for the 6u adds the following:
     55 *  rad750_6u = 1                   Selects 6u specific source
     56
     57The debug build for the 3u and the 6u have the following settings:
     58 *  BSP_DIRTY_MEMORY = 0            The BSP Framework will not put a non-zero pattern into the RTEMS Workspace and C program heap.
     59 *  BSP_PRESS_KEY_FOR_RESET = 0     The application will not print a message and wait until pressed before resetting board when application exits
     60 *  BSP_RESET_BOARD_AT_EXIT = 0     The board will not be reset when the application exits.
     61 *  CONSOLE_USE_INTERRUPTS = 0      The console operates in polled mode
     62 *  ENABLE_SHADOWED_DATA = 1        A shadow copy of initialized data is made on the first run and is reloaded on subsequent runs.
     63 *  ENHANCED_PPCI = 1                Indicating that the board has the enhanced PPCI chip
     64 *  PPC_USE_DATA_CACHE = 0           Data cache is disabled
     65 *  PPC_USE_INSTRUCTION_CACHE = 0    Instruction cache is disabled
     66 *  SHOW_PCI_SETTING = 1             Prints out PCI findings during initialization.
     67
     68The debug build for the 3u adds the following:
     69 *  rad750_3u = 1                   Selects 6u specific source
     70
     71The debug build for the 6u adds the following:
     72 *  rad750_6u = 1                   Selects 6u specific source
     73
    4274= Board Setup =
    4375