Kconfig (d1c3d8bdfa41a7002bc9c9c0fe8cf7b41d573c0e) | Kconfig (5ef337a0371e2b2c7905e7e20a38b6bfc80bb708) |
---|---|
1menu "MIPS architecture" 2 depends on MIPS 3 4config SYS_ARCH 5 default "mips" 6 7config SYS_CPU 8 default "mips32" if CPU_MIPS32 --- 205 unchanged lines hidden (view full) --- 214 default 0x16100000 if TARGET_BOSTON 215 default 0x1fbf8000 216 help 217 The physical base address at which to map the MIPS Coherence Manager 218 Global Configuration Registers (GCRs). This should be set such that 219 the GCRs occupy a region of the physical address space which is 220 otherwise unused, or at minimum that software doesn't need to access. 221 | 1menu "MIPS architecture" 2 depends on MIPS 3 4config SYS_ARCH 5 default "mips" 6 7config SYS_CPU 8 default "mips32" if CPU_MIPS32 --- 205 unchanged lines hidden (view full) --- 214 default 0x16100000 if TARGET_BOSTON 215 default 0x1fbf8000 216 help 217 The physical base address at which to map the MIPS Coherence Manager 218 Global Configuration Registers (GCRs). This should be set such that 219 the GCRs occupy a region of the physical address space which is 220 otherwise unused, or at minimum that software doesn't need to access. 221 |
222config MIPS_CACHE_INDEX_BASE 223 hex "Index base address for cache initialisation" 224 default 0x80000000 if CPU_MIPS32 225 default 0xffffffff80000000 if CPU_MIPS64 226 help 227 This is the base address for a memory block, which is used for 228 initialising the cache lines. This is also the base address of a memory 229 block which is used for loading and filling cache lines when 230 SYS_MIPS_CACHE_INIT_RAM_LOAD is selected. 231 Normally this is CKSEG0. If the MIPS system needs to move this block 232 to some SRAM or ScratchPad RAM, adapt this option accordingly. 233 |
|
222endmenu 223 224menu "OS boot interface" 225 226config MIPS_BOOT_CMDLINE_LEGACY 227 bool "Hand over legacy command line to Linux kernel" 228 default y 229 help --- 189 unchanged lines hidden --- | 234endmenu 235 236menu "OS boot interface" 237 238config MIPS_BOOT_CMDLINE_LEGACY 239 bool "Hand over legacy command line to Linux kernel" 240 default y 241 help --- 189 unchanged lines hidden --- |