44#ifndef LIBBSP_M68K_MVME147_BSP_H
45#define LIBBSP_M68K_MVME147_BSP_H
68#define RAM_START 0x00005000
69#define RAM_END 0x00400000
76 uint32_t dma_table_address;
77 uint32_t dma_data_address;
78 uint32_t dma_bytecount;
79 uint32_t dma_data_holding;
82 uint16_t timer1_preload;
83 uint16_t timer1_count;
84 uint16_t timer2_preload;
85 uint16_t timer2_count;
88 uint8_t timer1_int_control;
89 uint8_t timer1_control;
90 uint8_t timer2_int_control;
91 uint8_t timer2_control;
93 uint8_t acfail_int_control;
94 uint8_t watchdog_control;
96 uint8_t printer_int_control;
97 uint8_t printer_control;
99 uint8_t dma_int_control;
101 uint8_t bus_error_int_control;
103 uint8_t abort_int_control;
104 uint8_t table_address_function_code;
105 uint8_t serial_port_int_control;
106 uint8_t general_purpose_control;
107 uint8_t lan_int_control;
108 uint8_t general_purpose_status;
109 uint8_t scsi_port_int_control;
110 uint8_t slave_base_address;
111 uint8_t software_int_1_control;
112 uint8_t int_base_vector;
113 uint8_t software_int_2_control;
114 uint8_t revision_level;
117#define pcc ((volatile struct pcc_map * const) 0xfffe1000)
119#define z8530 0xfffe3001
122#define PCC_BASE_VECTOR 0x40
123#define SCC_VECTOR PCC_BASE_VECTOR+3
124#define TIMER_1_VECTOR PCC_BASE_VECTOR+8
125#define TIMER_2_VECTOR PCC_BASE_VECTOR+9
126#define SOFT_1_VECTOR PCC_BASE_VECTOR+10
127#define SOFT_2_VECTOR PCC_BASE_VECTOR+11
129#define USE_CHANNEL_A 1
130#define USE_CHANNEL_B 0
132#if (USE_CHANNEL_A == 1)
133#define CONSOLE_CONTROL 0xfffe3002
134#define CONSOLE_DATA 0xfffe3003
135#elif (USE_CHANNEL_B == 1)
136#define CONSOLE_CONTROL 0xfffe3000
137#define CONSOLE_DATA 0xfffe3001
This header file provides the default definition of BSP_INITIAL_EXTENSION.
ISR_Handler_entry rtems_isr_entry
Interrupt service routines installed by rtems_interrupt_catch() shall have this type.
Definition: intr.h:134
ISR_Vector_number rtems_vector_number
This integer type represents interrupt vector numbers.
Definition: intr.h:102
This header file defines the RTEMS Classic API.