forked from Imagelibrary/rtems
Remove duplicate white lines.
This commit is contained in:
@@ -165,7 +165,6 @@ extern int end; /* last address in the program */
|
||||
* NOTE: Use the standard Clock driver entry
|
||||
*/
|
||||
|
||||
|
||||
/* miscellaneous stuff assumed to exist */
|
||||
|
||||
void bsp_cleanup( void );
|
||||
|
||||
@@ -225,7 +225,6 @@ typedef struct {
|
||||
#define ERC32_CONFIGURATION_ACCESS_PROTECTION_ENABLED 0x00000008
|
||||
#define ERC32_CONFIGURATION_ACCESS_PROTECTION_DISABLED 0x00000000
|
||||
|
||||
|
||||
/*
|
||||
* The following defines the bits in the Memory Configuration Register.
|
||||
*/
|
||||
@@ -508,7 +507,6 @@ extern uint32_t _ERC32_MEC_Timer_Control_Mirror;
|
||||
(_value) = (_ERC32_MEC_Timer_Control_Mirror >> 8) & 0xf; \
|
||||
} while ( 0 )
|
||||
|
||||
|
||||
#endif /* !ASM */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
.global __bsp_board_init
|
||||
__bsp_board_init:
|
||||
|
||||
|
||||
/* Check if MEC is initialised. If not, this means that we are
|
||||
running on the simulator. Initiate some of the parameters
|
||||
that are done by the boot-prom otherwise.
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
rtems_boolean Timer_driver_Find_average_overhead;
|
||||
|
||||
@@ -204,7 +204,6 @@ void console_exit()
|
||||
LEON_REG.UART_Status_1 = 0;
|
||||
LEON_REG.UART_Status_2 = 0;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#define CONSOLE_UART_1_TRAP LEON_TRAP_TYPE( LEON_INTERRUPT_UART_1_RX_TX )
|
||||
|
||||
@@ -53,7 +53,6 @@ extern int rtems_leon_open_eth_driver_attach (struct rtems_bsdnet_ifconfig *conf
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_NAME "open_eth1"
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_leon_open_eth_driver_attach
|
||||
|
||||
|
||||
/*
|
||||
* Define the time limits for RTEMS Test Suite test durations.
|
||||
* Long test and short test duration limits are provided. These
|
||||
@@ -165,7 +164,6 @@ extern int end; /* last address in the program */
|
||||
* NOTE: Use the standard Clock driver entry
|
||||
*/
|
||||
|
||||
|
||||
/* miscellaneous stuff assumed to exist */
|
||||
|
||||
void bsp_cleanup( void );
|
||||
|
||||
@@ -213,7 +213,6 @@ typedef struct {
|
||||
|
||||
#define LEON_MEMORY_CONFIGURATION_RAM_SIZE_MASK 0x00001E00
|
||||
|
||||
|
||||
/*
|
||||
* The following defines the bits in the Timer Control Register.
|
||||
*/
|
||||
@@ -245,7 +244,6 @@ typedef struct {
|
||||
#define LEON_REG_UART_STATUS_FE 0x00000040 /* RX Framing Error */
|
||||
#define LEON_REG_UART_STATUS_ERR 0x00000078 /* Error Mask */
|
||||
|
||||
|
||||
/*
|
||||
* The following defines the bits in the LEON UART Status Registers.
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#include <bsp.h>
|
||||
#include <libchip/open_eth.h>
|
||||
#if (OPEN_ETH_DEBUG & OPEN_ETH_DEBUG_PRINT_REGISTERS)
|
||||
|
||||
@@ -24,7 +24,6 @@ __bsp_board_init:
|
||||
bne 2f
|
||||
nop
|
||||
|
||||
|
||||
flush
|
||||
set 0x1000f, %l1
|
||||
st %l1, [%l0 + LEON_REG_CACHECTRL_OFFSET] ! enable caches
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
rtems_boolean Timer_driver_Find_average_overhead;
|
||||
|
||||
@@ -32,6 +32,5 @@ void bsp_cleanup( void )
|
||||
* set %g1 to 1 to detect clean exit.
|
||||
*/
|
||||
|
||||
|
||||
asm volatile( "mov 1, %g1; ta 0" );
|
||||
}
|
||||
|
||||
@@ -125,7 +125,6 @@ void bsp_pretasking_hook(void)
|
||||
|
||||
bsp_libc_init((void *) heap_start, heap_size, 0);
|
||||
|
||||
|
||||
#if SIMSPARC_FAST_IDLE
|
||||
/*
|
||||
* Install the fast idle task switch extension
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
|
||||
#define SOFT_TRAP BAD_TRAP
|
||||
|
||||
|
||||
.seg "text"
|
||||
PUBLIC(start)
|
||||
.global start, __bsp_mem_init
|
||||
@@ -45,7 +44,6 @@ start:
|
||||
* before RTEMS installs its own trap table.
|
||||
*/
|
||||
|
||||
|
||||
PUBLIC(trap_table)
|
||||
SYM(trap_table):
|
||||
|
||||
@@ -88,7 +86,6 @@ SYM(trap_table):
|
||||
BAD_TRAP; ! 1E external 5
|
||||
BAD_TRAP; ! 1F watchdog timeout
|
||||
|
||||
|
||||
BAD_TRAP; BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 20 - 23 undefined
|
||||
BAD_TRAP; ! 24 cp_disabled
|
||||
BAD_TRAP; BAD_TRAP; BAD_TRAP; ! 25 - 27 undefined
|
||||
@@ -219,7 +216,6 @@ SYM(hard_reset):
|
||||
call __bsp_board_init
|
||||
nop
|
||||
|
||||
|
||||
set (SYM(rdb_start)), %g6 ! End of work-space area
|
||||
st %sp, [%g6]
|
||||
set (SYM(Configuration)), %l1
|
||||
@@ -238,7 +234,6 @@ SYM(hard_reset):
|
||||
* LENGTH: (__bss_start - _data_start) bytes
|
||||
*/
|
||||
|
||||
|
||||
sethi %hi(_endtext),%g2
|
||||
or %g2,%lo(_endtext),%g2 ! g2 = start of initialized data in ROM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user