Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * S390 version |
Heiko Carstens | a53c8fa | 2012-07-20 11:15:04 +0200 | [diff] [blame] | 3 | * Copyright IBM Corp. 1999, 2010 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | #ifndef _ASM_S390_SETUP_H |
| 6 | #define _ASM_S390_SETUP_H |
| 7 | |
David Howells | 9807f75 | 2012-10-09 09:47:31 +0100 | [diff] [blame] | 8 | #include <uapi/asm/setup.h> |
Hendrik Brueckner | a0443fb | 2008-07-14 09:59:09 +0200 | [diff] [blame] | 9 | |
Heiko Carstens | 0defa3c | 2006-02-11 17:56:03 -0800 | [diff] [blame] | 10 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | #define PARMAREA 0x10400 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
| 13 | #ifndef __ASSEMBLY__ |
| 14 | |
Heiko Carstens | cbb870c | 2010-02-26 22:37:43 +0100 | [diff] [blame] | 15 | #include <asm/lowcore.h> |
| 16 | #include <asm/types.h> |
| 17 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | #define IPL_DEVICE (*(unsigned long *) (0x10400)) |
| 19 | #define INITRD_START (*(unsigned long *) (0x10408)) |
| 20 | #define INITRD_SIZE (*(unsigned long *) (0x10410)) |
Michael Holzheu | 60a0c68 | 2011-10-30 15:16:40 +0100 | [diff] [blame] | 21 | #define OLDMEM_BASE (*(unsigned long *) (0x10418)) |
| 22 | #define OLDMEM_SIZE (*(unsigned long *) (0x10420)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 23 | #define COMMAND_LINE ((char *) (0x10480)) |
| 24 | |
Heiko Carstens | 23d75d9 | 2009-02-19 15:19:01 +0100 | [diff] [blame] | 25 | extern int memory_end_set; |
| 26 | extern unsigned long memory_end; |
Philipp Hachtmann | 50be634 | 2014-01-29 18:16:01 +0100 | [diff] [blame] | 27 | extern unsigned long max_physmem_end; |
Heiko Carstens | 36a2bd4 | 2006-12-04 15:40:38 +0100 | [diff] [blame] | 28 | |
Philipp Hachtmann | 50be634 | 2014-01-29 18:16:01 +0100 | [diff] [blame] | 29 | extern void detect_memory_memblock(void); |
Heiko Carstens | 23d1742 | 2008-07-14 09:59:21 +0200 | [diff] [blame] | 30 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | /* |
| 32 | * Machine features detected in head.S |
| 33 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | |
Heiko Carstens | 2e5061e | 2008-04-30 13:38:45 +0200 | [diff] [blame] | 35 | #define MACHINE_FLAG_VM (1UL << 0) |
| 36 | #define MACHINE_FLAG_IEEE (1UL << 1) |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 37 | #define MACHINE_FLAG_CSP (1UL << 2) |
| 38 | #define MACHINE_FLAG_MVPG (1UL << 3) |
| 39 | #define MACHINE_FLAG_DIAG44 (1UL << 4) |
| 40 | #define MACHINE_FLAG_IDTE (1UL << 5) |
| 41 | #define MACHINE_FLAG_DIAG9C (1UL << 6) |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 42 | #define MACHINE_FLAG_KVM (1UL << 8) |
| 43 | #define MACHINE_FLAG_ESOP (1UL << 9) |
Heiko Carstens | 3c7ef08 | 2012-09-28 15:06:41 +0200 | [diff] [blame] | 44 | #define MACHINE_FLAG_EDAT1 (1UL << 10) |
Heiko Carstens | 85e9d0e | 2012-09-27 10:45:06 +0200 | [diff] [blame] | 45 | #define MACHINE_FLAG_EDAT2 (1UL << 11) |
Martin Schwidefsky | 27d7160 | 2010-02-26 22:37:38 +0100 | [diff] [blame] | 46 | #define MACHINE_FLAG_LPAR (1UL << 12) |
Hendrik Brueckner | 23d18e8 | 2013-02-11 18:11:09 +0100 | [diff] [blame] | 47 | #define MACHINE_FLAG_LPP (1UL << 13) |
Heiko Carstens | 9186d7a | 2010-10-25 16:10:52 +0200 | [diff] [blame] | 48 | #define MACHINE_FLAG_TOPOLOGY (1UL << 14) |
Martin Schwidefsky | d35339a | 2012-07-31 11:03:04 +0200 | [diff] [blame] | 49 | #define MACHINE_FLAG_TE (1UL << 15) |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 50 | #define MACHINE_FLAG_TLB_LC (1UL << 17) |
Martin Schwidefsky | 8070361 | 2014-10-06 17:53:53 +0200 | [diff] [blame] | 51 | #define MACHINE_FLAG_VX (1UL << 18) |
Martin Schwidefsky | 2c72a44 | 2015-01-14 17:52:33 +0100 | [diff] [blame] | 52 | #define MACHINE_FLAG_CAD (1UL << 19) |
Heiko Carstens | 2e5061e | 2008-04-30 13:38:45 +0200 | [diff] [blame] | 53 | |
Christian Ehrhardt | 25097bf | 2009-04-14 15:36:16 +0200 | [diff] [blame] | 54 | #define MACHINE_IS_VM (S390_lowcore.machine_flags & MACHINE_FLAG_VM) |
| 55 | #define MACHINE_IS_KVM (S390_lowcore.machine_flags & MACHINE_FLAG_KVM) |
Martin Schwidefsky | 27d7160 | 2010-02-26 22:37:38 +0100 | [diff] [blame] | 56 | #define MACHINE_IS_LPAR (S390_lowcore.machine_flags & MACHINE_FLAG_LPAR) |
| 57 | |
Christian Ehrhardt | 25097bf | 2009-04-14 15:36:16 +0200 | [diff] [blame] | 58 | #define MACHINE_HAS_DIAG9C (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG9C) |
Martin Schwidefsky | abf09be | 2012-11-07 13:17:37 +0100 | [diff] [blame] | 59 | #define MACHINE_HAS_ESOP (S390_lowcore.machine_flags & MACHINE_FLAG_ESOP) |
Heiko Carstens | 3c7ef08 | 2012-09-28 15:06:41 +0200 | [diff] [blame] | 60 | #define MACHINE_HAS_PFMF MACHINE_HAS_EDAT1 |
| 61 | #define MACHINE_HAS_HPAGE MACHINE_HAS_EDAT1 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | |
Christian Ehrhardt | 25097bf | 2009-04-14 15:36:16 +0200 | [diff] [blame] | 63 | #define MACHINE_HAS_IDTE (S390_lowcore.machine_flags & MACHINE_FLAG_IDTE) |
| 64 | #define MACHINE_HAS_DIAG44 (S390_lowcore.machine_flags & MACHINE_FLAG_DIAG44) |
Heiko Carstens | 3c7ef08 | 2012-09-28 15:06:41 +0200 | [diff] [blame] | 65 | #define MACHINE_HAS_EDAT1 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT1) |
Heiko Carstens | 85e9d0e | 2012-09-27 10:45:06 +0200 | [diff] [blame] | 66 | #define MACHINE_HAS_EDAT2 (S390_lowcore.machine_flags & MACHINE_FLAG_EDAT2) |
Hendrik Brueckner | 23d18e8 | 2013-02-11 18:11:09 +0100 | [diff] [blame] | 67 | #define MACHINE_HAS_LPP (S390_lowcore.machine_flags & MACHINE_FLAG_LPP) |
Heiko Carstens | 9186d7a | 2010-10-25 16:10:52 +0200 | [diff] [blame] | 68 | #define MACHINE_HAS_TOPOLOGY (S390_lowcore.machine_flags & MACHINE_FLAG_TOPOLOGY) |
Martin Schwidefsky | d35339a | 2012-07-31 11:03:04 +0200 | [diff] [blame] | 69 | #define MACHINE_HAS_TE (S390_lowcore.machine_flags & MACHINE_FLAG_TE) |
Martin Schwidefsky | 1b948d6 | 2014-04-03 13:55:01 +0200 | [diff] [blame] | 70 | #define MACHINE_HAS_TLB_LC (S390_lowcore.machine_flags & MACHINE_FLAG_TLB_LC) |
Martin Schwidefsky | 8070361 | 2014-10-06 17:53:53 +0200 | [diff] [blame] | 71 | #define MACHINE_HAS_VX (S390_lowcore.machine_flags & MACHINE_FLAG_VX) |
Martin Schwidefsky | 2c72a44 | 2015-01-14 17:52:33 +0100 | [diff] [blame] | 72 | #define MACHINE_HAS_CAD (S390_lowcore.machine_flags & MACHINE_FLAG_CAD) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | /* |
| 75 | * Console mode. Override with conmode= |
| 76 | */ |
| 77 | extern unsigned int console_mode; |
| 78 | extern unsigned int console_devno; |
| 79 | extern unsigned int console_irq; |
| 80 | |
Heiko Carstens | 2b67fc4 | 2007-02-05 21:16:47 +0100 | [diff] [blame] | 81 | extern char vmhalt_cmd[]; |
| 82 | extern char vmpoff_cmd[]; |
| 83 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | #define CONSOLE_IS_UNDEFINED (console_mode == 0) |
| 85 | #define CONSOLE_IS_SCLP (console_mode == 1) |
| 86 | #define CONSOLE_IS_3215 (console_mode == 2) |
| 87 | #define CONSOLE_IS_3270 (console_mode == 3) |
| 88 | #define SET_CONSOLE_SCLP do { console_mode = 1; } while (0) |
| 89 | #define SET_CONSOLE_3215 do { console_mode = 2; } while (0) |
| 90 | #define SET_CONSOLE_3270 do { console_mode = 3; } while (0) |
| 91 | |
Hongjie Yang | fe355b7 | 2007-02-05 21:18:24 +0100 | [diff] [blame] | 92 | #define NSS_NAME_SIZE 8 |
Hongjie Yang | fe355b7 | 2007-02-05 21:18:24 +0100 | [diff] [blame] | 93 | extern char kernel_nss_name[]; |
| 94 | |
David Howells | a0616cd | 2012-03-28 18:30:02 +0100 | [diff] [blame] | 95 | #ifdef CONFIG_PFAULT |
| 96 | extern int pfault_init(void); |
| 97 | extern void pfault_fini(void); |
| 98 | #else /* CONFIG_PFAULT */ |
| 99 | #define pfault_init() ({-1;}) |
| 100 | #define pfault_fini() do { } while (0) |
| 101 | #endif /* CONFIG_PFAULT */ |
| 102 | |
| 103 | extern void cmma_init(void); |
| 104 | |
| 105 | extern void (*_machine_restart)(char *command); |
| 106 | extern void (*_machine_halt)(void); |
| 107 | extern void (*_machine_power_off)(void); |
| 108 | |
Heiko Carstens | 0defa3c | 2006-02-11 17:56:03 -0800 | [diff] [blame] | 109 | #else /* __ASSEMBLY__ */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | #define IPL_DEVICE 0x10400 |
| 112 | #define INITRD_START 0x10408 |
| 113 | #define INITRD_SIZE 0x10410 |
Michael Holzheu | 60a0c68 | 2011-10-30 15:16:40 +0100 | [diff] [blame] | 114 | #define OLDMEM_BASE 0x10418 |
| 115 | #define OLDMEM_SIZE 0x10420 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | #define COMMAND_LINE 0x10480 |
| 117 | |
Heiko Carstens | 0defa3c | 2006-02-11 17:56:03 -0800 | [diff] [blame] | 118 | #endif /* __ASSEMBLY__ */ |
Heiko Carstens | 0defa3c | 2006-02-11 17:56:03 -0800 | [diff] [blame] | 119 | #endif /* _ASM_S390_SETUP_H */ |