Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 15 and Version 16 of TBR/BSP/Rad750


Ignore:
Timestamp:
01/21/11 00:42:42 (13 years ago)
Author:
Jennifer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Rad750

    v15 v16  
    4141{| border="1" style="margin: 1em auto 1em auto;text-align: center;"
    4242|+
    43 |'''BSP Variant''' || '''rad750_3u''' || '''rad750_6u''' || '''BSP_DIRTY_MEMORY''' || '''BSP_PRESS_KEY_FOR_RESET'''
     43|'''BSP Variant''' || '''rad750_3u''' || '''rad750_6u''' || '''ENABLE_SHADOWED_DATA''' || '''BSP_RESET_BOARD_AT_EXIT'''
    4444|-
    4545| rad750_3u || defined || undefined || 0 || 1
    4646|-
    47 | rad750_3u_debug || defined || undefined || 0 || 0
     47| rad750_3u_debug || defined || undefined || 1 || 0
    4848|-
    4949| rad750_6u || undefined || defined || 0 || 1
    5050|-
    51 | rad750_6u_debug || undefined || defined || 0 || 0
     51| rad750_6u_debug || undefined || defined || 1 || 0
    5252|-
    5353|}
     54
     55The following constants are the same for all configurations:
     56 *  BSP_DIRTY_MEMORY = 0
     57 *  BSP_PRESS_KEY_FOR_RESET = 0
     58 *  CONSOLE_USE_INTERRUPTS = 0
     59 *  ENHANCED_PPCI = 1
    5460
    5561The constants are defined as follows:
    5662
    5763 *  BSP_DIRTY_MEMORY - When set to 1, the BSP Framework will not put a non-zero pattern into the RTEMS Workspace and C program heap.
    58 == =
    59 
    60  *  BSP_PRESS_KEY_FOR_RESET = 0     The application will not print a message and wait until pressed before resetting board when application exits
    61  *  BSP_RESET_BOARD_AT_EXIT = 1     The board will be reset when the application exits.
    62  *  CONSOLE_USE_INTERRUPTS = 0      The console operates in polled mode
    63  *  ENABLE_SHADOWED_DATA = 1        A sh ==- When filling in the box,
     64 *  BSP_PRESS_KEY_FOR_RESET - The application will not print a message and wait until pressed before resetting board when application exits
     65 *  ENHANCED_PPCI - Indicating that the board has the enhanced PPCI chip
     66 *  CONSOLE_USE_INTERRUPTS - The console operates in polled mode
     67 *  ENABLE_SHADOWED_DATA - A shadow copy of initialized data is made on the first run and is reloaded on subsequent runs.
     68 *  BSP_RESET_BOARD_AT_EXIT = 1     The board will be reset when the application exits.==  ==- When filling in the box,
    6469  + Try to include links to other Wiki pages and websites.
    6570  + If a field is not applicable, not setting the variable will result in it not being displayed
     
    100105{| border="1" style="margin: 1em auto 1em auto;text-align: center;"
    101106|+
    102 |'''BSP Variant''' || '''rad750_3u''' || '''rad750_6u''' || '''BSP_DIRTY_MEMORY''' || '''BSP_PRESS_KEY_FOR_RESET'''
     107|'''BSP Variant''' || '''rad750_3u''' || '''rad750_6u''' || '''ENABLE_SHADOWED_DATA''' || '''BSP_RESET_BOARD_AT_EXIT'''
    103108|-
    104109| rad750_3u || defined || undefined || 0 || 1
    105110|-
    106 | rad750_3u_debug || defined || undefined || 0 || 0
     111| rad750_3u_debug || defined || undefined || 1 || 0
    107112|-
    108113| rad750_6u || undefined || defined || 0 || 1
    109114|-
    110 | rad750_6u_debug || undefined || defined || 0 || 0
     115| rad750_6u_debug || undefined || defined || 1 || 0
    111116|-
    112117|}
     118
     119The following constants are the same for all configurations:
     120 *  BSP_DIRTY_MEMORY = 0
     121 *  BSP_PRESS_KEY_FOR_RESET = 0
     122 *  CONSOLE_USE_INTERRUPTS = 0
     123 *  ENHANCED_PPCI = 1
    113124
    114125The constants are defined as follows:
    115126
    116127 *  BSP_DIRTY_MEMORY - When set to 1, the BSP Framework will not put a non-zero pattern into the RTEMS Workspace and C program heap.
    117 =  ==
     128 *  BSP_PRESS_KEY_FOR_RESET - The application will not print a message and wait until pressed before resetting board when application exits
     129 *  ENHANCED_PPCI - Indicating that the board has the enhanced PPCI chip
     130 *  CONSOLE_USE_INTERRUPTS - The console operates in polled mode
     131 *  ENABLE_SHADOWED_DATA - A shadow copy of initialized data is made on the first run and is reloaded on subsequent runs.
     132 *  BSP_RESET_BOARD_AT_EXIT = 1     The board will be reset when the application exits.=  ==
    118133
    119  *  BSP_PRESS_KEY_FOR_RESET = 0     The application will not print a message and wait until pressed before resetting board when application exits
    120  *  BSP_RESET_BOARD_AT_EXIT = 1     The board will be reset when the application exits.
    121  *  CONSOLE_USE_INTERRUPTS = 0      The console operates in polled mode
    122  *  ENABLE_SHADOWED_DATA = 1        A shadow copy of initialized data is made on the first run and is reloaded on subsequent runs.
    123  *  ENHANCED_PPCI = 1               Indicating that the board has the enhanced PPCI chip
     134
     135
    124136 *  PPC_USE_DATA_CACHE = 0          Data cache is disabled
    125137 *  PPC_USE_INSTRUCTION_CACHE = 1   Instruction cache is enabled