blob: 5d72eda8a11b7b4a813b97d25c2734c192618ed0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * include/asm-s390/setup.h
3 *
4 * S390 version
5 * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
6 */
7
8#ifndef _ASM_S390_SETUP_H
9#define _ASM_S390_SETUP_H
10
Heiko Carstens0defa3c2006-02-11 17:56:03 -080011#ifdef __KERNEL__
12
Heiko Carstens1e8e3382005-10-30 15:00:11 -080013#include <asm/types.h>
14
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#define PARMAREA 0x10400
16#define COMMAND_LINE_SIZE 896
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#define MEMORY_CHUNKS 16 /* max 0x7fff */
Heiko Carstens1e8e3382005-10-30 15:00:11 -080018#define IPL_PARMBLOCK_ORIGIN 0x2000
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
20#ifndef __ASSEMBLY__
21
22#ifndef __s390x__
23#define IPL_DEVICE (*(unsigned long *) (0x10404))
24#define INITRD_START (*(unsigned long *) (0x1040C))
25#define INITRD_SIZE (*(unsigned long *) (0x10414))
26#else /* __s390x__ */
27#define IPL_DEVICE (*(unsigned long *) (0x10400))
28#define INITRD_START (*(unsigned long *) (0x10408))
29#define INITRD_SIZE (*(unsigned long *) (0x10410))
30#endif /* __s390x__ */
31#define COMMAND_LINE ((char *) (0x10480))
32
33/*
34 * Machine features detected in head.S
35 */
36extern unsigned long machine_flags;
37
38#define MACHINE_IS_VM (machine_flags & 1)
39#define MACHINE_IS_P390 (machine_flags & 4)
40#define MACHINE_HAS_MVPG (machine_flags & 16)
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#define MACHINE_HAS_IDTE (machine_flags & 128)
Martin Schwidefsky3c1fcfe2006-09-30 23:27:45 -070042#define MACHINE_HAS_DIAG9C (machine_flags & 256)
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
44#ifndef __s390x__
45#define MACHINE_HAS_IEEE (machine_flags & 2)
46#define MACHINE_HAS_CSP (machine_flags & 8)
Heiko Carstensabdba612006-07-12 16:39:58 +020047#define MACHINE_HAS_DIAG44 (1)
Gerald Schaefer6c2a9e62006-09-20 15:59:44 +020048#define MACHINE_HAS_MVCOS (0)
Linus Torvalds1da177e2005-04-16 15:20:36 -070049#else /* __s390x__ */
50#define MACHINE_HAS_IEEE (1)
51#define MACHINE_HAS_CSP (1)
Heiko Carstensabdba612006-07-12 16:39:58 +020052#define MACHINE_HAS_DIAG44 (machine_flags & 32)
Gerald Schaefer6c2a9e62006-09-20 15:59:44 +020053#define MACHINE_HAS_MVCOS (machine_flags & 512)
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#endif /* __s390x__ */
55
56
57#define MACHINE_HAS_SCLP (!MACHINE_IS_P390)
58
59/*
60 * Console mode. Override with conmode=
61 */
62extern unsigned int console_mode;
63extern unsigned int console_devno;
64extern unsigned int console_irq;
65
66#define CONSOLE_IS_UNDEFINED (console_mode == 0)
67#define CONSOLE_IS_SCLP (console_mode == 1)
68#define CONSOLE_IS_3215 (console_mode == 2)
69#define CONSOLE_IS_3270 (console_mode == 3)
70#define SET_CONSOLE_SCLP do { console_mode = 1; } while (0)
71#define SET_CONSOLE_3215 do { console_mode = 2; } while (0)
72#define SET_CONSOLE_3270 do { console_mode = 3; } while (0)
73
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020074
75struct ipl_list_hdr {
76 u32 len;
77 u8 reserved1[3];
Heiko Carstens1e8e3382005-10-30 15:00:11 -080078 u8 version;
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020079 u32 blk0_len;
80 u8 pbt;
81 u8 flags;
82 u16 reserved2;
Heiko Carstens1e8e3382005-10-30 15:00:11 -080083} __attribute__((packed));
84
85struct ipl_block_fcp {
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020086 u8 reserved1[313-1];
87 u8 opt;
88 u8 reserved2[3];
89 u16 reserved3;
Heiko Carstens1e8e3382005-10-30 15:00:11 -080090 u16 devno;
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020091 u8 reserved4[4];
Heiko Carstens1e8e3382005-10-30 15:00:11 -080092 u64 wwpn;
93 u64 lun;
94 u32 bootprog;
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020095 u8 reserved5[12];
Heiko Carstens1e8e3382005-10-30 15:00:11 -080096 u64 br_lba;
97 u32 scp_data_len;
Michael Holzheuff6b8ea2006-09-20 15:58:49 +020098 u8 reserved6[260];
Heiko Carstens1e8e3382005-10-30 15:00:11 -080099 u8 scp_data[];
100} __attribute__((packed));
101
Michael Holzheuff6b8ea2006-09-20 15:58:49 +0200102struct ipl_block_ccw {
103 u8 load_param[8];
104 u8 reserved1[84];
105 u8 reserved2[2];
106 u16 devno;
107 u8 vm_flags;
108 u8 reserved3[3];
109 u32 vm_parm_len;
Heiko Carstens1e8e3382005-10-30 15:00:11 -0800110} __attribute__((packed));
111
Michael Holzheuff6b8ea2006-09-20 15:58:49 +0200112struct ipl_parameter_block {
113 struct ipl_list_hdr hdr;
114 union {
115 struct ipl_block_fcp fcp;
116 struct ipl_block_ccw ccw;
117 } ipl_info;
118} __attribute__((packed));
Heiko Carstens1e8e3382005-10-30 15:00:11 -0800119
Michael Holzheuff6b8ea2006-09-20 15:58:49 +0200120#define IPL_PARM_BLK_FCP_LEN (sizeof(struct ipl_list_hdr) + \
121 sizeof(struct ipl_block_fcp))
122
123#define IPL_PARM_BLK_CCW_LEN (sizeof(struct ipl_list_hdr) + \
124 sizeof(struct ipl_block_ccw))
125
126#define IPL_MAX_SUPPORTED_VERSION (0)
Heiko Carstens1e8e3382005-10-30 15:00:11 -0800127
128/*
129 * IPL validity flags and parameters as detected in head.S
130 */
Heiko Carstense87bfe52006-09-20 15:59:15 +0200131extern u32 ipl_flags;
Heiko Carstens1e8e3382005-10-30 15:00:11 -0800132extern u16 ipl_devno;
133
Michael Holzheuff6b8ea2006-09-20 15:58:49 +0200134void do_reipl(void);
135
Heiko Carstense87bfe52006-09-20 15:59:15 +0200136enum {
137 IPL_DEVNO_VALID = 1,
138 IPL_PARMBLOCK_VALID = 2,
139};
Heiko Carstens1e8e3382005-10-30 15:00:11 -0800140
141#define IPL_PARMBLOCK_START ((struct ipl_parameter_block *) \
142 IPL_PARMBLOCK_ORIGIN)
Michael Holzheuff6b8ea2006-09-20 15:58:49 +0200143#define IPL_PARMBLOCK_SIZE (IPL_PARMBLOCK_START->hdr.len)
Heiko Carstens1e8e3382005-10-30 15:00:11 -0800144
Heiko Carstens0defa3c2006-02-11 17:56:03 -0800145#else /* __ASSEMBLY__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146
147#ifndef __s390x__
148#define IPL_DEVICE 0x10404
149#define INITRD_START 0x1040C
150#define INITRD_SIZE 0x10414
151#else /* __s390x__ */
152#define IPL_DEVICE 0x10400
153#define INITRD_START 0x10408
154#define INITRD_SIZE 0x10410
155#endif /* __s390x__ */
156#define COMMAND_LINE 0x10480
157
Heiko Carstens0defa3c2006-02-11 17:56:03 -0800158#endif /* __ASSEMBLY__ */
159#endif /* __KERNEL__ */
160#endif /* _ASM_S390_SETUP_H */