Kconfig (4832b992553ef6c714c604809d9d3f0f4d137b7e) Kconfig (684151a75bf25f5aeb8a23010da91a34e17b7353)
1config 64BIT
2 bool "64-bit kernel" if ARCH = "sparc"
3 default ARCH = "sparc64"
4 help
5 SPARC is a family of RISC microprocessors designed and marketed by
6 Sun Microsystems, incorporated. They are very widely found in Sun
7 workstations and clones.
8

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

456 ---help---
457 If you say Y here if you are running on a SPARC-LEON processor.
458 The LEON processor is a synthesizable VHDL model of the
459 SPARC-v8 standard. LEON is part of the GRLIB collection of
460 IP cores that are distributed under GPL. GRLIB can be downloaded
461 from www.gaisler.com. You can download a sparc-linux cross-compilation
462 toolchain at www.gaisler.com.
463
1config 64BIT
2 bool "64-bit kernel" if ARCH = "sparc"
3 default ARCH = "sparc64"
4 help
5 SPARC is a family of RISC microprocessors designed and marketed by
6 Sun Microsystems, incorporated. They are very widely found in Sun
7 workstations and clones.
8

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

456 ---help---
457 If you say Y here if you are running on a SPARC-LEON processor.
458 The LEON processor is a synthesizable VHDL model of the
459 SPARC-v8 standard. LEON is part of the GRLIB collection of
460 IP cores that are distributed under GPL. GRLIB can be downloaded
461 from www.gaisler.com. You can download a sparc-linux cross-compilation
462 toolchain at www.gaisler.com.
463
464if SPARC_LEON
465menu "U-Boot options"
466
467config UBOOT_LOAD_ADDR
468 hex "uImage Load Address"
469 default 0x40004000
470 ---help---
471 U-Boot kernel load address, the address in physical address space
472 where u-boot will place the Linux kernel before booting it.
473 This address is normally the base address of main memory + 0x4000.
474
475config UBOOT_FLASH_ADDR
476 hex "uImage.o Load Address"
477 default 0x00080000
478 ---help---
479 Optional setting only affecting the uImage.o ELF-image used to
480 download the uImage file to the target using a ELF-loader other than
481 U-Boot. It may for example be used to download an uImage to FLASH with
482 the GRMON utility before even starting u-boot.
483
484config UBOOT_ENTRY_ADDR
485 hex "uImage Entry Address"
486 default 0xf0004000
487 ---help---
488 Do not change this unless you know what you're doing. This is
489 hardcoded by the SPARC32 and LEON port.
490
491 This is the virtual address u-boot jumps to when booting the Linux
492 Kernel.
493
464endmenu
494endmenu
495endif
465
496
497endmenu
498
466menu "Bus options (PCI etc.)"
467config SBUS
468 bool
469 default y
470
471config SBUSCHAR
472 bool
473 default y

--- 88 unchanged lines hidden ---
499menu "Bus options (PCI etc.)"
500config SBUS
501 bool
502 default y
503
504config SBUSCHAR
505 bool
506 default y

--- 88 unchanged lines hidden ---