Kconfig (435f81f4a24206f82ce10d430fa6f312cee80669) Kconfig (05f94eebd55ef69a354d3ea70179e40ea4c34de6)
1config SIBYTE_SB1250
2 bool
3 select CEVT_SB1250
4 select CSRC_SB1250
5 select HW_HAS_PCI
6 select IRQ_CPU
7 select SIBYTE_ENABLE_LDT_IF_PCI
8 select SIBYTE_HAS_ZBUS_PROFILING

--- 61 unchanged lines hidden (view full) ---

70config SIBYTE_SB1xxx_SOC
71 bool
72 select DMA_COHERENT
73 select IRQ_CPU
74 select SIBYTE_CFE
75 select SWAP_IO_SPACE
76 select SYS_SUPPORTS_32BIT_KERNEL
77 select SYS_SUPPORTS_64BIT_KERNEL
1config SIBYTE_SB1250
2 bool
3 select CEVT_SB1250
4 select CSRC_SB1250
5 select HW_HAS_PCI
6 select IRQ_CPU
7 select SIBYTE_ENABLE_LDT_IF_PCI
8 select SIBYTE_HAS_ZBUS_PROFILING

--- 61 unchanged lines hidden (view full) ---

70config SIBYTE_SB1xxx_SOC
71 bool
72 select DMA_COHERENT
73 select IRQ_CPU
74 select SIBYTE_CFE
75 select SWAP_IO_SPACE
76 select SYS_SUPPORTS_32BIT_KERNEL
77 select SYS_SUPPORTS_64BIT_KERNEL
78 select CFE
79 select SYS_HAS_EARLY_PRINTK
78
79choice
80 prompt "SiByte SOC Stepping"
81 depends on SIBYTE_SB1xxx_SOC
82
83config CPU_SB1_PASS_1
84 bool "1250 Pass1"
85 depends on SIBYTE_SB1250

--- 45 unchanged lines hidden (view full) ---

131config SB1_CEX_ALWAYS_FATAL
132 bool "All cache exceptions considered fatal (no recovery attempted)"
133 depends on SIBYTE_SB1xxx_SOC
134
135config SB1_CERR_STALL
136 bool "Stall (rather than panic) on fatal cache error"
137 depends on SIBYTE_SB1xxx_SOC
138
80
81choice
82 prompt "SiByte SOC Stepping"
83 depends on SIBYTE_SB1xxx_SOC
84
85config CPU_SB1_PASS_1
86 bool "1250 Pass1"
87 depends on SIBYTE_SB1250

--- 45 unchanged lines hidden (view full) ---

133config SB1_CEX_ALWAYS_FATAL
134 bool "All cache exceptions considered fatal (no recovery attempted)"
135 depends on SIBYTE_SB1xxx_SOC
136
137config SB1_CERR_STALL
138 bool "Stall (rather than panic) on fatal cache error"
139 depends on SIBYTE_SB1xxx_SOC
140
139config SIBYTE_CFE
140 bool "Booting from CFE"
141 depends on SIBYTE_SB1xxx_SOC
142 select CFE
143 select SYS_HAS_EARLY_PRINTK
144 help
145 Make use of the CFE API for enumerating available memory,
146 controlling secondary CPUs, and possibly console output.
147
148config SIBYTE_CFE_CONSOLE
149 bool "Use firmware console"
141config SIBYTE_CFE_CONSOLE
142 bool "Use firmware console"
150 depends on SIBYTE_CFE
143 depends on SIBYTE_SB1xxx_SOC
151 help
152 Use the CFE API's console write routines during boot. Other console
153 options (VT console, sb1250 duart console, etc.) should not be
154 configured.
155
144 help
145 Use the CFE API's console write routines during boot. Other console
146 options (VT console, sb1250 duart console, etc.) should not be
147 configured.
148
156config SIBYTE_STANDALONE
157 bool
158 depends on SIBYTE_SB1xxx_SOC && !SIBYTE_CFE
159 select SYS_HAS_EARLY_PRINTK
160 default y
161
162config SIBYTE_STANDALONE_RAM_SIZE
163 int "Memory size (in megabytes)"
164 depends on SIBYTE_STANDALONE
165 default "32"
166
167config SIBYTE_BUS_WATCHER
168 bool "Support for Bus Watcher statistics"
169 depends on SIBYTE_SB1xxx_SOC
170 help
171 Handle and keep statistics on the bus error interrupts (COR_ECC,
172 BAD_ECC, IO_BUS).
173
174config SIBYTE_BW_TRACE

--- 15 unchanged lines hidden ---
149config SIBYTE_BUS_WATCHER
150 bool "Support for Bus Watcher statistics"
151 depends on SIBYTE_SB1xxx_SOC
152 help
153 Handle and keep statistics on the bus error interrupts (COR_ECC,
154 BAD_ECC, IO_BUS).
155
156config SIBYTE_BW_TRACE

--- 15 unchanged lines hidden ---