diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-21 12:22:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-21 12:22:04 +0000 |
commit | a45c9181eb0fa1cc9c5c1cc7be52d9892e2937af (patch) | |
tree | 857f8f4342e5b78d450ff582726df8ea142d4809 /sys/arch/aviion/include | |
parent | 7d437fa1ac1718eae1d6da889e01cef0c12b5848 (diff) |
Move common definitions shared by the various 88100-based designs to their
own header file, and slowly make most of the code board-independent. No
functional change.
Diffstat (limited to 'sys/arch/aviion/include')
-rw-r--r-- | sys/arch/aviion/include/av400.h | 138 | ||||
-rw-r--r-- | sys/arch/aviion/include/avcommon.h | 188 | ||||
-rw-r--r-- | sys/arch/aviion/include/board.h | 10 |
3 files changed, 197 insertions, 139 deletions
diff --git a/sys/arch/aviion/include/av400.h b/sys/arch/aviion/include/av400.h index 9a2487671c9..2926ae8eda1 100644 --- a/sys/arch/aviion/include/av400.h +++ b/sys/arch/aviion/include/av400.h @@ -1,4 +1,4 @@ -/* $OpenBSD: av400.h,v 1.2 2006/05/11 19:50:30 miod Exp $ */ +/* $OpenBSD: av400.h,v 1.3 2006/05/21 12:22:03 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -47,12 +47,11 @@ #define __MACHINE_AV400_H__ #define AV400_PROM 0xffc00000 -#define AV400_PROM_SIZE 0x00200000 /* was 020000 */ +#define AV400_PROM_SIZE 0x00200000 #define AV400_SRAM 0xffe00000 #define AV400_SRAM_SIZE 0x00020000 #define AV400_UTILITY 0xfff00000 #define AV400_UTILITY_SIZE 0x00100000 -#define PROM_VBR 0xffc00000 /* * AV400 VME mappings @@ -82,20 +81,8 @@ * AV400 declarations for hardware level device registers and such. */ -/* per-processor interrupt enable registers */ -#define AV400_IEN0 0xfff84004 /* interrupt enable CPU 0 */ -#define AV400_IEN1 0xfff84008 /* interrupt enable CPU 1 */ -#define AV400_IEN2 0xfff84010 /* interrupt enable CPU 2 */ -#define AV400_IEN3 0xfff84020 /* interrupt enable CPU 3 */ -#define AV400_IENALL 0xfff8403c /* simultaneous write */ -#define AV400_IEN(cpu) (AV400_IEN0 + ((cpu) << 2)) - -#define AV400_IST 0xfff84040 /* interrupt status register */ - #define AV400_SETSWI 0xfff84080 /* generate soft interrupt */ #define AV400_CLRSWI 0xfff84084 /* reset soft interrupt */ -#define AV400_ISTATE 0xfff84088 /* HW interrupt status */ -#define AV400_CLRINT 0xfff8408c /* reset HW interrupt */ #define AV400_VIRQLV 0xfff85000 #define AV400_VIACK1V 0xfff85004 @@ -108,37 +95,6 @@ #define AV400_VIRQV 0xfff85020 #define AV400_IVEC 0x40 /* vector returned upon AV400 int */ -#define AV400_GCSR 0xfff86000 /* global control and status reg */ -#define AV400_UCSR 0xfff87000 /* utility control and status reg */ -#define AV400_BASAD 0xfff87004 /* base address reg */ -#define AV400_GLBRES 0xfff8700c /* global reset reg */ - -#define AV400_GLOBAL0 0xfff86001 /* global control and status regs */ -#define AV400_GLOBAL1 0xfff86003 -#define AV400_LRST 0x80 -#define AV400_SYSCON 0x40 -#define AV400_BRDID 0xfff86005 -#define AV400_CGCSR0 0xfff86007 -#define AV400_CGCSR1 0xfff86009 -#define AV400_CGCSR2 0xfff8600b -#define AV400_CGCSR3 0xfff8600d -#define AV400_CGCSR4 0xfff8600f -#define AV400_UCSR 0xfff87000 /* utility control and status reg */ -#define AV400_BASAD 0xfff87004 /* base address reg */ -#define AV400_GLBRES 0xfff8700c /* global reset reg */ - -#define AV400_CCSR 0xfff88000 /* CPU board control status reg */ -#define AV400_ERROR 0xfff88004 /* Mbus fault reg */ -#define AV400_PCNFA 0xfff88008 /* Pbus A decoder reg */ -#define AV400_PCNFB 0xfff8800c /* Pbus B decoder reg */ -#define AV400_EXTAD 0xfff88010 /* A24 master A24-A31 addr reg */ -#define AV400_EXTAM 0xfff88014 /* AM3-AM0 addr modifiers reg */ -#define AV400_WHOAMI 0xfff88018 /* whoami reg */ -#define AV400_WMAD 0xfff88020 /* write mbus addr decoder reg */ -#define AV400_RMAD 0xfff88024 /* read mbus addr decoder reg */ -#define AV400_WVAD 0xfff88028 /* write vmebus addr decoder reg */ -#define AV400_RVAD 0xfff8802c /* read vmebus adds decoder reg */ - /* * IEN and IST register bits * See ``Programming System control and I/O registers for the 100, 200, 300, @@ -218,96 +174,6 @@ #define MASK_LVL_6 (LVL7) #define MASK_LVL_7 (IRQ_ABORT) -#define INT_LEVEL 8 /* # of interrupt level + 1 */ -#define ISR_GET_CURRENT_MASK(cpu) \ - (*(volatile u_int *)AV400_IST & int_mask_reg[cpu]) - -/* - * ISTATE and CLRINT register bits - */ - -#define ISTATE_ABORT 0x04 -#define ISTATE_ACFAIL 0x02 -#define ISTATE_SYSFAIL 0x01 - -/* - * UCSR register bits - */ - -#define UCSR_PWRUPBIT 0x00004000 /* powerup indicator */ -#define UCSR_DRVSFBIT 0x00002000 /* Board system fail */ -#define UCSR_BRIRQBIT 0x00001000 /* drives VME IRQ1 broadcast int */ -#define UCSR_ROBINBIT 0x00000800 /* sel round robin VME arbiter mode */ -#define UCSR_BRLVBITS 0x00000600 /* VME bus request level 0-3 */ -#define UCSR_RNEVERBIT 0x00000100 /* VME bus never release once req'd */ -#define UCSR_RONRBIT 0x00000080 /* VME bus req release on no request */ -#define UCSR_RWDBIT 0x00000040 /* VME bus request release when done */ -#define UCSR_EARBTOBIT 0x00000020 /* enable VME arbiter bus timeout */ -#define VTOSELBITS 0x00000018 /* VMEbus timeout select bits */ -#define VTO32US 0x00 /* 32 usec */ -#define VTO64US 0x01 /* 64 usec */ -#define VTO128US 0x10 /* 128 usec */ -#define VTODISABLE 0x18 /* disabled */ - -/* these are the various Z8536 CIO counter/timer registers */ -#define CIO_BASE 0xfff83000 -#define CIO_PORTC 0xfff83000 -#define CIO_PORTB 0xfff83004 -#define CIO_PORTA 0xfff83008 -#define CIO_CTRL 0xfff8300c - -#define CIO_MICR 0x00 /* Master interrupt control register */ -#define CIO_MICR_MIE 0x80 -#define CIO_MICR_DLC 0x40 -#define CIO_MICR_NV 0x20 -#define CIO_MICR_PAVIS 0x10 -#define CIO_MICR_PBVIS 0x08 -#define CIO_MICR_CTVIS 0x04 -#define CIO_MICR_RJA 0x02 -#define CIO_MICR_RESET 0x01 - -#define CIO_MCCR 0x01 /* Master config control register */ -#define CIO_MCCR_PBE 0x80 -#define CIO_MCCR_CT1E 0x40 -#define CIO_MCCR_CT2E 0x20 -#define CIO_MCCR_CT3E 0x10 -#define CIO_MCCR_PLC 0x08 -#define CIO_MCCR_PAE 0x04 - -#define CIO_CTMS1 0x1c /* Counter/timer mode specification #1 */ -#define CIO_CTMS2 0x1d /* Counter/timer mode specification #2 */ -#define CIO_CTMS3 0x1e /* Counter/timer mode specification #3 */ -#define CIO_CTMS_CSC 0x80 /* Continuous Single Cycle */ -#define CIO_CTMS_EOE 0x40 /* External Output Enable */ -#define CIO_CTMS_ECE 0x20 /* External Count Enable */ -#define CIO_CTMS_ETE 0x10 /* External Trigger Enable */ -#define CIO_CTMS_EGE 0x08 /* External Gate Enable */ -#define CIO_CTMS_REB 0x04 /* Retrigger Enable Bit */ -#define CIO_CTMS_PO 0x00 /* Pulse Output */ -#define CIO_CTMS_OSO 0x01 /* One Shot Output */ -#define CIO_CTMS_SWO 0x02 /* Square Wave Output */ - -#define CIO_IVR 0x04 /* Interrupt vector register */ - -#define CIO_CSR1 0x0a /* Command and status register CTC #1 */ -#define CIO_CSR2 0x0b /* Command and status register CTC #2 */ -#define CIO_CSR3 0x0c /* Command and status register CTC #3 */ - -#define CIO_CT1MSB 0x16 /* CTC #1 Timer constant - MSB */ -#define CIO_CT1LSB 0x17 /* CTC #1 Timer constant - LSB */ -#define CIO_CT2MSB 0x18 /* CTC #2 Timer constant - MSB */ -#define CIO_CT2LSB 0x19 /* CTC #2 Timer constant - LSB */ -#define CIO_CT3MSB 0x1a /* CTC #3 Timer constant - MSB */ -#define CIO_CT3LSB 0x1b /* CTC #3 Timer constant - LSB */ -#define CIO_PDCA 0x23 /* Port A data direction control */ -#define CIO_PDCB 0x2b /* Port B data direction control */ - -#define CIO_GCB 0x04 /* CTC Gate command bit */ -#define CIO_TCB 0x02 /* CTC Trigger command bit */ -#define CIO_IE 0xc0 /* CTC Interrupt enable (set) */ -#define CIO_CIP 0x20 /* CTC Clear interrupt pending */ -#define CIO_IP 0x20 /* CTC Interrupt pending */ - #define DART_BASE 0xfff82000 /* diff --git a/sys/arch/aviion/include/avcommon.h b/sys/arch/aviion/include/avcommon.h new file mode 100644 index 00000000000..f42e53993bb --- /dev/null +++ b/sys/arch/aviion/include/avcommon.h @@ -0,0 +1,188 @@ +/* $OpenBSD: avcommon.h,v 1.1 2006/05/21 12:22:03 miod Exp $ */ +/* + * Copyright (c) 1999 Steve Murphree, Jr. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by Steve Murphree, Jr. + * 4. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ +/* + * Mach Operating System + * Copyright (c) 1991 Carnegie Mellon University + * Copyright (c) 1991 OMRON Corporation + * All Rights Reserved. + * + * Permission to use, copy, modify and distribute this software and its + * documentation is hereby granted, provided that both the copyright + * notice and this permission notice appear in all copies of the + * software, derivative works or modified versions, and any portions + * thereof, and that both notices appear in supporting documentation. + * + */ + +#ifndef __MACHINE_AVCOMMON_H__ +#define __MACHINE_AVCOMMON_H__ + +/* + * Common declarations for hardware level device registers and such, + * for 88100-based designs. + */ + +/* per-processor interrupt enable registers */ +#define AV_IEN0 0xfff84004 /* interrupt enable CPU 0 */ +#define AV_IEN1 0xfff84008 /* interrupt enable CPU 1 */ +#define AV_IEN2 0xfff84010 /* interrupt enable CPU 2 */ +#define AV_IEN3 0xfff84020 /* interrupt enable CPU 3 */ +#define AV_IENALL 0xfff8403c /* simultaneous write */ +#define AV_IEN(cpu) (AV_IEN0 + ((cpu) << 2)) + +#define AV_IST 0xfff84040 /* interrupt status register */ + +#define INT_LEVEL 8 /* # of interrupt level + 1 */ +#define ISR_GET_CURRENT_MASK(cpu) \ + (*(volatile u_int *)AV_IST & int_mask_reg[cpu]) + +#define AV_ISTATE 0xfff84088 /* HW interrupt status */ +#define AV_CLRINT 0xfff8408c /* reset HW interrupt */ + +#define AV_GCSR 0xfff86000 /* global control and status reg */ +#define AV_UCSR 0xfff87000 /* utility control and status reg */ +#define AV_BASAD 0xfff87004 /* base address reg */ +#define AV_GLBRES 0xfff8700c /* global reset reg */ + +#define AV_GLOBAL0 0xfff86001 /* global control and status regs */ +#define AV_GLOBAL1 0xfff86003 +#define AV_LRST 0x80 +#define AV_SYSCON 0x40 +#define AV_BRDID 0xfff86005 +#define AV_CGCSR0 0xfff86007 +#define AV_CGCSR1 0xfff86009 +#define AV_CGCSR2 0xfff8600b +#define AV_CGCSR3 0xfff8600d +#define AV_CGCSR4 0xfff8600f +#define AV_UCSR 0xfff87000 /* utility control and status reg */ +#define AV_BASAD 0xfff87004 /* base address reg */ +#define AV_GLBRES 0xfff8700c /* global reset reg */ + +#define AV_CCSR 0xfff88000 /* CPU board control status reg */ +#define AV_ERROR 0xfff88004 /* Mbus fault reg */ +#define AV_PCNFA 0xfff88008 /* Pbus A decoder reg */ +#define AV_PCNFB 0xfff8800c /* Pbus B decoder reg */ +#define AV_EXTAD 0xfff88010 /* A24 master A24-A31 addr reg */ +#define AV_EXTAM 0xfff88014 /* AM3-AM0 addr modifiers reg */ +#define AV_WHOAMI 0xfff88018 /* whoami reg */ +#define AV_WMAD 0xfff88020 /* write mbus addr decoder reg */ +#define AV_RMAD 0xfff88024 /* read mbus addr decoder reg */ +#define AV_WVAD 0xfff88028 /* write vmebus addr decoder reg */ +#define AV_RVAD 0xfff8802c /* read vmebus adds decoder reg */ + +/* + * ISTATE and CLRINT register bits + */ + +#define ISTATE_ABORT 0x04 +#define ISTATE_ACFAIL 0x02 +#define ISTATE_SYSFAIL 0x01 + +/* + * UCSR register bits + */ + +#define UCSR_PWRUPBIT 0x00004000 /* powerup indicator */ +#define UCSR_DRVSFBIT 0x00002000 /* Board system fail */ +#define UCSR_BRIRQBIT 0x00001000 /* drives VME IRQ1 broadcast int */ +#define UCSR_ROBINBIT 0x00000800 /* sel round robin VME arbiter mode */ +#define UCSR_BRLVBITS 0x00000600 /* VME bus request level 0-3 */ +#define UCSR_RNEVERBIT 0x00000100 /* VME bus never release once req'd */ +#define UCSR_RONRBIT 0x00000080 /* VME bus req release on no request */ +#define UCSR_RWDBIT 0x00000040 /* VME bus request release when done */ +#define UCSR_EARBTOBIT 0x00000020 /* enable VME arbiter bus timeout */ +#define VTOSELBITS 0x00000018 /* VMEbus timeout select bits */ +#define VTO32US 0x00 /* 32 usec */ +#define VTO64US 0x01 /* 64 usec */ +#define VTO128US 0x10 /* 128 usec */ +#define VTODISABLE 0x18 /* disabled */ + +/* these are the various Z8536 CIO counter/timer registers */ +#define CIO_BASE 0xfff83000 +#define CIO_PORTC 0xfff83000 +#define CIO_PORTB 0xfff83004 +#define CIO_PORTA 0xfff83008 +#define CIO_CTRL 0xfff8300c + +#define CIO_MICR 0x00 /* Master interrupt control register */ +#define CIO_MICR_MIE 0x80 +#define CIO_MICR_DLC 0x40 +#define CIO_MICR_NV 0x20 +#define CIO_MICR_PAVIS 0x10 +#define CIO_MICR_PBVIS 0x08 +#define CIO_MICR_CTVIS 0x04 +#define CIO_MICR_RJA 0x02 +#define CIO_MICR_RESET 0x01 + +#define CIO_MCCR 0x01 /* Master config control register */ +#define CIO_MCCR_PBE 0x80 +#define CIO_MCCR_CT1E 0x40 +#define CIO_MCCR_CT2E 0x20 +#define CIO_MCCR_CT3E 0x10 +#define CIO_MCCR_PLC 0x08 +#define CIO_MCCR_PAE 0x04 + +#define CIO_CTMS1 0x1c /* Counter/timer mode specification #1 */ +#define CIO_CTMS2 0x1d /* Counter/timer mode specification #2 */ +#define CIO_CTMS3 0x1e /* Counter/timer mode specification #3 */ +#define CIO_CTMS_CSC 0x80 /* Continuous Single Cycle */ +#define CIO_CTMS_EOE 0x40 /* External Output Enable */ +#define CIO_CTMS_ECE 0x20 /* External Count Enable */ +#define CIO_CTMS_ETE 0x10 /* External Trigger Enable */ +#define CIO_CTMS_EGE 0x08 /* External Gate Enable */ +#define CIO_CTMS_REB 0x04 /* Retrigger Enable Bit */ +#define CIO_CTMS_PO 0x00 /* Pulse Output */ +#define CIO_CTMS_OSO 0x01 /* One Shot Output */ +#define CIO_CTMS_SWO 0x02 /* Square Wave Output */ + +#define CIO_IVR 0x04 /* Interrupt vector register */ + +#define CIO_CSR1 0x0a /* Command and status register CTC #1 */ +#define CIO_CSR2 0x0b /* Command and status register CTC #2 */ +#define CIO_CSR3 0x0c /* Command and status register CTC #3 */ + +#define CIO_CT1MSB 0x16 /* CTC #1 Timer constant - MSB */ +#define CIO_CT1LSB 0x17 /* CTC #1 Timer constant - LSB */ +#define CIO_CT2MSB 0x18 /* CTC #2 Timer constant - MSB */ +#define CIO_CT2LSB 0x19 /* CTC #2 Timer constant - LSB */ +#define CIO_CT3MSB 0x1a /* CTC #3 Timer constant - MSB */ +#define CIO_CT3LSB 0x1b /* CTC #3 Timer constant - LSB */ +#define CIO_PDCA 0x23 /* Port A data direction control */ +#define CIO_PDCB 0x2b /* Port B data direction control */ + +#define CIO_GCB 0x04 /* CTC Gate command bit */ +#define CIO_TCB 0x02 /* CTC Trigger command bit */ +#define CIO_IE 0xc0 /* CTC Interrupt enable (set) */ +#define CIO_CIP 0x20 /* CTC Clear interrupt pending */ +#define CIO_IP 0x20 /* CTC Interrupt pending */ + +#endif /* __MACHINE_AVCOMMON_H__ */ diff --git a/sys/arch/aviion/include/board.h b/sys/arch/aviion/include/board.h index 15bd2fac301..68f1c4055a8 100644 --- a/sys/arch/aviion/include/board.h +++ b/sys/arch/aviion/include/board.h @@ -1,4 +1,4 @@ -/* $OpenBSD: board.h,v 1.1 2006/05/20 12:04:54 miod Exp $ */ +/* $OpenBSD: board.h,v 1.2 2006/05/21 12:22:03 miod Exp $ */ /* * Copyright (c) 2006, Miodrag Vallat * @@ -29,6 +29,8 @@ #if !defined(_LOCORE) +#include <machine/pmap_table.h> + struct board { const char *descr; void (*bootstrap)(void); @@ -40,12 +42,14 @@ struct board { u_int (*getipl)(void); u_int (*setipl)(u_int); u_int (*raiseipl)(u_int); + + pmap_table_t ptable; }; #define md_interrupt_func(t, f) platform->intr(t, f) #define DECLARE_BOARD(b) \ -extern struct board board_av##b; \ +extern const struct board board_av##b; \ void av##b##_bootstrap(void); \ vaddr_t av##b##_memsize(void); \ void av##b##_startup(void); \ @@ -60,7 +64,7 @@ DECLARE_BOARD(530); DECLARE_BOARD(5000); DECLARE_BOARD(6280); -extern struct board *platform; /* just to have people confuse both names */ +extern const struct board *platform;/* just to have people confuse both names */ #endif /* _LOCORE */ #endif /* _MACHINE_BOARD_H_ */ |