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


Ignore:
Timestamp:
01/21/11 01:19:05 (13 years ago)
Author:
Jennifer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/Rad750

    v16 v17  
    4141{| border="1" style="margin: 1em auto 1em auto;text-align: center;"
    4242|+
    43 |'''BSP Variant''' || '''rad750_3u''' || '''rad750_6u''' || '''ENABLE_SHADOWED_DATA''' || '''BSP_RESET_BOARD_AT_EXIT'''
     43|'''BSP Variant''' || '''rad750_3u''' || '''rad750_6u''' || '''ENABLE_SHADOWED_DATA''' || '''BSP_RESET_BOARD_AT_EXIT'''  || '''PPC_USE_DATA_CACHE'''
    4444|-
    45 | rad750_3u || defined || undefined || 0 || 1
     45| rad750_3u || defined || undefined || 0 || 1 || 1
    4646|-
    47 | rad750_3u_debug || defined || undefined || 1 || 0
     47| rad750_3u_debug || defined || undefined || 1 || 0 || 0
    4848|-
    49 | rad750_6u || undefined || defined || 0 || 1
     49| rad750_6u || undefined || defined || 0 || 1 || 1
    5050|-
    51 | rad750_6u_debug || undefined || defined || 1 || 0
     51| rad750_6u_debug || undefined || defined || 1 || 0 || 0
    5252|-
    5353|}
     
    6363 *  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.
    6464 *  BSP_PRESS_KEY_FOR_RESET - The application will not print a message and wait until pressed before resetting board when application exits
     65 *  CONSOLE_USE_INTERRUPTS - The console operates in polled mode
    6566 *  ENHANCED_PPCI - Indicating that the board has the enhanced PPCI chip
    66  *  CONSOLE_USE_INTERRUPTS - The console operates in polled mode
    6767 *  ENABLE_SHADOWED_DATA - A shadow copy of initialized data is made on the first run and is reloaded on subsequent runs.
    6868 *  BSP_RESET_BOARD_AT_EXIT = 1     The board will be reset when the application exits.==  ==- When filling in the box,
     
    105105{| border="1" style="margin: 1em auto 1em auto;text-align: center;"
    106106|+
    107 |'''BSP Variant''' || '''rad750_3u''' || '''rad750_6u''' || '''ENABLE_SHADOWED_DATA''' || '''BSP_RESET_BOARD_AT_EXIT'''
     107|'''BSP Variant''' || '''rad750_3u''' || '''rad750_6u''' || '''ENABLE_SHADOWED_DATA''' || '''BSP_RESET_BOARD_AT_EXIT'''  || '''PPC_USE_DATA_CACHE'''
    108108|-
    109 | rad750_3u || defined || undefined || 0 || 1
     109| rad750_3u || defined || undefined || 0 || 1 || 1
    110110|-
    111 | rad750_3u_debug || defined || undefined || 1 || 0
     111| rad750_3u_debug || defined || undefined || 1 || 0 || 0
    112112|-
    113 | rad750_6u || undefined || defined || 0 || 1
     113| rad750_6u || undefined || defined || 0 || 1 || 1
    114114|-
    115 | rad750_6u_debug || undefined || defined || 1 || 0
     115| rad750_6u_debug || undefined || defined || 1 || 0 || 0
    116116|-
    117117|}
     
    127127 *  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.
    128128 *  BSP_PRESS_KEY_FOR_RESET - The application will not print a message and wait until pressed before resetting board when application exits
     129 *  CONSOLE_USE_INTERRUPTS - The console operates in polled mode
    129130 *  ENHANCED_PPCI - Indicating that the board has the enhanced PPCI chip
    130  *  CONSOLE_USE_INTERRUPTS - The console operates in polled mode
    131131 *  ENABLE_SHADOWED_DATA - A shadow copy of initialized data is made on the first run and is reloaded on subsequent runs.
    132132 *  BSP_RESET_BOARD_AT_EXIT = 1     The board will be reset when the application exits.=  ==