diff options
Diffstat (limited to 'arch')
71 files changed, 0 insertions, 3730 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 823a6285c55a..1619cf2c9ff0 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -131,20 +131,6 @@ config MACH_JAZZ | |||
131 | Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and | 131 | Members include the Acer PICA, MIPS Magnum 4000, MIPS Millenium and |
132 | Olivetti M700-10 workstations. | 132 | Olivetti M700-10 workstations. |
133 | 133 | ||
134 | config LASAT | ||
135 | bool "LASAT Networks platforms" | ||
136 | select DMA_NONCOHERENT | ||
137 | select SYS_HAS_EARLY_PRINTK | ||
138 | select HW_HAS_PCI | ||
139 | select PCI_GT64XXX_PCI0 | ||
140 | select MIPS_NILE4 | ||
141 | select R5000_CPU_SCACHE | ||
142 | select SYS_HAS_CPU_R5000 | ||
143 | select SYS_SUPPORTS_32BIT_KERNEL | ||
144 | select SYS_SUPPORTS_64BIT_KERNEL if BROKEN | ||
145 | select SYS_SUPPORTS_LITTLE_ENDIAN | ||
146 | select GENERIC_HARDIRQS_NO__DO_IRQ | ||
147 | |||
148 | config MIPS_ATLAS | 134 | config MIPS_ATLAS |
149 | bool "MIPS Atlas board" | 135 | bool "MIPS Atlas board" |
150 | select BOOT_ELF32 | 136 | select BOOT_ELF32 |
@@ -670,7 +656,6 @@ endchoice | |||
670 | source "arch/mips/au1000/Kconfig" | 656 | source "arch/mips/au1000/Kconfig" |
671 | source "arch/mips/ddb5xxx/Kconfig" | 657 | source "arch/mips/ddb5xxx/Kconfig" |
672 | source "arch/mips/jazz/Kconfig" | 658 | source "arch/mips/jazz/Kconfig" |
673 | source "arch/mips/lasat/Kconfig" | ||
674 | source "arch/mips/pmc-sierra/Kconfig" | 659 | source "arch/mips/pmc-sierra/Kconfig" |
675 | source "arch/mips/sgi-ip27/Kconfig" | 660 | source "arch/mips/sgi-ip27/Kconfig" |
676 | source "arch/mips/sibyte/Kconfig" | 661 | source "arch/mips/sibyte/Kconfig" |
@@ -779,9 +764,6 @@ config MIPS_BONITO64 | |||
779 | config MIPS_MSC | 764 | config MIPS_MSC |
780 | bool | 765 | bool |
781 | 766 | ||
782 | config MIPS_NILE4 | ||
783 | bool | ||
784 | |||
785 | config MIPS_DISABLE_OBSOLETE_IDE | 767 | config MIPS_DISABLE_OBSOLETE_IDE |
786 | bool | 768 | bool |
787 | 769 | ||
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 96d4abbd7b30..0c270b6ee24c 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -389,10 +389,6 @@ core-$(CONFIG_DDB5XXX_COMMON) += arch/mips/ddb5xxx/common/ | |||
389 | core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/ | 389 | core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/ |
390 | load-$(CONFIG_DDB5477) += 0xffffffff80100000 | 390 | load-$(CONFIG_DDB5477) += 0xffffffff80100000 |
391 | 391 | ||
392 | core-$(CONFIG_LASAT) += arch/mips/lasat/ | ||
393 | cflags-$(CONFIG_LASAT) += -Iinclude/asm-mips/mach-lasat | ||
394 | load-$(CONFIG_LASAT) += 0xffffffff80000000 | ||
395 | |||
396 | # | 392 | # |
397 | # Common VR41xx | 393 | # Common VR41xx |
398 | # | 394 | # |
@@ -641,11 +637,6 @@ core-y += arch/mips/kernel/ arch/mips/mm/ arch/mips/math-emu/ | |||
641 | 637 | ||
642 | drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ | 638 | drivers-$(CONFIG_OPROFILE) += arch/mips/oprofile/ |
643 | 639 | ||
644 | ifdef CONFIG_LASAT | ||
645 | rom.bin rom.sw: vmlinux | ||
646 | $(Q)$(MAKE) $(build)=arch/mips/lasat/image $@ | ||
647 | endif | ||
648 | |||
649 | # | 640 | # |
650 | # Some machines like the Indy need 32-bit ELF binaries for booting purposes. | 641 | # Some machines like the Indy need 32-bit ELF binaries for booting purposes. |
651 | # Other need ECOFF, so we build a 32-bit ELF binary for them which we then | 642 | # Other need ECOFF, so we build a 32-bit ELF binary for them which we then |
@@ -715,7 +706,6 @@ endif | |||
715 | 706 | ||
716 | archclean: | 707 | archclean: |
717 | @$(MAKE) $(clean)=arch/mips/boot | 708 | @$(MAKE) $(clean)=arch/mips/boot |
718 | @$(MAKE) $(clean)=arch/mips/lasat | ||
719 | 709 | ||
720 | CLEAN_FILES += vmlinux.32 \ | 710 | CLEAN_FILES += vmlinux.32 \ |
721 | vmlinux.64 \ | 711 | vmlinux.64 \ |
diff --git a/arch/mips/configs/atlas_defconfig b/arch/mips/configs/atlas_defconfig index de855d1fc01f..6480571de944 100644 --- a/arch/mips/configs/atlas_defconfig +++ b/arch/mips/configs/atlas_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | CONFIG_MIPS_ATLAS=y | 29 | CONFIG_MIPS_ATLAS=y |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/bigsur_defconfig b/arch/mips/configs/bigsur_defconfig index bf88a6ce8042..9c75795cba08 100644 --- a/arch/mips/configs/bigsur_defconfig +++ b/arch/mips/configs/bigsur_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/capcella_defconfig b/arch/mips/configs/capcella_defconfig index 7582709874c3..0152730fb4d1 100644 --- a/arch/mips/configs/capcella_defconfig +++ b/arch/mips/configs/capcella_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/cobalt_defconfig b/arch/mips/configs/cobalt_defconfig index 9c5750c91810..521311ad9528 100644 --- a/arch/mips/configs/cobalt_defconfig +++ b/arch/mips/configs/cobalt_defconfig | |||
@@ -13,7 +13,6 @@ CONFIG_MIPS=y | |||
13 | CONFIG_MIPS_COBALT=y | 13 | CONFIG_MIPS_COBALT=y |
14 | # CONFIG_MACH_DECSTATION is not set | 14 | # CONFIG_MACH_DECSTATION is not set |
15 | # CONFIG_MACH_JAZZ is not set | 15 | # CONFIG_MACH_JAZZ is not set |
16 | # CONFIG_LASAT is not set | ||
17 | # CONFIG_MIPS_ATLAS is not set | 16 | # CONFIG_MIPS_ATLAS is not set |
18 | # CONFIG_MIPS_MALTA is not set | 17 | # CONFIG_MIPS_MALTA is not set |
19 | # CONFIG_MIPS_SEAD is not set | 18 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/db1000_defconfig b/arch/mips/configs/db1000_defconfig index bbf007a69105..f3b0bc7abb56 100644 --- a/arch/mips/configs/db1000_defconfig +++ b/arch/mips/configs/db1000_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_MIPS_DB1000=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/db1100_defconfig b/arch/mips/configs/db1100_defconfig index 384e41afb544..b9ebb301a523 100644 --- a/arch/mips/configs/db1100_defconfig +++ b/arch/mips/configs/db1100_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_MIPS_DB1100=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/db1200_defconfig b/arch/mips/configs/db1200_defconfig index 76c3c46851a7..cfebcca2f938 100644 --- a/arch/mips/configs/db1200_defconfig +++ b/arch/mips/configs/db1200_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_MIPS_DB1200=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/db1500_defconfig b/arch/mips/configs/db1500_defconfig index 89c458086e6e..213ef385ff09 100644 --- a/arch/mips/configs/db1500_defconfig +++ b/arch/mips/configs/db1500_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_MIPS_DB1500=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/db1550_defconfig b/arch/mips/configs/db1550_defconfig index c83ba3cc1f05..aa40611fb00b 100644 --- a/arch/mips/configs/db1550_defconfig +++ b/arch/mips/configs/db1550_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_MIPS_DB1550=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/ddb5477_defconfig b/arch/mips/configs/ddb5477_defconfig index 7ec230ed225a..1f4acce27659 100644 --- a/arch/mips/configs/ddb5477_defconfig +++ b/arch/mips/configs/ddb5477_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/decstation_defconfig b/arch/mips/configs/decstation_defconfig index 2a4948a2d7d3..a08b99a0379d 100644 --- a/arch/mips/configs/decstation_defconfig +++ b/arch/mips/configs/decstation_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | CONFIG_MACH_DECSTATION=y | 27 | CONFIG_MACH_DECSTATION=y |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/e55_defconfig b/arch/mips/configs/e55_defconfig index d853278fce65..938da2d7b19d 100644 --- a/arch/mips/configs/e55_defconfig +++ b/arch/mips/configs/e55_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/emma2rh_defconfig b/arch/mips/configs/emma2rh_defconfig index 31f03f8113ee..dab9aba49487 100644 --- a/arch/mips/configs/emma2rh_defconfig +++ b/arch/mips/configs/emma2rh_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/excite_defconfig b/arch/mips/configs/excite_defconfig index b1a9e0b3067e..a828c04d1afe 100644 --- a/arch/mips/configs/excite_defconfig +++ b/arch/mips/configs/excite_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_BASLER_EXCITE=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/fulong_defconfig b/arch/mips/configs/fulong_defconfig index 549f61b5896a..f15559fa578d 100644 --- a/arch/mips/configs/fulong_defconfig +++ b/arch/mips/configs/fulong_defconfig | |||
@@ -14,7 +14,6 @@ CONFIG_LEMOTE_FULONG=y | |||
14 | # CONFIG_MIPS_COBALT is not set | 14 | # CONFIG_MIPS_COBALT is not set |
15 | # CONFIG_MACH_DECSTATION is not set | 15 | # CONFIG_MACH_DECSTATION is not set |
16 | # CONFIG_MACH_JAZZ is not set | 16 | # CONFIG_MACH_JAZZ is not set |
17 | # CONFIG_LASAT is not set | ||
18 | # CONFIG_MIPS_ATLAS is not set | 17 | # CONFIG_MIPS_ATLAS is not set |
19 | # CONFIG_MIPS_MALTA is not set | 18 | # CONFIG_MIPS_MALTA is not set |
20 | # CONFIG_MIPS_SEAD is not set | 19 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/ip22_defconfig b/arch/mips/configs/ip22_defconfig index 2f2243658aad..cc0530ef33f2 100644 --- a/arch/mips/configs/ip22_defconfig +++ b/arch/mips/configs/ip22_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index 267af44f97ab..482f2fa120df 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/ip32_defconfig b/arch/mips/configs/ip32_defconfig index 00ec6ed5e550..f9f58d0906ba 100644 --- a/arch/mips/configs/ip32_defconfig +++ b/arch/mips/configs/ip32_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/jazz_defconfig b/arch/mips/configs/jazz_defconfig index 12c02656013e..bc4e30fe4e22 100644 --- a/arch/mips/configs/jazz_defconfig +++ b/arch/mips/configs/jazz_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | CONFIG_MACH_JAZZ=y | 28 | CONFIG_MACH_JAZZ=y |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/jmr3927_defconfig b/arch/mips/configs/jmr3927_defconfig index 61235a552df2..baa1736c21cd 100644 --- a/arch/mips/configs/jmr3927_defconfig +++ b/arch/mips/configs/jmr3927_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/lasat200_defconfig b/arch/mips/configs/lasat200_defconfig deleted file mode 100644 index c427c08efb6c..000000000000 --- a/arch/mips/configs/lasat200_defconfig +++ /dev/null | |||
@@ -1,1116 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.20 | ||
4 | # Tue Feb 20 21:47:34 2007 | ||
5 | # | ||
6 | CONFIG_MIPS=y | ||
7 | |||
8 | # | ||
9 | # Machine selection | ||
10 | # | ||
11 | CONFIG_ZONE_DMA=y | ||
12 | # CONFIG_MIPS_MTX1 is not set | ||
13 | # CONFIG_MIPS_BOSPORUS is not set | ||
14 | # CONFIG_MIPS_PB1000 is not set | ||
15 | # CONFIG_MIPS_PB1100 is not set | ||
16 | # CONFIG_MIPS_PB1500 is not set | ||
17 | # CONFIG_MIPS_PB1550 is not set | ||
18 | # CONFIG_MIPS_PB1200 is not set | ||
19 | # CONFIG_MIPS_DB1000 is not set | ||
20 | # CONFIG_MIPS_DB1100 is not set | ||
21 | # CONFIG_MIPS_DB1500 is not set | ||
22 | # CONFIG_MIPS_DB1550 is not set | ||
23 | # CONFIG_MIPS_DB1200 is not set | ||
24 | # CONFIG_MIPS_MIRAGE is not set | ||
25 | # CONFIG_BASLER_EXCITE is not set | ||
26 | # CONFIG_MIPS_COBALT is not set | ||
27 | # CONFIG_MACH_DECSTATION is not set | ||
28 | # CONFIG_MACH_JAZZ is not set | ||
29 | CONFIG_LASAT=y | ||
30 | # CONFIG_MIPS_ATLAS is not set | ||
31 | # CONFIG_MIPS_MALTA is not set | ||
32 | # CONFIG_MIPS_SEAD is not set | ||
33 | # CONFIG_WR_PPMC is not set | ||
34 | # CONFIG_MIPS_SIM is not set | ||
35 | # CONFIG_MOMENCO_JAGUAR_ATX is not set | ||
36 | # CONFIG_MOMENCO_OCELOT is not set | ||
37 | # CONFIG_MOMENCO_OCELOT_3 is not set | ||
38 | # CONFIG_MOMENCO_OCELOT_G is not set | ||
39 | # CONFIG_MIPS_XXS1500 is not set | ||
40 | # CONFIG_PNX8550_JBS is not set | ||
41 | # CONFIG_PNX8550_STB810 is not set | ||
42 | # CONFIG_DDB5477 is not set | ||
43 | # CONFIG_MACH_VR41XX is not set | ||
44 | # CONFIG_PMC_YOSEMITE is not set | ||
45 | # CONFIG_QEMU is not set | ||
46 | # CONFIG_MARKEINS is not set | ||
47 | # CONFIG_SGI_IP22 is not set | ||
48 | # CONFIG_SGI_IP27 is not set | ||
49 | # CONFIG_SGI_IP32 is not set | ||
50 | # CONFIG_SIBYTE_BIGSUR is not set | ||
51 | # CONFIG_SIBYTE_SWARM is not set | ||
52 | # CONFIG_SIBYTE_SENTOSA is not set | ||
53 | # CONFIG_SIBYTE_RHONE is not set | ||
54 | # CONFIG_SIBYTE_CARMEL is not set | ||
55 | # CONFIG_SIBYTE_PTSWARM is not set | ||
56 | # CONFIG_SIBYTE_LITTLESUR is not set | ||
57 | # CONFIG_SIBYTE_CRHINE is not set | ||
58 | # CONFIG_SIBYTE_CRHONE is not set | ||
59 | # CONFIG_SNI_RM is not set | ||
60 | # CONFIG_TOSHIBA_JMR3927 is not set | ||
61 | # CONFIG_TOSHIBA_RBTX4927 is not set | ||
62 | # CONFIG_TOSHIBA_RBTX4938 is not set | ||
63 | CONFIG_PICVUE=y | ||
64 | CONFIG_PICVUE_PROC=y | ||
65 | CONFIG_DS1603=y | ||
66 | CONFIG_LASAT_SYSCTL=y | ||
67 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
68 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
69 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
70 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
71 | CONFIG_GENERIC_HWEIGHT=y | ||
72 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
73 | CONFIG_GENERIC_TIME=y | ||
74 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
75 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
76 | CONFIG_DMA_NONCOHERENT=y | ||
77 | CONFIG_DMA_NEED_PCI_MAP_STATE=y | ||
78 | CONFIG_MIPS_NILE4=y | ||
79 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
80 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
81 | CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y | ||
82 | CONFIG_MIPS_GT64120=y | ||
83 | CONFIG_MIPS_L1_CACHE_SHIFT=5 | ||
84 | |||
85 | # | ||
86 | # CPU selection | ||
87 | # | ||
88 | # CONFIG_CPU_MIPS32_R1 is not set | ||
89 | # CONFIG_CPU_MIPS32_R2 is not set | ||
90 | # CONFIG_CPU_MIPS64_R1 is not set | ||
91 | # CONFIG_CPU_MIPS64_R2 is not set | ||
92 | # CONFIG_CPU_R3000 is not set | ||
93 | # CONFIG_CPU_TX39XX is not set | ||
94 | # CONFIG_CPU_VR41XX is not set | ||
95 | # CONFIG_CPU_R4300 is not set | ||
96 | # CONFIG_CPU_R4X00 is not set | ||
97 | # CONFIG_CPU_TX49XX is not set | ||
98 | CONFIG_CPU_R5000=y | ||
99 | # CONFIG_CPU_R5432 is not set | ||
100 | # CONFIG_CPU_R6000 is not set | ||
101 | # CONFIG_CPU_NEVADA is not set | ||
102 | # CONFIG_CPU_R8000 is not set | ||
103 | # CONFIG_CPU_R10000 is not set | ||
104 | # CONFIG_CPU_RM7000 is not set | ||
105 | # CONFIG_CPU_RM9000 is not set | ||
106 | # CONFIG_CPU_SB1 is not set | ||
107 | CONFIG_SYS_HAS_CPU_R5000=y | ||
108 | CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y | ||
109 | CONFIG_SYS_SUPPORTS_64BIT_KERNEL=y | ||
110 | CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y | ||
111 | CONFIG_CPU_SUPPORTS_64BIT_KERNEL=y | ||
112 | |||
113 | # | ||
114 | # Kernel type | ||
115 | # | ||
116 | CONFIG_32BIT=y | ||
117 | # CONFIG_64BIT is not set | ||
118 | CONFIG_PAGE_SIZE_4KB=y | ||
119 | # CONFIG_PAGE_SIZE_8KB is not set | ||
120 | # CONFIG_PAGE_SIZE_16KB is not set | ||
121 | # CONFIG_PAGE_SIZE_64KB is not set | ||
122 | CONFIG_BOARD_SCACHE=y | ||
123 | CONFIG_R5000_CPU_SCACHE=y | ||
124 | CONFIG_MIPS_MT_DISABLED=y | ||
125 | # CONFIG_MIPS_MT_SMP is not set | ||
126 | # CONFIG_MIPS_MT_SMTC is not set | ||
127 | # CONFIG_MIPS_VPE_LOADER is not set | ||
128 | # CONFIG_64BIT_PHYS_ADDR is not set | ||
129 | CONFIG_CPU_HAS_LLSC=y | ||
130 | CONFIG_CPU_HAS_SYNC=y | ||
131 | CONFIG_GENERIC_HARDIRQS=y | ||
132 | CONFIG_GENERIC_IRQ_PROBE=y | ||
133 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
134 | CONFIG_SELECT_MEMORY_MODEL=y | ||
135 | CONFIG_FLATMEM_MANUAL=y | ||
136 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
137 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
138 | CONFIG_FLATMEM=y | ||
139 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
140 | # CONFIG_SPARSEMEM_STATIC is not set | ||
141 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
142 | # CONFIG_RESOURCES_64BIT is not set | ||
143 | CONFIG_ZONE_DMA_FLAG=1 | ||
144 | # CONFIG_HZ_48 is not set | ||
145 | # CONFIG_HZ_100 is not set | ||
146 | # CONFIG_HZ_128 is not set | ||
147 | # CONFIG_HZ_250 is not set | ||
148 | # CONFIG_HZ_256 is not set | ||
149 | CONFIG_HZ_1000=y | ||
150 | # CONFIG_HZ_1024 is not set | ||
151 | CONFIG_SYS_SUPPORTS_ARBIT_HZ=y | ||
152 | CONFIG_HZ=1000 | ||
153 | CONFIG_PREEMPT_NONE=y | ||
154 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
155 | # CONFIG_PREEMPT is not set | ||
156 | # CONFIG_KEXEC is not set | ||
157 | CONFIG_LOCKDEP_SUPPORT=y | ||
158 | CONFIG_STACKTRACE_SUPPORT=y | ||
159 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
160 | |||
161 | # | ||
162 | # Code maturity level options | ||
163 | # | ||
164 | CONFIG_EXPERIMENTAL=y | ||
165 | CONFIG_BROKEN_ON_SMP=y | ||
166 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
167 | |||
168 | # | ||
169 | # General setup | ||
170 | # | ||
171 | CONFIG_LOCALVERSION="" | ||
172 | CONFIG_LOCALVERSION_AUTO=y | ||
173 | CONFIG_SWAP=y | ||
174 | CONFIG_SYSVIPC=y | ||
175 | # CONFIG_IPC_NS is not set | ||
176 | CONFIG_SYSVIPC_SYSCTL=y | ||
177 | # CONFIG_POSIX_MQUEUE is not set | ||
178 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
179 | # CONFIG_TASKSTATS is not set | ||
180 | # CONFIG_UTS_NS is not set | ||
181 | # CONFIG_AUDIT is not set | ||
182 | # CONFIG_IKCONFIG is not set | ||
183 | CONFIG_SYSFS_DEPRECATED=y | ||
184 | CONFIG_RELAY=y | ||
185 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
186 | CONFIG_SYSCTL=y | ||
187 | CONFIG_EMBEDDED=y | ||
188 | CONFIG_SYSCTL_SYSCALL=y | ||
189 | CONFIG_KALLSYMS=y | ||
190 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
191 | CONFIG_HOTPLUG=y | ||
192 | CONFIG_PRINTK=y | ||
193 | CONFIG_BUG=y | ||
194 | CONFIG_ELF_CORE=y | ||
195 | CONFIG_BASE_FULL=y | ||
196 | CONFIG_FUTEX=y | ||
197 | CONFIG_EPOLL=y | ||
198 | CONFIG_SHMEM=y | ||
199 | CONFIG_SLAB=y | ||
200 | CONFIG_VM_EVENT_COUNTERS=y | ||
201 | CONFIG_RT_MUTEXES=y | ||
202 | # CONFIG_TINY_SHMEM is not set | ||
203 | CONFIG_BASE_SMALL=0 | ||
204 | # CONFIG_SLOB is not set | ||
205 | |||
206 | # | ||
207 | # Loadable module support | ||
208 | # | ||
209 | CONFIG_MODULES=y | ||
210 | CONFIG_MODULE_UNLOAD=y | ||
211 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
212 | CONFIG_MODVERSIONS=y | ||
213 | CONFIG_MODULE_SRCVERSION_ALL=y | ||
214 | CONFIG_KMOD=y | ||
215 | |||
216 | # | ||
217 | # Block layer | ||
218 | # | ||
219 | CONFIG_BLOCK=y | ||
220 | # CONFIG_LBD is not set | ||
221 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
222 | # CONFIG_LSF is not set | ||
223 | |||
224 | # | ||
225 | # IO Schedulers | ||
226 | # | ||
227 | CONFIG_IOSCHED_NOOP=y | ||
228 | CONFIG_IOSCHED_AS=y | ||
229 | CONFIG_IOSCHED_DEADLINE=y | ||
230 | CONFIG_IOSCHED_CFQ=y | ||
231 | CONFIG_DEFAULT_AS=y | ||
232 | # CONFIG_DEFAULT_DEADLINE is not set | ||
233 | # CONFIG_DEFAULT_CFQ is not set | ||
234 | # CONFIG_DEFAULT_NOOP is not set | ||
235 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
236 | |||
237 | # | ||
238 | # Bus options (PCI, PCMCIA, EISA, ISA, TC) | ||
239 | # | ||
240 | CONFIG_HW_HAS_PCI=y | ||
241 | CONFIG_PCI=y | ||
242 | CONFIG_MMU=y | ||
243 | |||
244 | # | ||
245 | # PCCARD (PCMCIA/CardBus) support | ||
246 | # | ||
247 | # CONFIG_PCCARD is not set | ||
248 | |||
249 | # | ||
250 | # PCI Hotplug Support | ||
251 | # | ||
252 | # CONFIG_HOTPLUG_PCI is not set | ||
253 | |||
254 | # | ||
255 | # Executable file formats | ||
256 | # | ||
257 | CONFIG_BINFMT_ELF=y | ||
258 | # CONFIG_BINFMT_MISC is not set | ||
259 | CONFIG_TRAD_SIGNALS=y | ||
260 | |||
261 | # | ||
262 | # Power management options | ||
263 | # | ||
264 | CONFIG_PM=y | ||
265 | # CONFIG_PM_LEGACY is not set | ||
266 | # CONFIG_PM_DEBUG is not set | ||
267 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
268 | |||
269 | # | ||
270 | # Networking | ||
271 | # | ||
272 | CONFIG_NET=y | ||
273 | |||
274 | # | ||
275 | # Networking options | ||
276 | # | ||
277 | # CONFIG_NETDEBUG is not set | ||
278 | # CONFIG_PACKET is not set | ||
279 | CONFIG_UNIX=y | ||
280 | CONFIG_XFRM=y | ||
281 | CONFIG_XFRM_USER=m | ||
282 | # CONFIG_XFRM_SUB_POLICY is not set | ||
283 | CONFIG_XFRM_MIGRATE=y | ||
284 | CONFIG_NET_KEY=y | ||
285 | CONFIG_NET_KEY_MIGRATE=y | ||
286 | CONFIG_INET=y | ||
287 | # CONFIG_IP_MULTICAST is not set | ||
288 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
289 | CONFIG_IP_FIB_HASH=y | ||
290 | # CONFIG_IP_PNP is not set | ||
291 | # CONFIG_NET_IPIP is not set | ||
292 | # CONFIG_NET_IPGRE is not set | ||
293 | # CONFIG_ARPD is not set | ||
294 | # CONFIG_SYN_COOKIES is not set | ||
295 | # CONFIG_INET_AH is not set | ||
296 | # CONFIG_INET_ESP is not set | ||
297 | # CONFIG_INET_IPCOMP is not set | ||
298 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
299 | # CONFIG_INET_TUNNEL is not set | ||
300 | CONFIG_INET_XFRM_MODE_TRANSPORT=m | ||
301 | CONFIG_INET_XFRM_MODE_TUNNEL=m | ||
302 | CONFIG_INET_XFRM_MODE_BEET=m | ||
303 | CONFIG_INET_DIAG=y | ||
304 | CONFIG_INET_TCP_DIAG=y | ||
305 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
306 | CONFIG_TCP_CONG_CUBIC=y | ||
307 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
308 | CONFIG_TCP_MD5SIG=y | ||
309 | # CONFIG_IPV6 is not set | ||
310 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
311 | # CONFIG_INET6_TUNNEL is not set | ||
312 | CONFIG_NETWORK_SECMARK=y | ||
313 | # CONFIG_NETFILTER is not set | ||
314 | |||
315 | # | ||
316 | # DCCP Configuration (EXPERIMENTAL) | ||
317 | # | ||
318 | # CONFIG_IP_DCCP is not set | ||
319 | |||
320 | # | ||
321 | # SCTP Configuration (EXPERIMENTAL) | ||
322 | # | ||
323 | # CONFIG_IP_SCTP is not set | ||
324 | |||
325 | # | ||
326 | # TIPC Configuration (EXPERIMENTAL) | ||
327 | # | ||
328 | # CONFIG_TIPC is not set | ||
329 | # CONFIG_ATM is not set | ||
330 | # CONFIG_BRIDGE is not set | ||
331 | # CONFIG_VLAN_8021Q is not set | ||
332 | # CONFIG_DECNET is not set | ||
333 | # CONFIG_LLC2 is not set | ||
334 | # CONFIG_IPX is not set | ||
335 | # CONFIG_ATALK is not set | ||
336 | # CONFIG_X25 is not set | ||
337 | # CONFIG_LAPB is not set | ||
338 | # CONFIG_ECONET is not set | ||
339 | # CONFIG_WAN_ROUTER is not set | ||
340 | |||
341 | # | ||
342 | # QoS and/or fair queueing | ||
343 | # | ||
344 | # CONFIG_NET_SCHED is not set | ||
345 | |||
346 | # | ||
347 | # Network testing | ||
348 | # | ||
349 | # CONFIG_NET_PKTGEN is not set | ||
350 | # CONFIG_HAMRADIO is not set | ||
351 | # CONFIG_IRDA is not set | ||
352 | # CONFIG_BT is not set | ||
353 | CONFIG_IEEE80211=m | ||
354 | # CONFIG_IEEE80211_DEBUG is not set | ||
355 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
356 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
357 | CONFIG_IEEE80211_SOFTMAC=m | ||
358 | # CONFIG_IEEE80211_SOFTMAC_DEBUG is not set | ||
359 | CONFIG_WIRELESS_EXT=y | ||
360 | |||
361 | # | ||
362 | # Device Drivers | ||
363 | # | ||
364 | |||
365 | # | ||
366 | # Generic Driver Options | ||
367 | # | ||
368 | CONFIG_STANDALONE=y | ||
369 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
370 | CONFIG_FW_LOADER=m | ||
371 | # CONFIG_SYS_HYPERVISOR is not set | ||
372 | |||
373 | # | ||
374 | # Connector - unified userspace <-> kernelspace linker | ||
375 | # | ||
376 | CONFIG_CONNECTOR=m | ||
377 | |||
378 | # | ||
379 | # Memory Technology Devices (MTD) | ||
380 | # | ||
381 | CONFIG_MTD=y | ||
382 | # CONFIG_MTD_DEBUG is not set | ||
383 | # CONFIG_MTD_CONCAT is not set | ||
384 | CONFIG_MTD_PARTITIONS=y | ||
385 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
386 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
387 | |||
388 | # | ||
389 | # User Modules And Translation Layers | ||
390 | # | ||
391 | CONFIG_MTD_CHAR=y | ||
392 | CONFIG_MTD_BLKDEVS=y | ||
393 | CONFIG_MTD_BLOCK=y | ||
394 | # CONFIG_FTL is not set | ||
395 | # CONFIG_NFTL is not set | ||
396 | # CONFIG_INFTL is not set | ||
397 | # CONFIG_RFD_FTL is not set | ||
398 | # CONFIG_SSFDC is not set | ||
399 | |||
400 | # | ||
401 | # RAM/ROM/Flash chip drivers | ||
402 | # | ||
403 | CONFIG_MTD_CFI=y | ||
404 | # CONFIG_MTD_JEDECPROBE is not set | ||
405 | CONFIG_MTD_GEN_PROBE=y | ||
406 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
407 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
408 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
409 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
410 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
411 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
412 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
413 | CONFIG_MTD_CFI_I1=y | ||
414 | CONFIG_MTD_CFI_I2=y | ||
415 | # CONFIG_MTD_CFI_I4 is not set | ||
416 | # CONFIG_MTD_CFI_I8 is not set | ||
417 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
418 | CONFIG_MTD_CFI_AMDSTD=y | ||
419 | # CONFIG_MTD_CFI_STAA is not set | ||
420 | CONFIG_MTD_CFI_UTIL=y | ||
421 | # CONFIG_MTD_RAM is not set | ||
422 | # CONFIG_MTD_ROM is not set | ||
423 | # CONFIG_MTD_ABSENT is not set | ||
424 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
425 | |||
426 | # | ||
427 | # Mapping drivers for chip access | ||
428 | # | ||
429 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
430 | # CONFIG_MTD_PHYSMAP is not set | ||
431 | CONFIG_MTD_LASAT=y | ||
432 | # CONFIG_MTD_PLATRAM is not set | ||
433 | |||
434 | # | ||
435 | # Self-contained MTD device drivers | ||
436 | # | ||
437 | # CONFIG_MTD_PMC551 is not set | ||
438 | # CONFIG_MTD_SLRAM is not set | ||
439 | # CONFIG_MTD_PHRAM is not set | ||
440 | # CONFIG_MTD_MTDRAM is not set | ||
441 | # CONFIG_MTD_BLOCK2MTD is not set | ||
442 | |||
443 | # | ||
444 | # Disk-On-Chip Device Drivers | ||
445 | # | ||
446 | # CONFIG_MTD_DOC2000 is not set | ||
447 | # CONFIG_MTD_DOC2001 is not set | ||
448 | # CONFIG_MTD_DOC2001PLUS is not set | ||
449 | |||
450 | # | ||
451 | # NAND Flash Device Drivers | ||
452 | # | ||
453 | # CONFIG_MTD_NAND is not set | ||
454 | |||
455 | # | ||
456 | # OneNAND Flash Device Drivers | ||
457 | # | ||
458 | # CONFIG_MTD_ONENAND is not set | ||
459 | |||
460 | # | ||
461 | # Parallel port support | ||
462 | # | ||
463 | # CONFIG_PARPORT is not set | ||
464 | |||
465 | # | ||
466 | # Plug and Play support | ||
467 | # | ||
468 | # CONFIG_PNPACPI is not set | ||
469 | |||
470 | # | ||
471 | # Block devices | ||
472 | # | ||
473 | # CONFIG_BLK_CPQ_DA is not set | ||
474 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
475 | # CONFIG_BLK_DEV_DAC960 is not set | ||
476 | # CONFIG_BLK_DEV_UMEM is not set | ||
477 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
478 | # CONFIG_BLK_DEV_LOOP is not set | ||
479 | # CONFIG_BLK_DEV_NBD is not set | ||
480 | # CONFIG_BLK_DEV_SX8 is not set | ||
481 | # CONFIG_BLK_DEV_RAM is not set | ||
482 | # CONFIG_BLK_DEV_INITRD is not set | ||
483 | CONFIG_CDROM_PKTCDVD=m | ||
484 | CONFIG_CDROM_PKTCDVD_BUFFERS=8 | ||
485 | # CONFIG_CDROM_PKTCDVD_WCACHE is not set | ||
486 | CONFIG_ATA_OVER_ETH=m | ||
487 | |||
488 | # | ||
489 | # Misc devices | ||
490 | # | ||
491 | CONFIG_SGI_IOC4=m | ||
492 | # CONFIG_TIFM_CORE is not set | ||
493 | |||
494 | # | ||
495 | # ATA/ATAPI/MFM/RLL support | ||
496 | # | ||
497 | CONFIG_IDE=y | ||
498 | CONFIG_IDE_MAX_HWIFS=4 | ||
499 | CONFIG_BLK_DEV_IDE=y | ||
500 | |||
501 | # | ||
502 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
503 | # | ||
504 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
505 | CONFIG_BLK_DEV_IDEDISK=y | ||
506 | CONFIG_IDEDISK_MULTI_MODE=y | ||
507 | # CONFIG_BLK_DEV_IDECD is not set | ||
508 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
509 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
510 | # CONFIG_IDE_TASK_IOCTL is not set | ||
511 | |||
512 | # | ||
513 | # IDE chipset support/bugfixes | ||
514 | # | ||
515 | CONFIG_IDE_GENERIC=y | ||
516 | CONFIG_BLK_DEV_IDEPCI=y | ||
517 | # CONFIG_IDEPCI_SHARE_IRQ is not set | ||
518 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
519 | CONFIG_BLK_DEV_GENERIC=y | ||
520 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
521 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
522 | # CONFIG_BLK_DEV_IDEDMA_FORCED is not set | ||
523 | CONFIG_IDEDMA_PCI_AUTO=y | ||
524 | # CONFIG_IDEDMA_ONLYDISK is not set | ||
525 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
526 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
527 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
528 | CONFIG_BLK_DEV_CMD64X=y | ||
529 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
530 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
531 | # CONFIG_BLK_DEV_CS5520 is not set | ||
532 | # CONFIG_BLK_DEV_CS5530 is not set | ||
533 | # CONFIG_BLK_DEV_HPT34X is not set | ||
534 | # CONFIG_BLK_DEV_HPT366 is not set | ||
535 | # CONFIG_BLK_DEV_JMICRON is not set | ||
536 | # CONFIG_BLK_DEV_SC1200 is not set | ||
537 | # CONFIG_BLK_DEV_PIIX is not set | ||
538 | CONFIG_BLK_DEV_IT8213=m | ||
539 | # CONFIG_BLK_DEV_IT821X is not set | ||
540 | # CONFIG_BLK_DEV_NS87415 is not set | ||
541 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
542 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
543 | # CONFIG_BLK_DEV_SVWKS is not set | ||
544 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
545 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
546 | # CONFIG_BLK_DEV_TRM290 is not set | ||
547 | # CONFIG_BLK_DEV_VIA82CXXX is not set | ||
548 | CONFIG_BLK_DEV_TC86C001=m | ||
549 | # CONFIG_IDE_ARM is not set | ||
550 | CONFIG_BLK_DEV_IDEDMA=y | ||
551 | # CONFIG_IDEDMA_IVB is not set | ||
552 | CONFIG_IDEDMA_AUTO=y | ||
553 | # CONFIG_BLK_DEV_HD is not set | ||
554 | |||
555 | # | ||
556 | # SCSI device support | ||
557 | # | ||
558 | CONFIG_RAID_ATTRS=m | ||
559 | # CONFIG_SCSI is not set | ||
560 | # CONFIG_SCSI_NETLINK is not set | ||
561 | |||
562 | # | ||
563 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
564 | # | ||
565 | # CONFIG_ATA is not set | ||
566 | |||
567 | # | ||
568 | # Multi-device support (RAID and LVM) | ||
569 | # | ||
570 | # CONFIG_MD is not set | ||
571 | |||
572 | # | ||
573 | # Fusion MPT device support | ||
574 | # | ||
575 | # CONFIG_FUSION is not set | ||
576 | |||
577 | # | ||
578 | # IEEE 1394 (FireWire) support | ||
579 | # | ||
580 | # CONFIG_IEEE1394 is not set | ||
581 | |||
582 | # | ||
583 | # I2O device support | ||
584 | # | ||
585 | # CONFIG_I2O is not set | ||
586 | |||
587 | # | ||
588 | # Network device support | ||
589 | # | ||
590 | CONFIG_NETDEVICES=y | ||
591 | # CONFIG_DUMMY is not set | ||
592 | # CONFIG_BONDING is not set | ||
593 | # CONFIG_EQUALIZER is not set | ||
594 | # CONFIG_TUN is not set | ||
595 | |||
596 | # | ||
597 | # ARCnet devices | ||
598 | # | ||
599 | # CONFIG_ARCNET is not set | ||
600 | |||
601 | # | ||
602 | # PHY device support | ||
603 | # | ||
604 | CONFIG_PHYLIB=m | ||
605 | |||
606 | # | ||
607 | # MII PHY device drivers | ||
608 | # | ||
609 | CONFIG_MARVELL_PHY=m | ||
610 | CONFIG_DAVICOM_PHY=m | ||
611 | CONFIG_QSEMI_PHY=m | ||
612 | CONFIG_LXT_PHY=m | ||
613 | CONFIG_CICADA_PHY=m | ||
614 | CONFIG_VITESSE_PHY=m | ||
615 | CONFIG_SMSC_PHY=m | ||
616 | # CONFIG_BROADCOM_PHY is not set | ||
617 | # CONFIG_FIXED_PHY is not set | ||
618 | |||
619 | # | ||
620 | # Ethernet (10 or 100Mbit) | ||
621 | # | ||
622 | CONFIG_NET_ETHERNET=y | ||
623 | # CONFIG_MII is not set | ||
624 | # CONFIG_HAPPYMEAL is not set | ||
625 | # CONFIG_SUNGEM is not set | ||
626 | # CONFIG_CASSINI is not set | ||
627 | # CONFIG_NET_VENDOR_3COM is not set | ||
628 | # CONFIG_DM9000 is not set | ||
629 | |||
630 | # | ||
631 | # Tulip family network device support | ||
632 | # | ||
633 | # CONFIG_NET_TULIP is not set | ||
634 | # CONFIG_HP100 is not set | ||
635 | # CONFIG_NET_PCI is not set | ||
636 | |||
637 | # | ||
638 | # Ethernet (1000 Mbit) | ||
639 | # | ||
640 | # CONFIG_ACENIC is not set | ||
641 | # CONFIG_DL2K is not set | ||
642 | # CONFIG_E1000 is not set | ||
643 | # CONFIG_NS83820 is not set | ||
644 | # CONFIG_HAMACHI is not set | ||
645 | # CONFIG_YELLOWFIN is not set | ||
646 | # CONFIG_R8169 is not set | ||
647 | # CONFIG_SIS190 is not set | ||
648 | # CONFIG_SKGE is not set | ||
649 | # CONFIG_SKY2 is not set | ||
650 | # CONFIG_SK98LIN is not set | ||
651 | # CONFIG_TIGON3 is not set | ||
652 | # CONFIG_BNX2 is not set | ||
653 | CONFIG_QLA3XXX=m | ||
654 | # CONFIG_ATL1 is not set | ||
655 | |||
656 | # | ||
657 | # Ethernet (10000 Mbit) | ||
658 | # | ||
659 | # CONFIG_CHELSIO_T1 is not set | ||
660 | CONFIG_CHELSIO_T3=m | ||
661 | # CONFIG_IXGB is not set | ||
662 | # CONFIG_S2IO is not set | ||
663 | # CONFIG_MYRI10GE is not set | ||
664 | CONFIG_NETXEN_NIC=m | ||
665 | |||
666 | # | ||
667 | # Token Ring devices | ||
668 | # | ||
669 | # CONFIG_TR is not set | ||
670 | |||
671 | # | ||
672 | # Wireless LAN (non-hamradio) | ||
673 | # | ||
674 | # CONFIG_NET_RADIO is not set | ||
675 | |||
676 | # | ||
677 | # Wan interfaces | ||
678 | # | ||
679 | # CONFIG_WAN is not set | ||
680 | # CONFIG_FDDI is not set | ||
681 | # CONFIG_HIPPI is not set | ||
682 | # CONFIG_PPP is not set | ||
683 | # CONFIG_SLIP is not set | ||
684 | # CONFIG_SHAPER is not set | ||
685 | # CONFIG_NETCONSOLE is not set | ||
686 | # CONFIG_NETPOLL is not set | ||
687 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
688 | |||
689 | # | ||
690 | # ISDN subsystem | ||
691 | # | ||
692 | # CONFIG_ISDN is not set | ||
693 | |||
694 | # | ||
695 | # Telephony Support | ||
696 | # | ||
697 | # CONFIG_PHONE is not set | ||
698 | |||
699 | # | ||
700 | # Input device support | ||
701 | # | ||
702 | CONFIG_INPUT=y | ||
703 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
704 | |||
705 | # | ||
706 | # Userland interfaces | ||
707 | # | ||
708 | CONFIG_INPUT_MOUSEDEV=y | ||
709 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
710 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
711 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
712 | # CONFIG_INPUT_JOYDEV is not set | ||
713 | # CONFIG_INPUT_TSDEV is not set | ||
714 | # CONFIG_INPUT_EVDEV is not set | ||
715 | # CONFIG_INPUT_EVBUG is not set | ||
716 | |||
717 | # | ||
718 | # Input Device Drivers | ||
719 | # | ||
720 | # CONFIG_INPUT_KEYBOARD is not set | ||
721 | # CONFIG_INPUT_MOUSE is not set | ||
722 | # CONFIG_INPUT_JOYSTICK is not set | ||
723 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
724 | # CONFIG_INPUT_MISC is not set | ||
725 | |||
726 | # | ||
727 | # Hardware I/O ports | ||
728 | # | ||
729 | CONFIG_SERIO=y | ||
730 | CONFIG_SERIO_I8042=y | ||
731 | CONFIG_SERIO_SERPORT=y | ||
732 | # CONFIG_SERIO_PCIPS2 is not set | ||
733 | # CONFIG_SERIO_LIBPS2 is not set | ||
734 | CONFIG_SERIO_RAW=m | ||
735 | # CONFIG_GAMEPORT is not set | ||
736 | |||
737 | # | ||
738 | # Character devices | ||
739 | # | ||
740 | CONFIG_VT=y | ||
741 | CONFIG_VT_CONSOLE=y | ||
742 | CONFIG_HW_CONSOLE=y | ||
743 | CONFIG_VT_HW_CONSOLE_BINDING=y | ||
744 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
745 | |||
746 | # | ||
747 | # Serial drivers | ||
748 | # | ||
749 | CONFIG_SERIAL_8250=y | ||
750 | CONFIG_SERIAL_8250_CONSOLE=y | ||
751 | CONFIG_SERIAL_8250_PCI=y | ||
752 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
753 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
754 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
755 | |||
756 | # | ||
757 | # Non-8250 serial port support | ||
758 | # | ||
759 | CONFIG_SERIAL_CORE=y | ||
760 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
761 | # CONFIG_SERIAL_JSM is not set | ||
762 | CONFIG_UNIX98_PTYS=y | ||
763 | CONFIG_LEGACY_PTYS=y | ||
764 | CONFIG_LEGACY_PTY_COUNT=256 | ||
765 | |||
766 | # | ||
767 | # IPMI | ||
768 | # | ||
769 | # CONFIG_IPMI_HANDLER is not set | ||
770 | |||
771 | # | ||
772 | # Watchdog Cards | ||
773 | # | ||
774 | # CONFIG_WATCHDOG is not set | ||
775 | # CONFIG_HW_RANDOM is not set | ||
776 | # CONFIG_RTC is not set | ||
777 | # CONFIG_GEN_RTC is not set | ||
778 | # CONFIG_DTLK is not set | ||
779 | # CONFIG_R3964 is not set | ||
780 | # CONFIG_APPLICOM is not set | ||
781 | # CONFIG_DRM is not set | ||
782 | # CONFIG_RAW_DRIVER is not set | ||
783 | |||
784 | # | ||
785 | # TPM devices | ||
786 | # | ||
787 | # CONFIG_TCG_TPM is not set | ||
788 | |||
789 | # | ||
790 | # I2C support | ||
791 | # | ||
792 | # CONFIG_I2C is not set | ||
793 | |||
794 | # | ||
795 | # SPI support | ||
796 | # | ||
797 | # CONFIG_SPI is not set | ||
798 | # CONFIG_SPI_MASTER is not set | ||
799 | |||
800 | # | ||
801 | # Dallas's 1-wire bus | ||
802 | # | ||
803 | # CONFIG_W1 is not set | ||
804 | |||
805 | # | ||
806 | # Hardware Monitoring support | ||
807 | # | ||
808 | # CONFIG_HWMON is not set | ||
809 | # CONFIG_HWMON_VID is not set | ||
810 | |||
811 | # | ||
812 | # Multimedia devices | ||
813 | # | ||
814 | # CONFIG_VIDEO_DEV is not set | ||
815 | |||
816 | # | ||
817 | # Digital Video Broadcasting Devices | ||
818 | # | ||
819 | # CONFIG_DVB is not set | ||
820 | |||
821 | # | ||
822 | # Graphics support | ||
823 | # | ||
824 | # CONFIG_FIRMWARE_EDID is not set | ||
825 | # CONFIG_FB is not set | ||
826 | |||
827 | # | ||
828 | # Console display driver support | ||
829 | # | ||
830 | # CONFIG_VGA_CONSOLE is not set | ||
831 | CONFIG_DUMMY_CONSOLE=y | ||
832 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
833 | |||
834 | # | ||
835 | # Sound | ||
836 | # | ||
837 | # CONFIG_SOUND is not set | ||
838 | |||
839 | # | ||
840 | # HID Devices | ||
841 | # | ||
842 | # CONFIG_HID is not set | ||
843 | |||
844 | # | ||
845 | # USB support | ||
846 | # | ||
847 | CONFIG_USB_ARCH_HAS_HCD=y | ||
848 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
849 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
850 | # CONFIG_USB is not set | ||
851 | |||
852 | # | ||
853 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
854 | # | ||
855 | |||
856 | # | ||
857 | # USB Gadget Support | ||
858 | # | ||
859 | # CONFIG_USB_GADGET is not set | ||
860 | |||
861 | # | ||
862 | # MMC/SD Card support | ||
863 | # | ||
864 | # CONFIG_MMC is not set | ||
865 | |||
866 | # | ||
867 | # LED devices | ||
868 | # | ||
869 | # CONFIG_NEW_LEDS is not set | ||
870 | |||
871 | # | ||
872 | # LED drivers | ||
873 | # | ||
874 | |||
875 | # | ||
876 | # LED Triggers | ||
877 | # | ||
878 | |||
879 | # | ||
880 | # InfiniBand support | ||
881 | # | ||
882 | # CONFIG_INFINIBAND is not set | ||
883 | |||
884 | # | ||
885 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
886 | # | ||
887 | |||
888 | # | ||
889 | # Real Time Clock | ||
890 | # | ||
891 | # CONFIG_RTC_CLASS is not set | ||
892 | |||
893 | # | ||
894 | # DMA Engine support | ||
895 | # | ||
896 | # CONFIG_DMA_ENGINE is not set | ||
897 | |||
898 | # | ||
899 | # DMA Clients | ||
900 | # | ||
901 | |||
902 | # | ||
903 | # DMA Devices | ||
904 | # | ||
905 | |||
906 | # | ||
907 | # Auxiliary Display support | ||
908 | # | ||
909 | |||
910 | # | ||
911 | # Virtualization | ||
912 | # | ||
913 | |||
914 | # | ||
915 | # File systems | ||
916 | # | ||
917 | CONFIG_EXT2_FS=y | ||
918 | # CONFIG_EXT2_FS_XATTR is not set | ||
919 | # CONFIG_EXT2_FS_XIP is not set | ||
920 | CONFIG_EXT3_FS=y | ||
921 | CONFIG_EXT3_FS_XATTR=y | ||
922 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
923 | CONFIG_EXT3_FS_SECURITY=y | ||
924 | # CONFIG_EXT4DEV_FS is not set | ||
925 | CONFIG_JBD=y | ||
926 | # CONFIG_JBD_DEBUG is not set | ||
927 | CONFIG_FS_MBCACHE=y | ||
928 | # CONFIG_REISERFS_FS is not set | ||
929 | # CONFIG_JFS_FS is not set | ||
930 | CONFIG_FS_POSIX_ACL=y | ||
931 | # CONFIG_XFS_FS is not set | ||
932 | # CONFIG_GFS2_FS is not set | ||
933 | # CONFIG_OCFS2_FS is not set | ||
934 | # CONFIG_MINIX_FS is not set | ||
935 | # CONFIG_ROMFS_FS is not set | ||
936 | CONFIG_INOTIFY=y | ||
937 | CONFIG_INOTIFY_USER=y | ||
938 | # CONFIG_QUOTA is not set | ||
939 | CONFIG_DNOTIFY=y | ||
940 | # CONFIG_AUTOFS_FS is not set | ||
941 | # CONFIG_AUTOFS4_FS is not set | ||
942 | CONFIG_FUSE_FS=m | ||
943 | CONFIG_GENERIC_ACL=y | ||
944 | |||
945 | # | ||
946 | # CD-ROM/DVD Filesystems | ||
947 | # | ||
948 | # CONFIG_ISO9660_FS is not set | ||
949 | # CONFIG_UDF_FS is not set | ||
950 | |||
951 | # | ||
952 | # DOS/FAT/NT Filesystems | ||
953 | # | ||
954 | # CONFIG_MSDOS_FS is not set | ||
955 | # CONFIG_VFAT_FS is not set | ||
956 | # CONFIG_NTFS_FS is not set | ||
957 | |||
958 | # | ||
959 | # Pseudo filesystems | ||
960 | # | ||
961 | CONFIG_PROC_FS=y | ||
962 | CONFIG_PROC_KCORE=y | ||
963 | CONFIG_PROC_SYSCTL=y | ||
964 | CONFIG_SYSFS=y | ||
965 | CONFIG_TMPFS=y | ||
966 | CONFIG_TMPFS_POSIX_ACL=y | ||
967 | # CONFIG_HUGETLB_PAGE is not set | ||
968 | CONFIG_RAMFS=y | ||
969 | CONFIG_CONFIGFS_FS=m | ||
970 | |||
971 | # | ||
972 | # Miscellaneous filesystems | ||
973 | # | ||
974 | # CONFIG_ADFS_FS is not set | ||
975 | # CONFIG_AFFS_FS is not set | ||
976 | # CONFIG_ECRYPT_FS is not set | ||
977 | # CONFIG_HFS_FS is not set | ||
978 | # CONFIG_HFSPLUS_FS is not set | ||
979 | # CONFIG_BEFS_FS is not set | ||
980 | # CONFIG_BFS_FS is not set | ||
981 | # CONFIG_EFS_FS is not set | ||
982 | # CONFIG_JFFS2_FS is not set | ||
983 | # CONFIG_CRAMFS is not set | ||
984 | # CONFIG_VXFS_FS is not set | ||
985 | # CONFIG_HPFS_FS is not set | ||
986 | # CONFIG_QNX4FS_FS is not set | ||
987 | # CONFIG_SYSV_FS is not set | ||
988 | # CONFIG_UFS_FS is not set | ||
989 | |||
990 | # | ||
991 | # Network File Systems | ||
992 | # | ||
993 | CONFIG_NFS_FS=y | ||
994 | CONFIG_NFS_V3=y | ||
995 | # CONFIG_NFS_V3_ACL is not set | ||
996 | # CONFIG_NFS_V4 is not set | ||
997 | # CONFIG_NFS_DIRECTIO is not set | ||
998 | # CONFIG_NFSD is not set | ||
999 | CONFIG_LOCKD=y | ||
1000 | CONFIG_LOCKD_V4=y | ||
1001 | CONFIG_NFS_COMMON=y | ||
1002 | CONFIG_SUNRPC=y | ||
1003 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1004 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1005 | # CONFIG_SMB_FS is not set | ||
1006 | # CONFIG_CIFS is not set | ||
1007 | # CONFIG_NCP_FS is not set | ||
1008 | # CONFIG_CODA_FS is not set | ||
1009 | # CONFIG_AFS_FS is not set | ||
1010 | # CONFIG_9P_FS is not set | ||
1011 | |||
1012 | # | ||
1013 | # Partition Types | ||
1014 | # | ||
1015 | # CONFIG_PARTITION_ADVANCED is not set | ||
1016 | CONFIG_MSDOS_PARTITION=y | ||
1017 | |||
1018 | # | ||
1019 | # Native Language Support | ||
1020 | # | ||
1021 | # CONFIG_NLS is not set | ||
1022 | |||
1023 | # | ||
1024 | # Distributed Lock Manager | ||
1025 | # | ||
1026 | CONFIG_DLM=m | ||
1027 | CONFIG_DLM_TCP=y | ||
1028 | # CONFIG_DLM_SCTP is not set | ||
1029 | # CONFIG_DLM_DEBUG is not set | ||
1030 | |||
1031 | # | ||
1032 | # Profiling support | ||
1033 | # | ||
1034 | # CONFIG_PROFILING is not set | ||
1035 | |||
1036 | # | ||
1037 | # Kernel hacking | ||
1038 | # | ||
1039 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
1040 | # CONFIG_PRINTK_TIME is not set | ||
1041 | CONFIG_ENABLE_MUST_CHECK=y | ||
1042 | # CONFIG_MAGIC_SYSRQ is not set | ||
1043 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1044 | # CONFIG_DEBUG_FS is not set | ||
1045 | # CONFIG_HEADERS_CHECK is not set | ||
1046 | # CONFIG_DEBUG_KERNEL is not set | ||
1047 | CONFIG_LOG_BUF_SHIFT=14 | ||
1048 | CONFIG_CROSSCOMPILE=y | ||
1049 | CONFIG_CMDLINE="" | ||
1050 | |||
1051 | # | ||
1052 | # Security options | ||
1053 | # | ||
1054 | CONFIG_KEYS=y | ||
1055 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1056 | # CONFIG_SECURITY is not set | ||
1057 | |||
1058 | # | ||
1059 | # Cryptographic options | ||
1060 | # | ||
1061 | CONFIG_CRYPTO=y | ||
1062 | CONFIG_CRYPTO_ALGAPI=y | ||
1063 | CONFIG_CRYPTO_BLKCIPHER=m | ||
1064 | CONFIG_CRYPTO_HASH=y | ||
1065 | CONFIG_CRYPTO_MANAGER=y | ||
1066 | CONFIG_CRYPTO_HMAC=y | ||
1067 | CONFIG_CRYPTO_XCBC=m | ||
1068 | CONFIG_CRYPTO_NULL=m | ||
1069 | CONFIG_CRYPTO_MD4=m | ||
1070 | CONFIG_CRYPTO_MD5=y | ||
1071 | CONFIG_CRYPTO_SHA1=m | ||
1072 | CONFIG_CRYPTO_SHA256=m | ||
1073 | CONFIG_CRYPTO_SHA512=m | ||
1074 | CONFIG_CRYPTO_WP512=m | ||
1075 | CONFIG_CRYPTO_TGR192=m | ||
1076 | CONFIG_CRYPTO_GF128MUL=m | ||
1077 | CONFIG_CRYPTO_ECB=m | ||
1078 | CONFIG_CRYPTO_CBC=m | ||
1079 | CONFIG_CRYPTO_PCBC=m | ||
1080 | CONFIG_CRYPTO_LRW=m | ||
1081 | CONFIG_CRYPTO_DES=m | ||
1082 | CONFIG_CRYPTO_FCRYPT=m | ||
1083 | CONFIG_CRYPTO_BLOWFISH=m | ||
1084 | CONFIG_CRYPTO_TWOFISH=m | ||
1085 | CONFIG_CRYPTO_TWOFISH_COMMON=m | ||
1086 | CONFIG_CRYPTO_SERPENT=m | ||
1087 | CONFIG_CRYPTO_AES=m | ||
1088 | CONFIG_CRYPTO_CAST5=m | ||
1089 | CONFIG_CRYPTO_CAST6=m | ||
1090 | CONFIG_CRYPTO_TEA=m | ||
1091 | CONFIG_CRYPTO_ARC4=m | ||
1092 | CONFIG_CRYPTO_KHAZAD=m | ||
1093 | CONFIG_CRYPTO_ANUBIS=m | ||
1094 | CONFIG_CRYPTO_DEFLATE=m | ||
1095 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1096 | CONFIG_CRYPTO_CRC32C=m | ||
1097 | CONFIG_CRYPTO_CAMELLIA=m | ||
1098 | # CONFIG_CRYPTO_TEST is not set | ||
1099 | |||
1100 | # | ||
1101 | # Hardware crypto devices | ||
1102 | # | ||
1103 | |||
1104 | # | ||
1105 | # Library routines | ||
1106 | # | ||
1107 | CONFIG_BITREVERSE=y | ||
1108 | # CONFIG_CRC_CCITT is not set | ||
1109 | CONFIG_CRC16=m | ||
1110 | CONFIG_CRC32=y | ||
1111 | CONFIG_LIBCRC32C=m | ||
1112 | CONFIG_ZLIB_INFLATE=m | ||
1113 | CONFIG_ZLIB_DEFLATE=m | ||
1114 | CONFIG_PLIST=y | ||
1115 | CONFIG_HAS_IOMEM=y | ||
1116 | CONFIG_HAS_IOPORT=y | ||
diff --git a/arch/mips/configs/malta_defconfig b/arch/mips/configs/malta_defconfig index 1f5cf9200846..d8ee7c28c83b 100644 --- a/arch/mips/configs/malta_defconfig +++ b/arch/mips/configs/malta_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | CONFIG_MIPS_MALTA=y | 30 | CONFIG_MIPS_MALTA=y |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/mipssim_defconfig b/arch/mips/configs/mipssim_defconfig index ef5cae94c076..fc8a42477840 100644 --- a/arch/mips/configs/mipssim_defconfig +++ b/arch/mips/configs/mipssim_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/mpc30x_defconfig b/arch/mips/configs/mpc30x_defconfig index 73a5314603e3..2da27ece70c7 100644 --- a/arch/mips/configs/mpc30x_defconfig +++ b/arch/mips/configs/mpc30x_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/msp71xx_defconfig b/arch/mips/configs/msp71xx_defconfig index 0d8a692d8826..cb2aeb20721e 100644 --- a/arch/mips/configs/msp71xx_defconfig +++ b/arch/mips/configs/msp71xx_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/ocelot_3_defconfig b/arch/mips/configs/ocelot_3_defconfig index cc99c83a81d2..20946b8141a3 100644 --- a/arch/mips/configs/ocelot_3_defconfig +++ b/arch/mips/configs/ocelot_3_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/ocelot_defconfig b/arch/mips/configs/ocelot_defconfig index 5f3b47fa3f19..492c9abfd943 100644 --- a/arch/mips/configs/ocelot_defconfig +++ b/arch/mips/configs/ocelot_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/pb1100_defconfig b/arch/mips/configs/pb1100_defconfig index b57662a2a3e3..22fb01bc6a7a 100644 --- a/arch/mips/configs/pb1100_defconfig +++ b/arch/mips/configs/pb1100_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_MIPS_PB1100=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/pb1500_defconfig b/arch/mips/configs/pb1500_defconfig index 350f9bdbb5e2..b0abaef4ce56 100644 --- a/arch/mips/configs/pb1500_defconfig +++ b/arch/mips/configs/pb1500_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_MIPS_PB1500=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/pb1550_defconfig b/arch/mips/configs/pb1550_defconfig index 8ea039ab0895..ddb173ae50ea 100644 --- a/arch/mips/configs/pb1550_defconfig +++ b/arch/mips/configs/pb1550_defconfig | |||
@@ -27,7 +27,6 @@ CONFIG_MIPS_PB1550=y | |||
27 | # CONFIG_MIPS_COBALT is not set | 27 | # CONFIG_MIPS_COBALT is not set |
28 | # CONFIG_MACH_DECSTATION is not set | 28 | # CONFIG_MACH_DECSTATION is not set |
29 | # CONFIG_MACH_JAZZ is not set | 29 | # CONFIG_MACH_JAZZ is not set |
30 | # CONFIG_LASAT is not set | ||
31 | # CONFIG_MIPS_ATLAS is not set | 30 | # CONFIG_MIPS_ATLAS is not set |
32 | # CONFIG_MIPS_MALTA is not set | 31 | # CONFIG_MIPS_MALTA is not set |
33 | # CONFIG_MIPS_SEAD is not set | 32 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/pnx8550-jbs_defconfig b/arch/mips/configs/pnx8550-jbs_defconfig index 9c8c54ee5e9d..2c2a8c8dca69 100644 --- a/arch/mips/configs/pnx8550-jbs_defconfig +++ b/arch/mips/configs/pnx8550-jbs_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/pnx8550-stb810_defconfig b/arch/mips/configs/pnx8550-stb810_defconfig index 2f60c5a4286b..b435d63deab9 100644 --- a/arch/mips/configs/pnx8550-stb810_defconfig +++ b/arch/mips/configs/pnx8550-stb810_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/qemu_defconfig b/arch/mips/configs/qemu_defconfig index d7ace0857383..cfe1f5a0a20f 100644 --- a/arch/mips/configs/qemu_defconfig +++ b/arch/mips/configs/qemu_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/rbhma4200_defconfig b/arch/mips/configs/rbhma4200_defconfig index b020e9270147..76b939fad78e 100644 --- a/arch/mips/configs/rbhma4200_defconfig +++ b/arch/mips/configs/rbhma4200_defconfig | |||
@@ -25,7 +25,6 @@ CONFIG_MIPS=y | |||
25 | # CONFIG_MIPS_COBALT is not set | 25 | # CONFIG_MIPS_COBALT is not set |
26 | # CONFIG_MACH_DECSTATION is not set | 26 | # CONFIG_MACH_DECSTATION is not set |
27 | # CONFIG_MACH_JAZZ is not set | 27 | # CONFIG_MACH_JAZZ is not set |
28 | # CONFIG_LASAT is not set | ||
29 | # CONFIG_MIPS_ATLAS is not set | 28 | # CONFIG_MIPS_ATLAS is not set |
30 | # CONFIG_MIPS_MALTA is not set | 29 | # CONFIG_MIPS_MALTA is not set |
31 | # CONFIG_MIPS_SEAD is not set | 30 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/rbhma4500_defconfig b/arch/mips/configs/rbhma4500_defconfig index 4aee174d4fbd..2c9e7e493a1b 100644 --- a/arch/mips/configs/rbhma4500_defconfig +++ b/arch/mips/configs/rbhma4500_defconfig | |||
@@ -15,7 +15,6 @@ CONFIG_ZONE_DMA=y | |||
15 | # CONFIG_MIPS_COBALT is not set | 15 | # CONFIG_MIPS_COBALT is not set |
16 | # CONFIG_MACH_DECSTATION is not set | 16 | # CONFIG_MACH_DECSTATION is not set |
17 | # CONFIG_MACH_JAZZ is not set | 17 | # CONFIG_MACH_JAZZ is not set |
18 | # CONFIG_LASAT is not set | ||
19 | # CONFIG_MIPS_ATLAS is not set | 18 | # CONFIG_MIPS_ATLAS is not set |
20 | # CONFIG_MIPS_MALTA is not set | 19 | # CONFIG_MIPS_MALTA is not set |
21 | # CONFIG_MIPS_SEAD is not set | 20 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/rm200_defconfig b/arch/mips/configs/rm200_defconfig index 120dcff4942e..9d731409c730 100644 --- a/arch/mips/configs/rm200_defconfig +++ b/arch/mips/configs/rm200_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index 534de60fd03c..55fa6731c111 100644 --- a/arch/mips/configs/sb1250-swarm_defconfig +++ b/arch/mips/configs/sb1250-swarm_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/sead_defconfig b/arch/mips/configs/sead_defconfig index e0185ebdfa8f..f80c61a54653 100644 --- a/arch/mips/configs/sead_defconfig +++ b/arch/mips/configs/sead_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | CONFIG_MIPS_SEAD=y | 31 | CONFIG_MIPS_SEAD=y |
diff --git a/arch/mips/configs/tb0219_defconfig b/arch/mips/configs/tb0219_defconfig index 11f4c66ea456..d5e4e3e3769b 100644 --- a/arch/mips/configs/tb0219_defconfig +++ b/arch/mips/configs/tb0219_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/tb0226_defconfig b/arch/mips/configs/tb0226_defconfig index 1c54d1bbba7d..8743f6dfd7ed 100644 --- a/arch/mips/configs/tb0226_defconfig +++ b/arch/mips/configs/tb0226_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/tb0287_defconfig b/arch/mips/configs/tb0287_defconfig index 7f2ece3d857c..eab47f2ac829 100644 --- a/arch/mips/configs/tb0287_defconfig +++ b/arch/mips/configs/tb0287_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/workpad_defconfig b/arch/mips/configs/workpad_defconfig index ef663304c93d..d32e4cd55ee4 100644 --- a/arch/mips/configs/workpad_defconfig +++ b/arch/mips/configs/workpad_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/wrppmc_defconfig b/arch/mips/configs/wrppmc_defconfig index d57d6cca646c..95986e37382c 100644 --- a/arch/mips/configs/wrppmc_defconfig +++ b/arch/mips/configs/wrppmc_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/configs/yosemite_defconfig b/arch/mips/configs/yosemite_defconfig index 38349216668f..c1e5a128cfa6 100644 --- a/arch/mips/configs/yosemite_defconfig +++ b/arch/mips/configs/yosemite_defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/defconfig b/arch/mips/defconfig index 9515ed6128ca..bf18baf2fbc2 100644 --- a/arch/mips/defconfig +++ b/arch/mips/defconfig | |||
@@ -26,7 +26,6 @@ CONFIG_ZONE_DMA=y | |||
26 | # CONFIG_MIPS_COBALT is not set | 26 | # CONFIG_MIPS_COBALT is not set |
27 | # CONFIG_MACH_DECSTATION is not set | 27 | # CONFIG_MACH_DECSTATION is not set |
28 | # CONFIG_MACH_JAZZ is not set | 28 | # CONFIG_MACH_JAZZ is not set |
29 | # CONFIG_LASAT is not set | ||
30 | # CONFIG_MIPS_ATLAS is not set | 29 | # CONFIG_MIPS_ATLAS is not set |
31 | # CONFIG_MIPS_MALTA is not set | 30 | # CONFIG_MIPS_MALTA is not set |
32 | # CONFIG_MIPS_SEAD is not set | 31 | # CONFIG_MIPS_SEAD is not set |
diff --git a/arch/mips/lasat/Kconfig b/arch/mips/lasat/Kconfig deleted file mode 100644 index 1d2ee8a9be13..000000000000 --- a/arch/mips/lasat/Kconfig +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | config PICVUE | ||
2 | tristate "PICVUE LCD display driver" | ||
3 | depends on LASAT | ||
4 | |||
5 | config PICVUE_PROC | ||
6 | tristate "PICVUE LCD display driver /proc interface" | ||
7 | depends on PICVUE | ||
8 | |||
9 | config DS1603 | ||
10 | bool "DS1603 RTC driver" | ||
11 | depends on LASAT | ||
12 | |||
13 | config LASAT_SYSCTL | ||
14 | bool "LASAT sysctl interface" | ||
15 | depends on LASAT | ||
diff --git a/arch/mips/lasat/Makefile b/arch/mips/lasat/Makefile deleted file mode 100644 index 99f5046fdf49..000000000000 --- a/arch/mips/lasat/Makefile +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the LASAT specific kernel interface routines under Linux. | ||
3 | # | ||
4 | |||
5 | obj-y += reset.o setup.o prom.o lasat_board.o \ | ||
6 | at93c.o interrupt.o | ||
7 | |||
8 | obj-$(CONFIG_LASAT_SYSCTL) += sysctl.o | ||
9 | obj-$(CONFIG_DS1603) += ds1603.o | ||
10 | obj-$(CONFIG_PICVUE) += picvue.o | ||
11 | obj-$(CONFIG_PICVUE_PROC) += picvue_proc.o | ||
12 | |||
13 | clean: | ||
14 | make -C image clean | ||
diff --git a/arch/mips/lasat/at93c.c b/arch/mips/lasat/at93c.c deleted file mode 100644 index ca26e554615e..000000000000 --- a/arch/mips/lasat/at93c.c +++ /dev/null | |||
@@ -1,148 +0,0 @@ | |||
1 | /* | ||
2 | * Atmel AT93C46 serial eeprom driver | ||
3 | * | ||
4 | * Brian Murphy <brian.murphy@eicon.com> | ||
5 | * | ||
6 | */ | ||
7 | #include <linux/kernel.h> | ||
8 | #include <linux/delay.h> | ||
9 | #include <asm/lasat/lasat.h> | ||
10 | #include <linux/module.h> | ||
11 | #include <linux/init.h> | ||
12 | |||
13 | #include "at93c.h" | ||
14 | |||
15 | #define AT93C_ADDR_SHIFT 7 | ||
16 | #define AT93C_ADDR_MAX ((1 << AT93C_ADDR_SHIFT) - 1) | ||
17 | #define AT93C_RCMD (0x6 << AT93C_ADDR_SHIFT) | ||
18 | #define AT93C_WCMD (0x5 << AT93C_ADDR_SHIFT) | ||
19 | #define AT93C_WENCMD 0x260 | ||
20 | #define AT93C_WDSCMD 0x200 | ||
21 | |||
22 | struct at93c_defs *at93c; | ||
23 | |||
24 | static void at93c_reg_write(u32 val) | ||
25 | { | ||
26 | *at93c->reg = val; | ||
27 | } | ||
28 | |||
29 | static u32 at93c_reg_read(void) | ||
30 | { | ||
31 | u32 tmp = *at93c->reg; | ||
32 | return tmp; | ||
33 | } | ||
34 | |||
35 | static u32 at93c_datareg_read(void) | ||
36 | { | ||
37 | u32 tmp = *at93c->rdata_reg; | ||
38 | return tmp; | ||
39 | } | ||
40 | |||
41 | static void at93c_cycle_clk(u32 data) | ||
42 | { | ||
43 | at93c_reg_write(data | at93c->clk); | ||
44 | lasat_ndelay(250); | ||
45 | at93c_reg_write(data & ~at93c->clk); | ||
46 | lasat_ndelay(250); | ||
47 | } | ||
48 | |||
49 | static void at93c_write_databit(u8 bit) | ||
50 | { | ||
51 | u32 data = at93c_reg_read(); | ||
52 | if (bit) | ||
53 | data |= 1 << at93c->wdata_shift; | ||
54 | else | ||
55 | data &= ~(1 << at93c->wdata_shift); | ||
56 | |||
57 | at93c_reg_write(data); | ||
58 | lasat_ndelay(100); | ||
59 | at93c_cycle_clk(data); | ||
60 | } | ||
61 | |||
62 | static unsigned int at93c_read_databit(void) | ||
63 | { | ||
64 | u32 data; | ||
65 | |||
66 | at93c_cycle_clk(at93c_reg_read()); | ||
67 | data = (at93c_datareg_read() >> at93c->rdata_shift) & 1; | ||
68 | return data; | ||
69 | } | ||
70 | |||
71 | static u8 at93c_read_byte(void) | ||
72 | { | ||
73 | int i; | ||
74 | u8 data = 0; | ||
75 | |||
76 | for (i = 0; i<=7; i++) { | ||
77 | data <<= 1; | ||
78 | data |= at93c_read_databit(); | ||
79 | } | ||
80 | return data; | ||
81 | } | ||
82 | |||
83 | static void at93c_write_bits(u32 data, int size) | ||
84 | { | ||
85 | int i; | ||
86 | int shift = size - 1; | ||
87 | u32 mask = (1 << shift); | ||
88 | |||
89 | for (i = 0; i < size; i++) { | ||
90 | at93c_write_databit((data & mask) >> shift); | ||
91 | data <<= 1; | ||
92 | } | ||
93 | } | ||
94 | |||
95 | static void at93c_init_op(void) | ||
96 | { | ||
97 | at93c_reg_write((at93c_reg_read() | at93c->cs) & ~at93c->clk & ~(1 << at93c->rdata_shift)); | ||
98 | lasat_ndelay(50); | ||
99 | } | ||
100 | |||
101 | static void at93c_end_op(void) | ||
102 | { | ||
103 | at93c_reg_write(at93c_reg_read() & ~at93c->cs); | ||
104 | lasat_ndelay(250); | ||
105 | } | ||
106 | |||
107 | static void at93c_wait(void) | ||
108 | { | ||
109 | at93c_init_op(); | ||
110 | while (!at93c_read_databit()) | ||
111 | ; | ||
112 | at93c_end_op(); | ||
113 | }; | ||
114 | |||
115 | static void at93c_disable_wp(void) | ||
116 | { | ||
117 | at93c_init_op(); | ||
118 | at93c_write_bits(AT93C_WENCMD, 10); | ||
119 | at93c_end_op(); | ||
120 | } | ||
121 | |||
122 | static void at93c_enable_wp(void) | ||
123 | { | ||
124 | at93c_init_op(); | ||
125 | at93c_write_bits(AT93C_WDSCMD, 10); | ||
126 | at93c_end_op(); | ||
127 | } | ||
128 | |||
129 | u8 at93c_read(u8 addr) | ||
130 | { | ||
131 | u8 byte; | ||
132 | at93c_init_op(); | ||
133 | at93c_write_bits((addr & AT93C_ADDR_MAX)|AT93C_RCMD, 10); | ||
134 | byte = at93c_read_byte(); | ||
135 | at93c_end_op(); | ||
136 | return byte; | ||
137 | } | ||
138 | |||
139 | void at93c_write(u8 addr, u8 data) | ||
140 | { | ||
141 | at93c_disable_wp(); | ||
142 | at93c_init_op(); | ||
143 | at93c_write_bits((addr & AT93C_ADDR_MAX)|AT93C_WCMD, 10); | ||
144 | at93c_write_bits(data, 8); | ||
145 | at93c_end_op(); | ||
146 | at93c_wait(); | ||
147 | at93c_enable_wp(); | ||
148 | } | ||
diff --git a/arch/mips/lasat/at93c.h b/arch/mips/lasat/at93c.h deleted file mode 100644 index cfe2f99b1d44..000000000000 --- a/arch/mips/lasat/at93c.h +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | /* | ||
2 | * Atmel AT93C46 serial eeprom driver | ||
3 | * | ||
4 | * Brian Murphy <brian.murphy@eicon.com> | ||
5 | * | ||
6 | */ | ||
7 | |||
8 | extern struct at93c_defs { | ||
9 | volatile u32 *reg; | ||
10 | volatile u32 *rdata_reg; | ||
11 | int rdata_shift; | ||
12 | int wdata_shift; | ||
13 | u32 cs; | ||
14 | u32 clk; | ||
15 | } *at93c; | ||
16 | |||
17 | u8 at93c_read(u8 addr); | ||
18 | void at93c_write(u8 addr, u8 data); | ||
diff --git a/arch/mips/lasat/ds1603.c b/arch/mips/lasat/ds1603.c deleted file mode 100644 index 7dced67c55eb..000000000000 --- a/arch/mips/lasat/ds1603.c +++ /dev/null | |||
@@ -1,183 +0,0 @@ | |||
1 | /* | ||
2 | * Dallas Semiconductors 1603 RTC driver | ||
3 | * | ||
4 | * Brian Murphy <brian@murphy.dk> | ||
5 | * | ||
6 | */ | ||
7 | #include <linux/kernel.h> | ||
8 | #include <asm/lasat/lasat.h> | ||
9 | #include <linux/delay.h> | ||
10 | #include <asm/lasat/ds1603.h> | ||
11 | #include <asm/time.h> | ||
12 | |||
13 | #include "ds1603.h" | ||
14 | |||
15 | #define READ_TIME_CMD 0x81 | ||
16 | #define SET_TIME_CMD 0x80 | ||
17 | #define TRIMMER_SET_CMD 0xC0 | ||
18 | #define TRIMMER_VALUE_MASK 0x38 | ||
19 | #define TRIMMER_SHIFT 3 | ||
20 | |||
21 | struct ds_defs *ds1603 = NULL; | ||
22 | |||
23 | /* HW specific register functions */ | ||
24 | static void rtc_reg_write(unsigned long val) | ||
25 | { | ||
26 | *ds1603->reg = val; | ||
27 | } | ||
28 | |||
29 | static unsigned long rtc_reg_read(void) | ||
30 | { | ||
31 | unsigned long tmp = *ds1603->reg; | ||
32 | return tmp; | ||
33 | } | ||
34 | |||
35 | static unsigned long rtc_datareg_read(void) | ||
36 | { | ||
37 | unsigned long tmp = *ds1603->data_reg; | ||
38 | return tmp; | ||
39 | } | ||
40 | |||
41 | static void rtc_nrst_high(void) | ||
42 | { | ||
43 | rtc_reg_write(rtc_reg_read() | ds1603->rst); | ||
44 | } | ||
45 | |||
46 | static void rtc_nrst_low(void) | ||
47 | { | ||
48 | rtc_reg_write(rtc_reg_read() & ~ds1603->rst); | ||
49 | } | ||
50 | |||
51 | static void rtc_cycle_clock(unsigned long data) | ||
52 | { | ||
53 | data |= ds1603->clk; | ||
54 | rtc_reg_write(data); | ||
55 | lasat_ndelay(250); | ||
56 | if (ds1603->data_reversed) | ||
57 | data &= ~ds1603->data; | ||
58 | else | ||
59 | data |= ds1603->data; | ||
60 | data &= ~ds1603->clk; | ||
61 | rtc_reg_write(data); | ||
62 | lasat_ndelay(250 + ds1603->huge_delay); | ||
63 | } | ||
64 | |||
65 | static void rtc_write_databit(unsigned int bit) | ||
66 | { | ||
67 | unsigned long data = rtc_reg_read(); | ||
68 | if (ds1603->data_reversed) | ||
69 | bit = !bit; | ||
70 | if (bit) | ||
71 | data |= ds1603->data; | ||
72 | else | ||
73 | data &= ~ds1603->data; | ||
74 | |||
75 | rtc_reg_write(data); | ||
76 | lasat_ndelay(50 + ds1603->huge_delay); | ||
77 | rtc_cycle_clock(data); | ||
78 | } | ||
79 | |||
80 | static unsigned int rtc_read_databit(void) | ||
81 | { | ||
82 | unsigned int data; | ||
83 | |||
84 | data = (rtc_datareg_read() & (1 << ds1603->data_read_shift)) | ||
85 | >> ds1603->data_read_shift; | ||
86 | rtc_cycle_clock(rtc_reg_read()); | ||
87 | return data; | ||
88 | } | ||
89 | |||
90 | static void rtc_write_byte(unsigned int byte) | ||
91 | { | ||
92 | int i; | ||
93 | |||
94 | for (i = 0; i<=7; i++) { | ||
95 | rtc_write_databit(byte & 1L); | ||
96 | byte >>= 1; | ||
97 | } | ||
98 | } | ||
99 | |||
100 | static void rtc_write_word(unsigned long word) | ||
101 | { | ||
102 | int i; | ||
103 | |||
104 | for (i = 0; i<=31; i++) { | ||
105 | rtc_write_databit(word & 1L); | ||
106 | word >>= 1; | ||
107 | } | ||
108 | } | ||
109 | |||
110 | static unsigned long rtc_read_word(void) | ||
111 | { | ||
112 | int i; | ||
113 | unsigned long word = 0; | ||
114 | unsigned long shift = 0; | ||
115 | |||
116 | for (i = 0; i<=31; i++) { | ||
117 | word |= rtc_read_databit() << shift; | ||
118 | shift++; | ||
119 | } | ||
120 | return word; | ||
121 | } | ||
122 | |||
123 | static void rtc_init_op(void) | ||
124 | { | ||
125 | rtc_nrst_high(); | ||
126 | |||
127 | rtc_reg_write(rtc_reg_read() & ~ds1603->clk); | ||
128 | |||
129 | lasat_ndelay(50); | ||
130 | } | ||
131 | |||
132 | static void rtc_end_op(void) | ||
133 | { | ||
134 | rtc_nrst_low(); | ||
135 | lasat_ndelay(1000); | ||
136 | } | ||
137 | |||
138 | /* interface */ | ||
139 | unsigned long ds1603_read(void) | ||
140 | { | ||
141 | unsigned long word; | ||
142 | unsigned long flags; | ||
143 | |||
144 | spin_lock_irqsave(&rtc_lock, flags); | ||
145 | rtc_init_op(); | ||
146 | rtc_write_byte(READ_TIME_CMD); | ||
147 | word = rtc_read_word(); | ||
148 | rtc_end_op(); | ||
149 | spin_unlock_irqrestore(&rtc_lock, flags); | ||
150 | return word; | ||
151 | } | ||
152 | |||
153 | int ds1603_set(unsigned long time) | ||
154 | { | ||
155 | unsigned long flags; | ||
156 | |||
157 | spin_lock_irqsave(&rtc_lock, flags); | ||
158 | rtc_init_op(); | ||
159 | rtc_write_byte(SET_TIME_CMD); | ||
160 | rtc_write_word(time); | ||
161 | rtc_end_op(); | ||
162 | spin_unlock_irqrestore(&rtc_lock, flags); | ||
163 | |||
164 | return 0; | ||
165 | } | ||
166 | |||
167 | void ds1603_set_trimmer(unsigned int trimval) | ||
168 | { | ||
169 | rtc_init_op(); | ||
170 | rtc_write_byte(((trimval << TRIMMER_SHIFT) & TRIMMER_VALUE_MASK) | ||
171 | | (TRIMMER_SET_CMD)); | ||
172 | rtc_end_op(); | ||
173 | } | ||
174 | |||
175 | void ds1603_disable(void) | ||
176 | { | ||
177 | ds1603_set_trimmer(TRIMMER_DISABLE_RTC); | ||
178 | } | ||
179 | |||
180 | void ds1603_enable(void) | ||
181 | { | ||
182 | ds1603_set_trimmer(TRIMMER_DEFAULT); | ||
183 | } | ||
diff --git a/arch/mips/lasat/ds1603.h b/arch/mips/lasat/ds1603.h deleted file mode 100644 index c2e5c76a379d..000000000000 --- a/arch/mips/lasat/ds1603.h +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | /* | ||
2 | * Dallas Semiconductors 1603 RTC driver | ||
3 | * | ||
4 | * Brian Murphy <brian@murphy.dk> | ||
5 | * | ||
6 | */ | ||
7 | #ifndef __DS1603_H | ||
8 | #define __DS1603_H | ||
9 | |||
10 | struct ds_defs { | ||
11 | volatile u32 *reg; | ||
12 | volatile u32 *data_reg; | ||
13 | u32 rst; | ||
14 | u32 clk; | ||
15 | u32 data; | ||
16 | u32 data_read_shift; | ||
17 | char data_reversed; | ||
18 | u32 huge_delay; | ||
19 | }; | ||
20 | |||
21 | extern struct ds_defs *ds1603; | ||
22 | |||
23 | unsigned long ds1603_read(void); | ||
24 | int ds1603_set(unsigned long); | ||
25 | void ds1603_set_trimmer(unsigned int); | ||
26 | void ds1603_enable(void); | ||
27 | void ds1603_disable(void); | ||
28 | void ds1603_init(struct ds_defs *); | ||
29 | |||
30 | #define TRIMMER_DEFAULT 3 | ||
31 | #define TRIMMER_DISABLE_RTC 0 | ||
32 | |||
33 | #endif | ||
diff --git a/arch/mips/lasat/image/Makefile b/arch/mips/lasat/image/Makefile deleted file mode 100644 index 35ecd6483ef6..000000000000 --- a/arch/mips/lasat/image/Makefile +++ /dev/null | |||
@@ -1,53 +0,0 @@ | |||
1 | # | ||
2 | # MAKEFILE FOR THE MIPS LINUX BOOTLOADER AND ROM DEBUGGER | ||
3 | # | ||
4 | # i-data Networks | ||
5 | # | ||
6 | # Author: Thomas Horsten <thh@i-data.com> | ||
7 | # | ||
8 | |||
9 | ifndef Version | ||
10 | Version = "$(USER)-test" | ||
11 | endif | ||
12 | |||
13 | MKLASATIMG = mklasatimg | ||
14 | MKLASATIMG_ARCH = mq2,mqpro,sp100,sp200 | ||
15 | KERNEL_IMAGE = $(TOPDIR)/vmlinux | ||
16 | KERNEL_START = $(shell $(NM) $(KERNEL_IMAGE) | grep " _text" | cut -f1 -d\ ) | ||
17 | KERNEL_ENTRY = $(shell $(NM) $(KERNEL_IMAGE) | grep kernel_entry | cut -f1 -d\ ) | ||
18 | |||
19 | LDSCRIPT= -L$(obj) -Tromscript.normal | ||
20 | |||
21 | HEAD_DEFINES := -D_kernel_start=0x$(KERNEL_START) \ | ||
22 | -D_kernel_entry=0x$(KERNEL_ENTRY) \ | ||
23 | -D VERSION="\"$(Version)\"" \ | ||
24 | -D TIMESTAMP=$(shell date +%s) | ||
25 | |||
26 | $(obj)/head.o: $(obj)/head.S $(KERNEL_IMAGE) | ||
27 | $(CC) -fno-pic $(HEAD_DEFINES) -I$(TOPDIR)/include -c -o $@ $< | ||
28 | |||
29 | OBJECTS = head.o kImage.o | ||
30 | |||
31 | rom.sw: $(obj)/rom.sw | ||
32 | |||
33 | $(obj)/rom.sw: $(obj)/rom.bin | ||
34 | $(MKLASATIMG) -o $@ -k $^ -m $(MKLASATIMG_ARCH) | ||
35 | |||
36 | $(obj)/rom.bin: $(obj)/rom | ||
37 | $(OBJCOPY) -O binary -S $^ $@ | ||
38 | |||
39 | # Rule to make the bootloader | ||
40 | $(obj)/rom: $(addprefix $(obj)/,$(OBJECTS)) | ||
41 | $(LD) $(LDFLAGS) $(LDSCRIPT) -o $@ $^ | ||
42 | |||
43 | $(obj)/%.o: $(obj)/%.gz | ||
44 | $(LD) -r -o $@ -b binary $< | ||
45 | |||
46 | $(obj)/%.gz: $(obj)/%.bin | ||
47 | gzip -cf -9 $< > $@ | ||
48 | |||
49 | $(obj)/kImage.bin: $(KERNEL_IMAGE) | ||
50 | $(OBJCOPY) -O binary -S $^ $@ | ||
51 | |||
52 | clean: | ||
53 | rm -f rom rom.bin rom.sw kImage.bin kImage.o | ||
diff --git a/arch/mips/lasat/image/head.S b/arch/mips/lasat/image/head.S deleted file mode 100644 index efb95f2609c2..000000000000 --- a/arch/mips/lasat/image/head.S +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | #include <asm/lasat/head.h> | ||
2 | |||
3 | .text | ||
4 | .section .text.start, "ax" | ||
5 | .set noreorder | ||
6 | .set mips3 | ||
7 | |||
8 | /* Magic words identifying a software image */ | ||
9 | .word LASAT_K_MAGIC0_VAL | ||
10 | .word LASAT_K_MAGIC1_VAL | ||
11 | |||
12 | /* Image header version */ | ||
13 | .word 0x00000002 | ||
14 | |||
15 | /* image start and size */ | ||
16 | .word _image_start | ||
17 | .word _image_size | ||
18 | |||
19 | /* start of kernel and entrypoint in uncompressed image */ | ||
20 | .word _kernel_start | ||
21 | .word _kernel_entry | ||
22 | |||
23 | /* Here we have room for future flags */ | ||
24 | |||
25 | .org 0x40 | ||
26 | reldate: | ||
27 | .word TIMESTAMP | ||
28 | |||
29 | .org 0x50 | ||
30 | release: | ||
31 | .string VERSION | ||
diff --git a/arch/mips/lasat/image/romscript.normal b/arch/mips/lasat/image/romscript.normal deleted file mode 100644 index 988f8ad189cb..000000000000 --- a/arch/mips/lasat/image/romscript.normal +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | OUTPUT_ARCH(mips) | ||
2 | |||
3 | SECTIONS | ||
4 | { | ||
5 | .text : | ||
6 | { | ||
7 | *(.text.start) | ||
8 | } | ||
9 | |||
10 | /* Data in ROM */ | ||
11 | |||
12 | .data ALIGN(0x10) : | ||
13 | { | ||
14 | *(.data) | ||
15 | } | ||
16 | _image_start = ADDR(.data); | ||
17 | _image_size = SIZEOF(.data); | ||
18 | |||
19 | .other : | ||
20 | { | ||
21 | *(.*) | ||
22 | } | ||
23 | } | ||
diff --git a/arch/mips/lasat/interrupt.c b/arch/mips/lasat/interrupt.c deleted file mode 100644 index 9a622b9a1051..000000000000 --- a/arch/mips/lasat/interrupt.c +++ /dev/null | |||
@@ -1,130 +0,0 @@ | |||
1 | /* | ||
2 | * Carsten Langgaard, carstenl@mips.com | ||
3 | * Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. | ||
4 | * | ||
5 | * This program is free software; you can distribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License (Version 2) as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
12 | * for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along | ||
15 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
17 | * | ||
18 | * Routines for generic manipulation of the interrupts found on the | ||
19 | * Lasat boards. | ||
20 | */ | ||
21 | #include <linux/init.h> | ||
22 | #include <linux/sched.h> | ||
23 | #include <linux/slab.h> | ||
24 | #include <linux/interrupt.h> | ||
25 | #include <linux/kernel_stat.h> | ||
26 | |||
27 | #include <asm/bootinfo.h> | ||
28 | #include <asm/irq.h> | ||
29 | #include <asm/lasat/lasatint.h> | ||
30 | #include <asm/time.h> | ||
31 | #include <asm/gdb-stub.h> | ||
32 | |||
33 | static volatile int *lasat_int_status = NULL; | ||
34 | static volatile int *lasat_int_mask = NULL; | ||
35 | static volatile int lasat_int_mask_shift; | ||
36 | |||
37 | void disable_lasat_irq(unsigned int irq_nr) | ||
38 | { | ||
39 | *lasat_int_mask &= ~(1 << irq_nr) << lasat_int_mask_shift; | ||
40 | } | ||
41 | |||
42 | void enable_lasat_irq(unsigned int irq_nr) | ||
43 | { | ||
44 | *lasat_int_mask |= (1 << irq_nr) << lasat_int_mask_shift; | ||
45 | } | ||
46 | |||
47 | static struct irq_chip lasat_irq_type = { | ||
48 | .name = "Lasat", | ||
49 | .ack = disable_lasat_irq, | ||
50 | .mask = disable_lasat_irq, | ||
51 | .mask_ack = disable_lasat_irq, | ||
52 | .unmask = enable_lasat_irq, | ||
53 | }; | ||
54 | |||
55 | static inline int ls1bit32(unsigned int x) | ||
56 | { | ||
57 | int b = 31, s; | ||
58 | |||
59 | s = 16; if (x << 16 == 0) s = 0; b -= s; x <<= s; | ||
60 | s = 8; if (x << 8 == 0) s = 0; b -= s; x <<= s; | ||
61 | s = 4; if (x << 4 == 0) s = 0; b -= s; x <<= s; | ||
62 | s = 2; if (x << 2 == 0) s = 0; b -= s; x <<= s; | ||
63 | s = 1; if (x << 1 == 0) s = 0; b -= s; | ||
64 | |||
65 | return b; | ||
66 | } | ||
67 | |||
68 | static unsigned long (* get_int_status)(void); | ||
69 | |||
70 | static unsigned long get_int_status_100(void) | ||
71 | { | ||
72 | return *lasat_int_status & *lasat_int_mask; | ||
73 | } | ||
74 | |||
75 | static unsigned long get_int_status_200(void) | ||
76 | { | ||
77 | unsigned long int_status; | ||
78 | |||
79 | int_status = *lasat_int_status; | ||
80 | int_status &= (int_status >> LASATINT_MASK_SHIFT_200) & 0xffff; | ||
81 | return int_status; | ||
82 | } | ||
83 | |||
84 | asmlinkage void plat_irq_dispatch(void) | ||
85 | { | ||
86 | unsigned long int_status; | ||
87 | unsigned int cause = read_c0_cause(); | ||
88 | int irq; | ||
89 | |||
90 | if (cause & CAUSEF_IP7) { /* R4000 count / compare IRQ */ | ||
91 | ll_timer_interrupt(7); | ||
92 | return; | ||
93 | } | ||
94 | |||
95 | int_status = get_int_status(); | ||
96 | |||
97 | /* if int_status == 0, then the interrupt has already been cleared */ | ||
98 | if (int_status) { | ||
99 | irq = ls1bit32(int_status); | ||
100 | |||
101 | do_IRQ(irq); | ||
102 | } | ||
103 | } | ||
104 | |||
105 | void __init arch_init_irq(void) | ||
106 | { | ||
107 | int i; | ||
108 | |||
109 | switch (mips_machtype) { | ||
110 | case MACH_LASAT_100: | ||
111 | lasat_int_status = (void *)LASAT_INT_STATUS_REG_100; | ||
112 | lasat_int_mask = (void *)LASAT_INT_MASK_REG_100; | ||
113 | lasat_int_mask_shift = LASATINT_MASK_SHIFT_100; | ||
114 | get_int_status = get_int_status_100; | ||
115 | *lasat_int_mask = 0; | ||
116 | break; | ||
117 | case MACH_LASAT_200: | ||
118 | lasat_int_status = (void *)LASAT_INT_STATUS_REG_200; | ||
119 | lasat_int_mask = (void *)LASAT_INT_MASK_REG_200; | ||
120 | lasat_int_mask_shift = LASATINT_MASK_SHIFT_200; | ||
121 | get_int_status = get_int_status_200; | ||
122 | *lasat_int_mask &= 0xffff; | ||
123 | break; | ||
124 | default: | ||
125 | panic("arch_init_irq: mips_machtype incorrect"); | ||
126 | } | ||
127 | |||
128 | for (i = 0; i <= LASATINT_END; i++) | ||
129 | set_irq_chip_and_handler(i, &lasat_irq_type, handle_level_irq); | ||
130 | } | ||
diff --git a/arch/mips/lasat/lasat_board.c b/arch/mips/lasat/lasat_board.c deleted file mode 100644 index fbe9a87bd0ad..000000000000 --- a/arch/mips/lasat/lasat_board.c +++ /dev/null | |||
@@ -1,279 +0,0 @@ | |||
1 | /* | ||
2 | * Thomas Horsten <thh@lasat.com> | ||
3 | * Copyright (C) 2000 LASAT Networks A/S. | ||
4 | * | ||
5 | * This program is free software; you can distribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License (Version 2) as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
12 | * for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along | ||
15 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
17 | * | ||
18 | * Routines specific to the LASAT boards | ||
19 | */ | ||
20 | #include <linux/types.h> | ||
21 | #include <linux/crc32.h> | ||
22 | #include <asm/lasat/lasat.h> | ||
23 | #include <linux/kernel.h> | ||
24 | #include <linux/string.h> | ||
25 | #include <linux/ctype.h> | ||
26 | #include <asm/bootinfo.h> | ||
27 | #include <asm/addrspace.h> | ||
28 | #include "at93c.h" | ||
29 | /* New model description table */ | ||
30 | #include "lasat_models.h" | ||
31 | |||
32 | #define EEPROM_CRC(data, len) (~0 ^ crc32(~0, data, len)) | ||
33 | |||
34 | struct lasat_info lasat_board_info; | ||
35 | |||
36 | void update_bcastaddr(void); | ||
37 | |||
38 | int EEPROMRead(unsigned int pos, unsigned char *data, int len) | ||
39 | { | ||
40 | int i; | ||
41 | |||
42 | for (i=0; i<len; i++) | ||
43 | *data++ = at93c_read(pos++); | ||
44 | |||
45 | return 0; | ||
46 | } | ||
47 | int EEPROMWrite(unsigned int pos, unsigned char *data, int len) | ||
48 | { | ||
49 | int i; | ||
50 | |||
51 | for (i=0; i<len; i++) | ||
52 | at93c_write(pos++, *data++); | ||
53 | |||
54 | return 0; | ||
55 | } | ||
56 | |||
57 | static void init_flash_sizes(void) | ||
58 | { | ||
59 | int i; | ||
60 | unsigned long *lb = lasat_board_info.li_flashpart_base; | ||
61 | unsigned long *ls = lasat_board_info.li_flashpart_size; | ||
62 | |||
63 | ls[LASAT_MTD_BOOTLOADER] = 0x40000; | ||
64 | ls[LASAT_MTD_SERVICE] = 0xC0000; | ||
65 | ls[LASAT_MTD_NORMAL] = 0x100000; | ||
66 | |||
67 | if (mips_machtype == MACH_LASAT_100) { | ||
68 | lasat_board_info.li_flash_base = 0x1e000000; | ||
69 | |||
70 | lb[LASAT_MTD_BOOTLOADER] = 0x1e400000; | ||
71 | |||
72 | if (lasat_board_info.li_flash_size > 0x200000) { | ||
73 | ls[LASAT_MTD_CONFIG] = 0x100000; | ||
74 | ls[LASAT_MTD_FS] = 0x500000; | ||
75 | } | ||
76 | } else { | ||
77 | lasat_board_info.li_flash_base = 0x10000000; | ||
78 | |||
79 | if (lasat_board_info.li_flash_size < 0x1000000) { | ||
80 | lb[LASAT_MTD_BOOTLOADER] = 0x10000000; | ||
81 | ls[LASAT_MTD_CONFIG] = 0x100000; | ||
82 | if (lasat_board_info.li_flash_size >= 0x400000) { | ||
83 | ls[LASAT_MTD_FS] = lasat_board_info.li_flash_size - 0x300000; | ||
84 | } | ||
85 | } | ||
86 | } | ||
87 | |||
88 | for (i = 1; i < LASAT_MTD_LAST; i++) | ||
89 | lb[i] = lb[i-1] + ls[i-1]; | ||
90 | } | ||
91 | |||
92 | int lasat_init_board_info(void) | ||
93 | { | ||
94 | int c; | ||
95 | unsigned long crc; | ||
96 | unsigned long cfg0, cfg1; | ||
97 | const product_info_t *ppi; | ||
98 | int i_n_base_models = N_BASE_MODELS; | ||
99 | const char * const * i_txt_base_models = txt_base_models; | ||
100 | int i_n_prids = N_PRIDS; | ||
101 | |||
102 | memset(&lasat_board_info, 0, sizeof(lasat_board_info)); | ||
103 | |||
104 | /* First read the EEPROM info */ | ||
105 | EEPROMRead(0, (unsigned char *)&lasat_board_info.li_eeprom_info, | ||
106 | sizeof(struct lasat_eeprom_struct)); | ||
107 | |||
108 | /* Check the CRC */ | ||
109 | crc = EEPROM_CRC((unsigned char *)(&lasat_board_info.li_eeprom_info), | ||
110 | sizeof(struct lasat_eeprom_struct) - 4); | ||
111 | |||
112 | if (crc != lasat_board_info.li_eeprom_info.crc32) { | ||
113 | printk(KERN_WARNING "WARNING...\nWARNING...\nEEPROM CRC does " | ||
114 | "not match calculated, attempting to soldier on...\n"); | ||
115 | } | ||
116 | |||
117 | if (lasat_board_info.li_eeprom_info.version != LASAT_EEPROM_VERSION) { | ||
118 | printk(KERN_WARNING "WARNING...\nWARNING...\nEEPROM version " | ||
119 | "%d, wanted version %d, attempting to soldier on...\n", | ||
120 | (unsigned int)lasat_board_info.li_eeprom_info.version, | ||
121 | LASAT_EEPROM_VERSION); | ||
122 | } | ||
123 | |||
124 | cfg0 = lasat_board_info.li_eeprom_info.cfg[0]; | ||
125 | cfg1 = lasat_board_info.li_eeprom_info.cfg[1]; | ||
126 | |||
127 | if ( LASAT_W0_DSCTYPE(cfg0) != 1) { | ||
128 | printk(KERN_WARNING "WARNING...\nWARNING...\n" | ||
129 | "Invalid configuration read from EEPROM, attempting to " | ||
130 | "soldier on..."); | ||
131 | } | ||
132 | /* We have a valid configuration */ | ||
133 | |||
134 | switch (LASAT_W0_SDRAMBANKSZ(cfg0)) { | ||
135 | case 0: | ||
136 | lasat_board_info.li_memsize = 0x0800000; | ||
137 | break; | ||
138 | case 1: | ||
139 | lasat_board_info.li_memsize = 0x1000000; | ||
140 | break; | ||
141 | case 2: | ||
142 | lasat_board_info.li_memsize = 0x2000000; | ||
143 | break; | ||
144 | case 3: | ||
145 | lasat_board_info.li_memsize = 0x4000000; | ||
146 | break; | ||
147 | case 4: | ||
148 | lasat_board_info.li_memsize = 0x8000000; | ||
149 | break; | ||
150 | default: | ||
151 | lasat_board_info.li_memsize = 0; | ||
152 | } | ||
153 | |||
154 | switch (LASAT_W0_SDRAMBANKS(cfg0)) { | ||
155 | case 0: | ||
156 | break; | ||
157 | case 1: | ||
158 | lasat_board_info.li_memsize *= 2; | ||
159 | break; | ||
160 | default: | ||
161 | break; | ||
162 | } | ||
163 | |||
164 | switch (LASAT_W0_BUSSPEED(cfg0)) { | ||
165 | case 0x0: | ||
166 | lasat_board_info.li_bus_hz = 60000000; | ||
167 | break; | ||
168 | case 0x1: | ||
169 | lasat_board_info.li_bus_hz = 66000000; | ||
170 | break; | ||
171 | case 0x2: | ||
172 | lasat_board_info.li_bus_hz = 66666667; | ||
173 | break; | ||
174 | case 0x3: | ||
175 | lasat_board_info.li_bus_hz = 80000000; | ||
176 | break; | ||
177 | case 0x4: | ||
178 | lasat_board_info.li_bus_hz = 83333333; | ||
179 | break; | ||
180 | case 0x5: | ||
181 | lasat_board_info.li_bus_hz = 100000000; | ||
182 | break; | ||
183 | } | ||
184 | |||
185 | switch (LASAT_W0_CPUCLK(cfg0)) { | ||
186 | case 0x0: | ||
187 | lasat_board_info.li_cpu_hz = | ||
188 | lasat_board_info.li_bus_hz; | ||
189 | break; | ||
190 | case 0x1: | ||
191 | lasat_board_info.li_cpu_hz = | ||
192 | lasat_board_info.li_bus_hz + | ||
193 | (lasat_board_info.li_bus_hz >> 1); | ||
194 | break; | ||
195 | case 0x2: | ||
196 | lasat_board_info.li_cpu_hz = | ||
197 | lasat_board_info.li_bus_hz + | ||
198 | lasat_board_info.li_bus_hz; | ||
199 | break; | ||
200 | case 0x3: | ||
201 | lasat_board_info.li_cpu_hz = | ||
202 | lasat_board_info.li_bus_hz + | ||
203 | lasat_board_info.li_bus_hz + | ||
204 | (lasat_board_info.li_bus_hz >> 1); | ||
205 | break; | ||
206 | case 0x4: | ||
207 | lasat_board_info.li_cpu_hz = | ||
208 | lasat_board_info.li_bus_hz + | ||
209 | lasat_board_info.li_bus_hz + | ||
210 | lasat_board_info.li_bus_hz; | ||
211 | break; | ||
212 | } | ||
213 | |||
214 | /* Flash size */ | ||
215 | switch (LASAT_W1_FLASHSIZE(cfg1)) { | ||
216 | case 0: | ||
217 | lasat_board_info.li_flash_size = 0x200000; | ||
218 | break; | ||
219 | case 1: | ||
220 | lasat_board_info.li_flash_size = 0x400000; | ||
221 | break; | ||
222 | case 2: | ||
223 | lasat_board_info.li_flash_size = 0x800000; | ||
224 | break; | ||
225 | case 3: | ||
226 | lasat_board_info.li_flash_size = 0x1000000; | ||
227 | break; | ||
228 | case 4: | ||
229 | lasat_board_info.li_flash_size = 0x2000000; | ||
230 | break; | ||
231 | } | ||
232 | |||
233 | init_flash_sizes(); | ||
234 | |||
235 | lasat_board_info.li_bmid = LASAT_W0_BMID(cfg0); | ||
236 | lasat_board_info.li_prid = lasat_board_info.li_eeprom_info.prid; | ||
237 | if (lasat_board_info.li_prid == 0xffff || lasat_board_info.li_prid == 0) | ||
238 | lasat_board_info.li_prid = lasat_board_info.li_bmid; | ||
239 | |||
240 | /* Base model stuff */ | ||
241 | if (lasat_board_info.li_bmid > i_n_base_models) | ||
242 | lasat_board_info.li_bmid = i_n_base_models; | ||
243 | strcpy(lasat_board_info.li_bmstr, i_txt_base_models[lasat_board_info.li_bmid]); | ||
244 | |||
245 | /* Product ID dependent values */ | ||
246 | c = lasat_board_info.li_prid; | ||
247 | if (c >= i_n_prids) { | ||
248 | strcpy(lasat_board_info.li_namestr, "Unknown Model"); | ||
249 | strcpy(lasat_board_info.li_typestr, "Unknown Type"); | ||
250 | } else { | ||
251 | ppi = &vendor_info_table[0].vi_product_info[c]; | ||
252 | strcpy(lasat_board_info.li_namestr, ppi->pi_name); | ||
253 | if (ppi->pi_type) | ||
254 | strcpy(lasat_board_info.li_typestr, ppi->pi_type); | ||
255 | else | ||
256 | sprintf(lasat_board_info.li_typestr, "%d",10*c); | ||
257 | } | ||
258 | |||
259 | #if defined(CONFIG_INET) && defined(CONFIG_SYSCTL) | ||
260 | update_bcastaddr(); | ||
261 | #endif | ||
262 | |||
263 | return 0; | ||
264 | } | ||
265 | |||
266 | void lasat_write_eeprom_info(void) | ||
267 | { | ||
268 | unsigned long crc; | ||
269 | |||
270 | /* Generate the CRC */ | ||
271 | crc = EEPROM_CRC((unsigned char *)(&lasat_board_info.li_eeprom_info), | ||
272 | sizeof(struct lasat_eeprom_struct) - 4); | ||
273 | lasat_board_info.li_eeprom_info.crc32 = crc; | ||
274 | |||
275 | /* Write the EEPROM info */ | ||
276 | EEPROMWrite(0, (unsigned char *)&lasat_board_info.li_eeprom_info, | ||
277 | sizeof(struct lasat_eeprom_struct)); | ||
278 | } | ||
279 | |||
diff --git a/arch/mips/lasat/lasat_models.h b/arch/mips/lasat/lasat_models.h deleted file mode 100644 index ae0c5d0bd403..000000000000 --- a/arch/mips/lasat/lasat_models.h +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | /* | ||
2 | * Model description tables | ||
3 | */ | ||
4 | |||
5 | typedef struct product_info_t { | ||
6 | const char *pi_name; | ||
7 | const char *pi_type; | ||
8 | } product_info_t; | ||
9 | |||
10 | typedef struct vendor_info_t { | ||
11 | const char *vi_name; | ||
12 | const product_info_t *vi_product_info; | ||
13 | } vendor_info_t; | ||
14 | |||
15 | /* | ||
16 | * Base models | ||
17 | */ | ||
18 | static const char * const txt_base_models[] = { | ||
19 | "MQ 2", "MQ Pro", "SP 25", "SP 50", "SP 100", "SP 5000", "SP 7000", "SP 1000", "Unknown" | ||
20 | }; | ||
21 | #define N_BASE_MODELS (sizeof(txt_base_models)/sizeof(char*)-1) | ||
22 | |||
23 | /* | ||
24 | * Eicon Networks | ||
25 | */ | ||
26 | static const char txt_en_mq[] = "Masquerade"; | ||
27 | static const char txt_en_sp[] = "Safepipe"; | ||
28 | |||
29 | static const product_info_t product_info_eicon[] = { | ||
30 | { txt_en_mq, "II" }, /* 0 */ | ||
31 | { txt_en_mq, "Pro" }, /* 1 */ | ||
32 | { txt_en_sp, "25" }, /* 2 */ | ||
33 | { txt_en_sp, "50" }, /* 3 */ | ||
34 | { txt_en_sp, "100" }, /* 4 */ | ||
35 | { txt_en_sp, "5000" }, /* 5 */ | ||
36 | { txt_en_sp, "7000" }, /* 6 */ | ||
37 | { txt_en_sp, "30" }, /* 7 */ | ||
38 | { txt_en_sp, "5100" }, /* 8 */ | ||
39 | { txt_en_sp, "7100" }, /* 9 */ | ||
40 | { txt_en_sp, "1110" }, /* 10 */ | ||
41 | { txt_en_sp, "3020" }, /* 11 */ | ||
42 | { txt_en_sp, "3030" }, /* 12 */ | ||
43 | { txt_en_sp, "5020" }, /* 13 */ | ||
44 | { txt_en_sp, "5030" }, /* 14 */ | ||
45 | { txt_en_sp, "1120" }, /* 15 */ | ||
46 | { txt_en_sp, "1130" }, /* 16 */ | ||
47 | { txt_en_sp, "6010" }, /* 17 */ | ||
48 | { txt_en_sp, "6110" }, /* 18 */ | ||
49 | { txt_en_sp, "6210" }, /* 19 */ | ||
50 | { txt_en_sp, "1020" }, /* 20 */ | ||
51 | { txt_en_sp, "1040" }, /* 21 */ | ||
52 | { txt_en_sp, "1050" }, /* 22 */ | ||
53 | { txt_en_sp, "1060" }, /* 23 */ | ||
54 | }; | ||
55 | #define N_PRIDS (sizeof(product_info_eicon)/sizeof(product_info_t)) | ||
56 | |||
57 | /* | ||
58 | * The vendor table | ||
59 | */ | ||
60 | static vendor_info_t const vendor_info_table[] = { | ||
61 | { "Eicon Networks", product_info_eicon }, | ||
62 | }; | ||
63 | #define N_VENDORS (sizeof(vendor_info_table)/sizeof(vendor_info_t)) | ||
diff --git a/arch/mips/lasat/picvue.c b/arch/mips/lasat/picvue.c deleted file mode 100644 index 9ae82c3ffb07..000000000000 --- a/arch/mips/lasat/picvue.c +++ /dev/null | |||
@@ -1,240 +0,0 @@ | |||
1 | /* | ||
2 | * Picvue PVC160206 display driver | ||
3 | * | ||
4 | * Brian Murphy <brian@murphy.dk> | ||
5 | * | ||
6 | */ | ||
7 | #include <linux/kernel.h> | ||
8 | #include <linux/delay.h> | ||
9 | #include <asm/bootinfo.h> | ||
10 | #include <asm/lasat/lasat.h> | ||
11 | #include <linux/module.h> | ||
12 | #include <linux/init.h> | ||
13 | #include <linux/errno.h> | ||
14 | #include <linux/string.h> | ||
15 | |||
16 | #include "picvue.h" | ||
17 | |||
18 | #define PVC_BUSY 0x80 | ||
19 | #define PVC_NLINES 2 | ||
20 | #define PVC_DISPMEM 80 | ||
21 | #define PVC_LINELEN PVC_DISPMEM / PVC_NLINES | ||
22 | |||
23 | struct pvc_defs *picvue = NULL; | ||
24 | |||
25 | DECLARE_MUTEX(pvc_sem); | ||
26 | |||
27 | static void pvc_reg_write(u32 val) | ||
28 | { | ||
29 | *picvue->reg = val; | ||
30 | } | ||
31 | |||
32 | static u32 pvc_reg_read(void) | ||
33 | { | ||
34 | u32 tmp = *picvue->reg; | ||
35 | return tmp; | ||
36 | } | ||
37 | |||
38 | static void pvc_write_byte(u32 data, u8 byte) | ||
39 | { | ||
40 | data |= picvue->e; | ||
41 | pvc_reg_write(data); | ||
42 | data &= ~picvue->data_mask; | ||
43 | data |= byte << picvue->data_shift; | ||
44 | pvc_reg_write(data); | ||
45 | ndelay(220); | ||
46 | pvc_reg_write(data & ~picvue->e); | ||
47 | ndelay(220); | ||
48 | } | ||
49 | |||
50 | static u8 pvc_read_byte(u32 data) | ||
51 | { | ||
52 | u8 byte; | ||
53 | |||
54 | data |= picvue->e; | ||
55 | pvc_reg_write(data); | ||
56 | ndelay(220); | ||
57 | byte = (pvc_reg_read() & picvue->data_mask) >> picvue->data_shift; | ||
58 | data &= ~picvue->e; | ||
59 | pvc_reg_write(data); | ||
60 | ndelay(220); | ||
61 | return byte; | ||
62 | } | ||
63 | |||
64 | static u8 pvc_read_data(void) | ||
65 | { | ||
66 | u32 data = pvc_reg_read(); | ||
67 | u8 byte; | ||
68 | data |= picvue->rw; | ||
69 | data &= ~picvue->rs; | ||
70 | pvc_reg_write(data); | ||
71 | ndelay(40); | ||
72 | byte = pvc_read_byte(data); | ||
73 | data |= picvue->rs; | ||
74 | pvc_reg_write(data); | ||
75 | return byte; | ||
76 | } | ||
77 | |||
78 | #define TIMEOUT 1000 | ||
79 | static int pvc_wait(void) | ||
80 | { | ||
81 | int i = TIMEOUT; | ||
82 | int err = 0; | ||
83 | |||
84 | while ((pvc_read_data() & PVC_BUSY) && i) | ||
85 | i--; | ||
86 | if (i == 0) | ||
87 | err = -ETIME; | ||
88 | |||
89 | return err; | ||
90 | } | ||
91 | |||
92 | #define MODE_INST 0 | ||
93 | #define MODE_DATA 1 | ||
94 | static void pvc_write(u8 byte, int mode) | ||
95 | { | ||
96 | u32 data = pvc_reg_read(); | ||
97 | data &= ~picvue->rw; | ||
98 | if (mode == MODE_DATA) | ||
99 | data |= picvue->rs; | ||
100 | else | ||
101 | data &= ~picvue->rs; | ||
102 | pvc_reg_write(data); | ||
103 | ndelay(40); | ||
104 | pvc_write_byte(data, byte); | ||
105 | if (mode == MODE_DATA) | ||
106 | data &= ~picvue->rs; | ||
107 | else | ||
108 | data |= picvue->rs; | ||
109 | pvc_reg_write(data); | ||
110 | pvc_wait(); | ||
111 | } | ||
112 | |||
113 | void pvc_write_string(const unsigned char *str, u8 addr, int line) | ||
114 | { | ||
115 | int i = 0; | ||
116 | |||
117 | if (line > 0 && (PVC_NLINES > 1)) | ||
118 | addr += 0x40 * line; | ||
119 | pvc_write(0x80 | addr, MODE_INST); | ||
120 | |||
121 | while (*str != 0 && i < PVC_LINELEN) { | ||
122 | pvc_write(*str++, MODE_DATA); | ||
123 | i++; | ||
124 | } | ||
125 | } | ||
126 | |||
127 | void pvc_write_string_centered(const unsigned char *str, int line) | ||
128 | { | ||
129 | int len = strlen(str); | ||
130 | u8 addr; | ||
131 | |||
132 | if (len > PVC_VISIBLE_CHARS) | ||
133 | addr = 0; | ||
134 | else | ||
135 | addr = (PVC_VISIBLE_CHARS - strlen(str))/2; | ||
136 | |||
137 | pvc_write_string(str, addr, line); | ||
138 | } | ||
139 | |||
140 | void pvc_dump_string(const unsigned char *str) | ||
141 | { | ||
142 | int len = strlen(str); | ||
143 | |||
144 | pvc_write_string(str, 0, 0); | ||
145 | if (len > PVC_VISIBLE_CHARS) | ||
146 | pvc_write_string(&str[PVC_VISIBLE_CHARS], 0, 1); | ||
147 | } | ||
148 | |||
149 | #define BM_SIZE 8 | ||
150 | #define MAX_PROGRAMMABLE_CHARS 8 | ||
151 | int pvc_program_cg(int charnum, u8 bitmap[BM_SIZE]) | ||
152 | { | ||
153 | int i; | ||
154 | int addr; | ||
155 | |||
156 | if (charnum > MAX_PROGRAMMABLE_CHARS) | ||
157 | return -ENOENT; | ||
158 | |||
159 | addr = charnum * 8; | ||
160 | pvc_write(0x40 | addr, MODE_INST); | ||
161 | |||
162 | for (i=0; i<BM_SIZE; i++) | ||
163 | pvc_write(bitmap[i], MODE_DATA); | ||
164 | return 0; | ||
165 | } | ||
166 | |||
167 | #define FUNC_SET_CMD 0x20 | ||
168 | #define EIGHT_BYTE (1 << 4) | ||
169 | #define FOUR_BYTE 0 | ||
170 | #define TWO_LINES (1 << 3) | ||
171 | #define ONE_LINE 0 | ||
172 | #define LARGE_FONT (1 << 2) | ||
173 | #define SMALL_FONT 0 | ||
174 | static void pvc_funcset(u8 cmd) | ||
175 | { | ||
176 | pvc_write(FUNC_SET_CMD | (cmd & (EIGHT_BYTE|TWO_LINES|LARGE_FONT)), MODE_INST); | ||
177 | } | ||
178 | |||
179 | #define ENTRYMODE_CMD 0x4 | ||
180 | #define AUTO_INC (1 << 1) | ||
181 | #define AUTO_DEC 0 | ||
182 | #define CURSOR_FOLLOWS_DISP (1 << 0) | ||
183 | static void pvc_entrymode(u8 cmd) | ||
184 | { | ||
185 | pvc_write(ENTRYMODE_CMD | (cmd & (AUTO_INC|CURSOR_FOLLOWS_DISP)), MODE_INST); | ||
186 | } | ||
187 | |||
188 | #define DISP_CNT_CMD 0x08 | ||
189 | #define DISP_OFF 0 | ||
190 | #define DISP_ON (1 << 2) | ||
191 | #define CUR_ON (1 << 1) | ||
192 | #define CUR_BLINK (1 << 0) | ||
193 | void pvc_dispcnt(u8 cmd) | ||
194 | { | ||
195 | pvc_write(DISP_CNT_CMD | (cmd & (DISP_ON|CUR_ON|CUR_BLINK)), MODE_INST); | ||
196 | } | ||
197 | |||
198 | #define MOVE_CMD 0x10 | ||
199 | #define DISPLAY (1 << 3) | ||
200 | #define CURSOR 0 | ||
201 | #define RIGHT (1 << 2) | ||
202 | #define LEFT 0 | ||
203 | void pvc_move(u8 cmd) | ||
204 | { | ||
205 | pvc_write(MOVE_CMD | (cmd & (DISPLAY|RIGHT)), MODE_INST); | ||
206 | } | ||
207 | |||
208 | #define CLEAR_CMD 0x1 | ||
209 | void pvc_clear(void) | ||
210 | { | ||
211 | pvc_write(CLEAR_CMD, MODE_INST); | ||
212 | } | ||
213 | |||
214 | #define HOME_CMD 0x2 | ||
215 | void pvc_home(void) | ||
216 | { | ||
217 | pvc_write(HOME_CMD, MODE_INST); | ||
218 | } | ||
219 | |||
220 | int pvc_init(void) | ||
221 | { | ||
222 | u8 cmd = EIGHT_BYTE; | ||
223 | |||
224 | if (PVC_NLINES == 2) | ||
225 | cmd |= (SMALL_FONT|TWO_LINES); | ||
226 | else | ||
227 | cmd |= (LARGE_FONT|ONE_LINE); | ||
228 | pvc_funcset(cmd); | ||
229 | pvc_dispcnt(DISP_ON); | ||
230 | pvc_entrymode(AUTO_INC); | ||
231 | |||
232 | pvc_clear(); | ||
233 | pvc_write_string_centered("Display", 0); | ||
234 | pvc_write_string_centered("Initialized", 1); | ||
235 | |||
236 | return 0; | ||
237 | } | ||
238 | |||
239 | module_init(pvc_init); | ||
240 | MODULE_LICENSE("GPL"); | ||
diff --git a/arch/mips/lasat/picvue.h b/arch/mips/lasat/picvue.h deleted file mode 100644 index 2a96bf971897..000000000000 --- a/arch/mips/lasat/picvue.h +++ /dev/null | |||
@@ -1,48 +0,0 @@ | |||
1 | /* | ||
2 | * Picvue PVC160206 display driver | ||
3 | * | ||
4 | * Brian Murphy <brian.murphy@eicon.com> | ||
5 | * | ||
6 | */ | ||
7 | #include <asm/semaphore.h> | ||
8 | |||
9 | struct pvc_defs { | ||
10 | volatile u32 *reg; | ||
11 | u32 data_shift; | ||
12 | u32 data_mask; | ||
13 | u32 e; | ||
14 | u32 rw; | ||
15 | u32 rs; | ||
16 | }; | ||
17 | |||
18 | extern struct pvc_defs *picvue; | ||
19 | |||
20 | #define PVC_NLINES 2 | ||
21 | #define PVC_DISPMEM 80 | ||
22 | #define PVC_LINELEN PVC_DISPMEM / PVC_NLINES | ||
23 | #define PVC_VISIBLE_CHARS 16 | ||
24 | |||
25 | void pvc_write_string(const unsigned char *str, u8 addr, int line); | ||
26 | void pvc_write_string_centered(const unsigned char *str, int line); | ||
27 | void pvc_dump_string(const unsigned char *str); | ||
28 | |||
29 | #define BM_SIZE 8 | ||
30 | #define MAX_PROGRAMMABLE_CHARS 8 | ||
31 | int pvc_program_cg(int charnum, u8 bitmap[BM_SIZE]); | ||
32 | |||
33 | void pvc_dispcnt(u8 cmd); | ||
34 | #define DISP_OFF 0 | ||
35 | #define DISP_ON (1 << 2) | ||
36 | #define CUR_ON (1 << 1) | ||
37 | #define CUR_BLINK (1 << 0) | ||
38 | |||
39 | void pvc_move(u8 cmd); | ||
40 | #define DISPLAY (1 << 3) | ||
41 | #define CURSOR 0 | ||
42 | #define RIGHT (1 << 2) | ||
43 | #define LEFT 0 | ||
44 | |||
45 | void pvc_clear(void); | ||
46 | void pvc_home(void); | ||
47 | |||
48 | extern struct semaphore pvc_sem; | ||
diff --git a/arch/mips/lasat/picvue_proc.c b/arch/mips/lasat/picvue_proc.c deleted file mode 100644 index cce7cddcdb08..000000000000 --- a/arch/mips/lasat/picvue_proc.c +++ /dev/null | |||
@@ -1,186 +0,0 @@ | |||
1 | /* | ||
2 | * Picvue PVC160206 display driver | ||
3 | * | ||
4 | * Brian Murphy <brian.murphy@eicon.com> | ||
5 | * | ||
6 | */ | ||
7 | #include <linux/kernel.h> | ||
8 | #include <linux/module.h> | ||
9 | #include <linux/init.h> | ||
10 | #include <linux/errno.h> | ||
11 | |||
12 | #include <linux/proc_fs.h> | ||
13 | #include <linux/interrupt.h> | ||
14 | |||
15 | #include <linux/timer.h> | ||
16 | |||
17 | #include "picvue.h" | ||
18 | |||
19 | static char pvc_lines[PVC_NLINES][PVC_LINELEN+1]; | ||
20 | static int pvc_linedata[PVC_NLINES]; | ||
21 | static struct proc_dir_entry *pvc_display_dir; | ||
22 | static char *pvc_linename[PVC_NLINES] = {"line1", "line2"}; | ||
23 | #define DISPLAY_DIR_NAME "display" | ||
24 | static int scroll_dir = 0, scroll_interval = 0; | ||
25 | |||
26 | static struct timer_list timer; | ||
27 | |||
28 | static void pvc_display(unsigned long data) { | ||
29 | int i; | ||
30 | |||
31 | pvc_clear(); | ||
32 | for (i=0; i<PVC_NLINES; i++) | ||
33 | pvc_write_string(pvc_lines[i], 0, i); | ||
34 | } | ||
35 | |||
36 | static DECLARE_TASKLET(pvc_display_tasklet, &pvc_display, 0); | ||
37 | |||
38 | static int pvc_proc_read_line(char *page, char **start, | ||
39 | off_t off, int count, | ||
40 | int *eof, void *data) | ||
41 | { | ||
42 | char *origpage = page; | ||
43 | int lineno = *(int *)data; | ||
44 | |||
45 | if (lineno < 0 || lineno > PVC_NLINES) { | ||
46 | printk("proc_read_line: invalid lineno %d\n", lineno); | ||
47 | return 0; | ||
48 | } | ||
49 | |||
50 | down(&pvc_sem); | ||
51 | page += sprintf(page, "%s\n", pvc_lines[lineno]); | ||
52 | up(&pvc_sem); | ||
53 | |||
54 | return page - origpage; | ||
55 | } | ||
56 | |||
57 | static int pvc_proc_write_line(struct file *file, const char *buffer, | ||
58 | unsigned long count, void *data) | ||
59 | { | ||
60 | int origcount = count; | ||
61 | int lineno = *(int *)data; | ||
62 | |||
63 | if (lineno < 0 || lineno > PVC_NLINES) { | ||
64 | printk("proc_write_line: invalid lineno %d\n", lineno); | ||
65 | return origcount; | ||
66 | } | ||
67 | |||
68 | if (count > PVC_LINELEN) | ||
69 | count = PVC_LINELEN; | ||
70 | |||
71 | if (buffer[count-1] == '\n') | ||
72 | count--; | ||
73 | |||
74 | down(&pvc_sem); | ||
75 | strncpy(pvc_lines[lineno], buffer, count); | ||
76 | pvc_lines[lineno][count] = '\0'; | ||
77 | up(&pvc_sem); | ||
78 | |||
79 | tasklet_schedule(&pvc_display_tasklet); | ||
80 | |||
81 | return origcount; | ||
82 | } | ||
83 | |||
84 | static int pvc_proc_write_scroll(struct file *file, const char *buffer, | ||
85 | unsigned long count, void *data) | ||
86 | { | ||
87 | int origcount = count; | ||
88 | int cmd = simple_strtol(buffer, NULL, 10); | ||
89 | |||
90 | down(&pvc_sem); | ||
91 | if (scroll_interval != 0) | ||
92 | del_timer(&timer); | ||
93 | |||
94 | if (cmd == 0) { | ||
95 | scroll_dir = 0; | ||
96 | scroll_interval = 0; | ||
97 | } else { | ||
98 | if (cmd < 0) { | ||
99 | scroll_dir = -1; | ||
100 | scroll_interval = -cmd; | ||
101 | } else { | ||
102 | scroll_dir = 1; | ||
103 | scroll_interval = cmd; | ||
104 | } | ||
105 | add_timer(&timer); | ||
106 | } | ||
107 | up(&pvc_sem); | ||
108 | |||
109 | return origcount; | ||
110 | } | ||
111 | |||
112 | static int pvc_proc_read_scroll(char *page, char **start, | ||
113 | off_t off, int count, | ||
114 | int *eof, void *data) | ||
115 | { | ||
116 | char *origpage = page; | ||
117 | |||
118 | down(&pvc_sem); | ||
119 | page += sprintf(page, "%d\n", scroll_dir * scroll_interval); | ||
120 | up(&pvc_sem); | ||
121 | |||
122 | return page - origpage; | ||
123 | } | ||
124 | |||
125 | |||
126 | void pvc_proc_timerfunc(unsigned long data) | ||
127 | { | ||
128 | if (scroll_dir < 0) | ||
129 | pvc_move(DISPLAY|RIGHT); | ||
130 | else if (scroll_dir > 0) | ||
131 | pvc_move(DISPLAY|LEFT); | ||
132 | |||
133 | timer.expires = jiffies + scroll_interval; | ||
134 | add_timer(&timer); | ||
135 | } | ||
136 | |||
137 | static void pvc_proc_cleanup(void) | ||
138 | { | ||
139 | int i; | ||
140 | for (i=0; i<PVC_NLINES; i++) | ||
141 | remove_proc_entry(pvc_linename[i], pvc_display_dir); | ||
142 | remove_proc_entry("scroll", pvc_display_dir); | ||
143 | remove_proc_entry(DISPLAY_DIR_NAME, NULL); | ||
144 | |||
145 | del_timer(&timer); | ||
146 | } | ||
147 | |||
148 | static int __init pvc_proc_init(void) | ||
149 | { | ||
150 | struct proc_dir_entry *proc_entry; | ||
151 | int i; | ||
152 | |||
153 | pvc_display_dir = proc_mkdir(DISPLAY_DIR_NAME, NULL); | ||
154 | if (pvc_display_dir == NULL) | ||
155 | goto error; | ||
156 | |||
157 | for (i=0; i<PVC_NLINES; i++) { | ||
158 | strcpy(pvc_lines[i], ""); | ||
159 | pvc_linedata[i] = i; | ||
160 | } | ||
161 | for (i=0; i<PVC_NLINES; i++) { | ||
162 | proc_entry = create_proc_entry(pvc_linename[i], 0644, pvc_display_dir); | ||
163 | if (proc_entry == NULL) | ||
164 | goto error; | ||
165 | proc_entry->read_proc = pvc_proc_read_line; | ||
166 | proc_entry->write_proc = pvc_proc_write_line; | ||
167 | proc_entry->data = &pvc_linedata[i]; | ||
168 | } | ||
169 | proc_entry = create_proc_entry("scroll", 0644, pvc_display_dir); | ||
170 | if (proc_entry == NULL) | ||
171 | goto error; | ||
172 | proc_entry->write_proc = pvc_proc_write_scroll; | ||
173 | proc_entry->read_proc = pvc_proc_read_scroll; | ||
174 | |||
175 | init_timer(&timer); | ||
176 | timer.function = pvc_proc_timerfunc; | ||
177 | |||
178 | return 0; | ||
179 | error: | ||
180 | pvc_proc_cleanup(); | ||
181 | return -ENOMEM; | ||
182 | } | ||
183 | |||
184 | module_init(pvc_proc_init); | ||
185 | module_exit(pvc_proc_cleanup); | ||
186 | MODULE_LICENSE("GPL"); | ||
diff --git a/arch/mips/lasat/prom.c b/arch/mips/lasat/prom.c deleted file mode 100644 index 812c6ac366be..000000000000 --- a/arch/mips/lasat/prom.c +++ /dev/null | |||
@@ -1,117 +0,0 @@ | |||
1 | /* | ||
2 | * PROM interface routines. | ||
3 | */ | ||
4 | #include <linux/types.h> | ||
5 | #include <linux/init.h> | ||
6 | #include <linux/string.h> | ||
7 | #include <linux/ctype.h> | ||
8 | #include <linux/kernel.h> | ||
9 | #include <linux/mm.h> | ||
10 | #include <linux/bootmem.h> | ||
11 | #include <linux/ioport.h> | ||
12 | #include <asm/bootinfo.h> | ||
13 | #include <asm/lasat/lasat.h> | ||
14 | #include <asm/cpu.h> | ||
15 | |||
16 | #include "at93c.h" | ||
17 | #include <asm/lasat/eeprom.h> | ||
18 | #include "prom.h" | ||
19 | |||
20 | #define RESET_VECTOR 0xbfc00000 | ||
21 | #define PROM_JUMP_TABLE_ENTRY(n) (*((u32 *)(RESET_VECTOR + 0x20) + n)) | ||
22 | #define PROM_DISPLAY_ADDR PROM_JUMP_TABLE_ENTRY(0) | ||
23 | #define PROM_PUTC_ADDR PROM_JUMP_TABLE_ENTRY(1) | ||
24 | #define PROM_MONITOR_ADDR PROM_JUMP_TABLE_ENTRY(2) | ||
25 | |||
26 | static void null_prom_display(const char *string, int pos, int clear) | ||
27 | { | ||
28 | } | ||
29 | |||
30 | static void null_prom_monitor(void) | ||
31 | { | ||
32 | } | ||
33 | |||
34 | static void null_prom_putc(char c) | ||
35 | { | ||
36 | } | ||
37 | |||
38 | /* these are functions provided by the bootloader */ | ||
39 | static void (* __prom_putc)(char c) = null_prom_putc; | ||
40 | |||
41 | void prom_putchar(char c) | ||
42 | { | ||
43 | __prom_putc(c); | ||
44 | } | ||
45 | |||
46 | void (* prom_display)(const char *string, int pos, int clear) = | ||
47 | null_prom_display; | ||
48 | void (* prom_monitor)(void) = null_prom_monitor; | ||
49 | |||
50 | unsigned int lasat_ndelay_divider; | ||
51 | |||
52 | static void setup_prom_vectors(void) | ||
53 | { | ||
54 | u32 version = *(u32 *)(RESET_VECTOR + 0x90); | ||
55 | |||
56 | if (version >= 307) { | ||
57 | prom_display = (void *)PROM_DISPLAY_ADDR; | ||
58 | __prom_putc = (void *)PROM_PUTC_ADDR; | ||
59 | prom_monitor = (void *)PROM_MONITOR_ADDR; | ||
60 | } | ||
61 | printk("prom vectors set up\n"); | ||
62 | } | ||
63 | |||
64 | static struct at93c_defs at93c_defs[N_MACHTYPES] = { | ||
65 | {(void *)AT93C_REG_100, (void *)AT93C_RDATA_REG_100, AT93C_RDATA_SHIFT_100, | ||
66 | AT93C_WDATA_SHIFT_100, AT93C_CS_M_100, AT93C_CLK_M_100}, | ||
67 | {(void *)AT93C_REG_200, (void *)AT93C_RDATA_REG_200, AT93C_RDATA_SHIFT_200, | ||
68 | AT93C_WDATA_SHIFT_200, AT93C_CS_M_200, AT93C_CLK_M_200}, | ||
69 | }; | ||
70 | |||
71 | void __init prom_init(void) | ||
72 | { | ||
73 | int argc = fw_arg0; | ||
74 | char **argv = (char **) fw_arg1; | ||
75 | |||
76 | setup_prom_vectors(); | ||
77 | |||
78 | if (current_cpu_data.cputype == CPU_R5000) { | ||
79 | printk("LASAT 200 board\n"); | ||
80 | mips_machtype = MACH_LASAT_200; | ||
81 | lasat_ndelay_divider = LASAT_200_DIVIDER; | ||
82 | } else { | ||
83 | printk("LASAT 100 board\n"); | ||
84 | mips_machtype = MACH_LASAT_100; | ||
85 | lasat_ndelay_divider = LASAT_100_DIVIDER; | ||
86 | } | ||
87 | |||
88 | at93c = &at93c_defs[mips_machtype]; | ||
89 | |||
90 | lasat_init_board_info(); /* Read info from EEPROM */ | ||
91 | |||
92 | mips_machgroup = MACH_GROUP_LASAT; | ||
93 | |||
94 | /* Get the command line */ | ||
95 | if (argc > 0) { | ||
96 | strncpy(arcs_cmdline, argv[0], CL_SIZE-1); | ||
97 | arcs_cmdline[CL_SIZE-1] = '\0'; | ||
98 | } | ||
99 | |||
100 | /* Set the I/O base address */ | ||
101 | set_io_port_base(KSEG1); | ||
102 | |||
103 | /* Set memory regions */ | ||
104 | ioport_resource.start = 0; | ||
105 | ioport_resource.end = 0xffffffff; /* Wrong, fixme. */ | ||
106 | |||
107 | add_memory_region(0, lasat_board_info.li_memsize, BOOT_MEM_RAM); | ||
108 | } | ||
109 | |||
110 | void __init prom_free_prom_memory(void) | ||
111 | { | ||
112 | } | ||
113 | |||
114 | const char *get_system_type(void) | ||
115 | { | ||
116 | return lasat_board_info.li_bmstr; | ||
117 | } | ||
diff --git a/arch/mips/lasat/prom.h b/arch/mips/lasat/prom.h deleted file mode 100644 index 019d45fbd268..000000000000 --- a/arch/mips/lasat/prom.h +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | #ifndef PROM_H | ||
2 | #define PROM_H | ||
3 | extern void (* prom_display)(const char *string, int pos, int clear); | ||
4 | extern void (* prom_monitor)(void); | ||
5 | #endif | ||
diff --git a/arch/mips/lasat/reset.c b/arch/mips/lasat/reset.c deleted file mode 100644 index 9e22acf03083..000000000000 --- a/arch/mips/lasat/reset.c +++ /dev/null | |||
@@ -1,69 +0,0 @@ | |||
1 | /* | ||
2 | * Thomas Horsten <thh@lasat.com> | ||
3 | * Copyright (C) 2000 LASAT Networks A/S. | ||
4 | * | ||
5 | * This program is free software; you can distribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License (Version 2) as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
12 | * for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along | ||
15 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
17 | * | ||
18 | * Reset the LASAT board. | ||
19 | */ | ||
20 | #include <linux/kernel.h> | ||
21 | #include <linux/pm.h> | ||
22 | |||
23 | #include <asm/reboot.h> | ||
24 | #include <asm/system.h> | ||
25 | #include <asm/lasat/lasat.h> | ||
26 | |||
27 | #include "picvue.h" | ||
28 | #include "prom.h" | ||
29 | |||
30 | static void lasat_machine_restart(char *command); | ||
31 | static void lasat_machine_halt(void); | ||
32 | |||
33 | /* Used to set machine to boot in service mode via /proc interface */ | ||
34 | int lasat_boot_to_service = 0; | ||
35 | |||
36 | static void lasat_machine_restart(char *command) | ||
37 | { | ||
38 | local_irq_disable(); | ||
39 | |||
40 | if (lasat_boot_to_service) { | ||
41 | printk("machine_restart: Rebooting to service mode\n"); | ||
42 | *(volatile unsigned int *)0xa0000024 = 0xdeadbeef; | ||
43 | *(volatile unsigned int *)0xa00000fc = 0xfedeabba; | ||
44 | } | ||
45 | *lasat_misc->reset_reg = 0xbedead; | ||
46 | for (;;) ; | ||
47 | } | ||
48 | |||
49 | #define MESSAGE "System halted" | ||
50 | static void lasat_machine_halt(void) | ||
51 | { | ||
52 | local_irq_disable(); | ||
53 | |||
54 | /* Disable interrupts and loop forever */ | ||
55 | printk(KERN_NOTICE MESSAGE "\n"); | ||
56 | #ifdef CONFIG_PICVUE | ||
57 | pvc_clear(); | ||
58 | pvc_write_string(MESSAGE, 0, 0); | ||
59 | #endif | ||
60 | prom_monitor(); | ||
61 | for (;;) ; | ||
62 | } | ||
63 | |||
64 | void lasat_reboot_setup(void) | ||
65 | { | ||
66 | _machine_restart = lasat_machine_restart; | ||
67 | _machine_halt = lasat_machine_halt; | ||
68 | pm_power_off = lasat_machine_halt; | ||
69 | } | ||
diff --git a/arch/mips/lasat/setup.c b/arch/mips/lasat/setup.c deleted file mode 100644 index 488007f13988..000000000000 --- a/arch/mips/lasat/setup.c +++ /dev/null | |||
@@ -1,182 +0,0 @@ | |||
1 | /* | ||
2 | * Carsten Langgaard, carstenl@mips.com | ||
3 | * Copyright (C) 1999 MIPS Technologies, Inc. All rights reserved. | ||
4 | * | ||
5 | * Thomas Horsten <thh@lasat.com> | ||
6 | * Copyright (C) 2000 LASAT Networks A/S. | ||
7 | * | ||
8 | * Brian Murphy <brian@murphy.dk> | ||
9 | * | ||
10 | * This program is free software; you can distribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License (Version 2) as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
15 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
16 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
17 | * for more details. | ||
18 | * | ||
19 | * You should have received a copy of the GNU General Public License along | ||
20 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
21 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
22 | * | ||
23 | * Lasat specific setup. | ||
24 | */ | ||
25 | #include <linux/init.h> | ||
26 | #include <linux/sched.h> | ||
27 | #include <linux/pci.h> | ||
28 | #include <linux/interrupt.h> | ||
29 | #include <linux/tty.h> | ||
30 | #include <linux/serial.h> | ||
31 | #include <linux/serial_core.h> | ||
32 | |||
33 | #include <asm/time.h> | ||
34 | #include <asm/cpu.h> | ||
35 | #include <asm/bootinfo.h> | ||
36 | #include <asm/irq.h> | ||
37 | #include <asm/lasat/lasat.h> | ||
38 | #include <asm/lasat/serial.h> | ||
39 | |||
40 | #ifdef CONFIG_PICVUE | ||
41 | #include <linux/notifier.h> | ||
42 | #endif | ||
43 | |||
44 | #include "ds1603.h" | ||
45 | #include <asm/lasat/ds1603.h> | ||
46 | #include <asm/lasat/picvue.h> | ||
47 | #include <asm/lasat/eeprom.h> | ||
48 | |||
49 | #include "prom.h" | ||
50 | |||
51 | int lasat_command_line = 0; | ||
52 | void lasatint_init(void); | ||
53 | |||
54 | extern void lasat_reboot_setup(void); | ||
55 | extern void pcisetup(void); | ||
56 | extern void edhac_init(void *, void *, void *); | ||
57 | extern void addrflt_init(void); | ||
58 | |||
59 | struct lasat_misc lasat_misc_info[N_MACHTYPES] = { | ||
60 | {(void *)KSEG1ADDR(0x1c840000), (void *)KSEG1ADDR(0x1c800000), 2}, | ||
61 | {(void *)KSEG1ADDR(0x11080000), (void *)KSEG1ADDR(0x11000000), 6} | ||
62 | }; | ||
63 | |||
64 | struct lasat_misc *lasat_misc = NULL; | ||
65 | |||
66 | #ifdef CONFIG_DS1603 | ||
67 | static struct ds_defs ds_defs[N_MACHTYPES] = { | ||
68 | { (void *)DS1603_REG_100, (void *)DS1603_REG_100, | ||
69 | DS1603_RST_100, DS1603_CLK_100, DS1603_DATA_100, | ||
70 | DS1603_DATA_SHIFT_100, 0, 0 }, | ||
71 | { (void *)DS1603_REG_200, (void *)DS1603_DATA_REG_200, | ||
72 | DS1603_RST_200, DS1603_CLK_200, DS1603_DATA_200, | ||
73 | DS1603_DATA_READ_SHIFT_200, 1, 2000 } | ||
74 | }; | ||
75 | #endif | ||
76 | |||
77 | #ifdef CONFIG_PICVUE | ||
78 | #include "picvue.h" | ||
79 | static struct pvc_defs pvc_defs[N_MACHTYPES] = { | ||
80 | { (void *)PVC_REG_100, PVC_DATA_SHIFT_100, PVC_DATA_M_100, | ||
81 | PVC_E_100, PVC_RW_100, PVC_RS_100 }, | ||
82 | { (void *)PVC_REG_200, PVC_DATA_SHIFT_200, PVC_DATA_M_200, | ||
83 | PVC_E_200, PVC_RW_200, PVC_RS_200 } | ||
84 | }; | ||
85 | #endif | ||
86 | |||
87 | static int lasat_panic_display(struct notifier_block *this, | ||
88 | unsigned long event, void *ptr) | ||
89 | { | ||
90 | #ifdef CONFIG_PICVUE | ||
91 | unsigned char *string = ptr; | ||
92 | if (string == NULL) | ||
93 | string = "Kernel Panic"; | ||
94 | pvc_dump_string(string); | ||
95 | #endif | ||
96 | return NOTIFY_DONE; | ||
97 | } | ||
98 | |||
99 | static int lasat_panic_prom_monitor(struct notifier_block *this, | ||
100 | unsigned long event, void *ptr) | ||
101 | { | ||
102 | prom_monitor(); | ||
103 | return NOTIFY_DONE; | ||
104 | } | ||
105 | |||
106 | static struct notifier_block lasat_panic_block[] = | ||
107 | { | ||
108 | { lasat_panic_display, NULL, INT_MAX }, | ||
109 | { lasat_panic_prom_monitor, NULL, INT_MIN } | ||
110 | }; | ||
111 | |||
112 | static void lasat_time_init(void) | ||
113 | { | ||
114 | mips_hpt_frequency = lasat_board_info.li_cpu_hz / 2; | ||
115 | } | ||
116 | |||
117 | void __init plat_timer_setup(struct irqaction *irq) | ||
118 | { | ||
119 | change_c0_status(ST0_IM, IE_IRQ0 | IE_IRQ5); | ||
120 | } | ||
121 | |||
122 | #define DYNAMIC_SERIAL_INIT | ||
123 | #ifdef DYNAMIC_SERIAL_INIT | ||
124 | void __init serial_init(void) | ||
125 | { | ||
126 | #ifdef CONFIG_SERIAL_8250 | ||
127 | struct uart_port s; | ||
128 | |||
129 | memset(&s, 0, sizeof(s)); | ||
130 | |||
131 | s.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST; | ||
132 | s.iotype = UPIO_MEM; | ||
133 | |||
134 | if (mips_machtype == MACH_LASAT_100) { | ||
135 | s.uartclk = LASAT_BASE_BAUD_100 * 16; | ||
136 | s.irq = LASATINT_UART_100; | ||
137 | s.regshift = LASAT_UART_REGS_SHIFT_100; | ||
138 | s.membase = (char *)KSEG1ADDR(LASAT_UART_REGS_BASE_100); | ||
139 | } else { | ||
140 | s.uartclk = LASAT_BASE_BAUD_200 * 16; | ||
141 | s.irq = LASATINT_UART_200; | ||
142 | s.regshift = LASAT_UART_REGS_SHIFT_200; | ||
143 | s.membase = (char *)KSEG1ADDR(LASAT_UART_REGS_BASE_200); | ||
144 | } | ||
145 | |||
146 | if (early_serial_setup(&s) != 0) | ||
147 | printk(KERN_ERR "Serial setup failed!\n"); | ||
148 | #endif | ||
149 | } | ||
150 | #endif | ||
151 | |||
152 | void __init plat_mem_setup(void) | ||
153 | { | ||
154 | int i; | ||
155 | lasat_misc = &lasat_misc_info[mips_machtype]; | ||
156 | #ifdef CONFIG_PICVUE | ||
157 | picvue = &pvc_defs[mips_machtype]; | ||
158 | #endif | ||
159 | |||
160 | /* Set up panic notifier */ | ||
161 | for (i = 0; i < sizeof(lasat_panic_block) / sizeof(struct notifier_block); i++) | ||
162 | atomic_notifier_chain_register(&panic_notifier_list, | ||
163 | &lasat_panic_block[i]); | ||
164 | |||
165 | lasat_reboot_setup(); | ||
166 | |||
167 | board_time_init = lasat_time_init; | ||
168 | |||
169 | #ifdef CONFIG_DS1603 | ||
170 | ds1603 = &ds_defs[mips_machtype]; | ||
171 | rtc_mips_get_time = ds1603_read; | ||
172 | rtc_mips_set_time = ds1603_set; | ||
173 | #endif | ||
174 | |||
175 | #ifdef DYNAMIC_SERIAL_INIT | ||
176 | serial_init(); | ||
177 | #endif | ||
178 | /* Switch from prom exception handler to normal mode */ | ||
179 | change_c0_status(ST0_BEV,0); | ||
180 | |||
181 | pr_info("Lasat specific initialization complete\n"); | ||
182 | } | ||
diff --git a/arch/mips/lasat/sysctl.c b/arch/mips/lasat/sysctl.c deleted file mode 100644 index 699ab1886ceb..000000000000 --- a/arch/mips/lasat/sysctl.c +++ /dev/null | |||
@@ -1,441 +0,0 @@ | |||
1 | /* | ||
2 | * Thomas Horsten <thh@lasat.com> | ||
3 | * Copyright (C) 2000 LASAT Networks A/S. | ||
4 | * | ||
5 | * This program is free software; you can distribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License (Version 2) as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
10 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | ||
12 | * for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License along | ||
15 | * with this program; if not, write to the Free Software Foundation, Inc., | ||
16 | * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA. | ||
17 | * | ||
18 | * Routines specific to the LASAT boards | ||
19 | */ | ||
20 | #include <linux/types.h> | ||
21 | #include <asm/lasat/lasat.h> | ||
22 | |||
23 | #include <linux/module.h> | ||
24 | #include <linux/sysctl.h> | ||
25 | #include <linux/stddef.h> | ||
26 | #include <linux/init.h> | ||
27 | #include <linux/fs.h> | ||
28 | #include <linux/ctype.h> | ||
29 | #include <linux/string.h> | ||
30 | #include <linux/net.h> | ||
31 | #include <linux/inet.h> | ||
32 | #include <linux/mutex.h> | ||
33 | #include <asm/uaccess.h> | ||
34 | |||
35 | #include "sysctl.h" | ||
36 | #include "ds1603.h" | ||
37 | |||
38 | static DEFINE_MUTEX(lasat_info_mutex); | ||
39 | |||
40 | /* Strategy function to write EEPROM after changing string entry */ | ||
41 | int sysctl_lasatstring(ctl_table *table, int *name, int nlen, | ||
42 | void *oldval, size_t *oldlenp, | ||
43 | void *newval, size_t newlen) | ||
44 | { | ||
45 | int r; | ||
46 | mutex_lock(&lasat_info_mutex); | ||
47 | r = sysctl_string(table, name, | ||
48 | nlen, oldval, oldlenp, newval, newlen); | ||
49 | if (r < 0) { | ||
50 | mutex_unlock(&lasat_info_mutex); | ||
51 | return r; | ||
52 | } | ||
53 | if (newval && newlen) { | ||
54 | lasat_write_eeprom_info(); | ||
55 | } | ||
56 | mutex_unlock(&lasat_info_mutex); | ||
57 | return 1; | ||
58 | } | ||
59 | |||
60 | |||
61 | /* And the same for proc */ | ||
62 | int proc_dolasatstring(ctl_table *table, int write, struct file *filp, | ||
63 | void *buffer, size_t *lenp, loff_t *ppos) | ||
64 | { | ||
65 | int r; | ||
66 | mutex_lock(&lasat_info_mutex); | ||
67 | r = proc_dostring(table, write, filp, buffer, lenp, ppos); | ||
68 | if ( (!write) || r) { | ||
69 | mutex_unlock(&lasat_info_mutex); | ||
70 | return r; | ||
71 | } | ||
72 | lasat_write_eeprom_info(); | ||
73 | mutex_unlock(&lasat_info_mutex); | ||
74 | return 0; | ||
75 | } | ||
76 | |||
77 | /* proc function to write EEPROM after changing int entry */ | ||
78 | int proc_dolasatint(ctl_table *table, int write, struct file *filp, | ||
79 | void *buffer, size_t *lenp, loff_t *ppos) | ||
80 | { | ||
81 | int r; | ||
82 | mutex_lock(&lasat_info_mutex); | ||
83 | r = proc_dointvec(table, write, filp, buffer, lenp, ppos); | ||
84 | if ( (!write) || r) { | ||
85 | mutex_unlock(&lasat_info_mutex); | ||
86 | return r; | ||
87 | } | ||
88 | lasat_write_eeprom_info(); | ||
89 | mutex_unlock(&lasat_info_mutex); | ||
90 | return 0; | ||
91 | } | ||
92 | |||
93 | static int rtctmp; | ||
94 | |||
95 | #ifdef CONFIG_DS1603 | ||
96 | /* proc function to read/write RealTime Clock */ | ||
97 | int proc_dolasatrtc(ctl_table *table, int write, struct file *filp, | ||
98 | void *buffer, size_t *lenp, loff_t *ppos) | ||
99 | { | ||
100 | int r; | ||
101 | mutex_lock(&lasat_info_mutex); | ||
102 | if (!write) { | ||
103 | rtctmp = ds1603_read(); | ||
104 | /* check for time < 0 and set to 0 */ | ||
105 | if (rtctmp < 0) | ||
106 | rtctmp = 0; | ||
107 | } | ||
108 | r = proc_dointvec(table, write, filp, buffer, lenp, ppos); | ||
109 | if ( (!write) || r) { | ||
110 | mutex_unlock(&lasat_info_mutex); | ||
111 | return r; | ||
112 | } | ||
113 | ds1603_set(rtctmp); | ||
114 | mutex_unlock(&lasat_info_mutex); | ||
115 | return 0; | ||
116 | } | ||
117 | #endif | ||
118 | |||
119 | /* Sysctl for setting the IP addresses */ | ||
120 | int sysctl_lasat_intvec(ctl_table *table, int *name, int nlen, | ||
121 | void *oldval, size_t *oldlenp, | ||
122 | void *newval, size_t newlen) | ||
123 | { | ||
124 | int r; | ||
125 | mutex_lock(&lasat_info_mutex); | ||
126 | r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); | ||
127 | if (r < 0) { | ||
128 | mutex_unlock(&lasat_info_mutex); | ||
129 | return r; | ||
130 | } | ||
131 | if (newval && newlen) { | ||
132 | lasat_write_eeprom_info(); | ||
133 | } | ||
134 | mutex_unlock(&lasat_info_mutex); | ||
135 | return 1; | ||
136 | } | ||
137 | |||
138 | #ifdef CONFIG_DS1603 | ||
139 | /* Same for RTC */ | ||
140 | int sysctl_lasat_rtc(ctl_table *table, int *name, int nlen, | ||
141 | void *oldval, size_t *oldlenp, | ||
142 | void *newval, size_t newlen) | ||
143 | { | ||
144 | int r; | ||
145 | mutex_lock(&lasat_info_mutex); | ||
146 | rtctmp = ds1603_read(); | ||
147 | if (rtctmp < 0) | ||
148 | rtctmp = 0; | ||
149 | r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); | ||
150 | if (r < 0) { | ||
151 | mutex_unlock(&lasat_info_mutex); | ||
152 | return r; | ||
153 | } | ||
154 | if (newval && newlen) { | ||
155 | ds1603_set(rtctmp); | ||
156 | } | ||
157 | mutex_unlock(&lasat_info_mutex); | ||
158 | return 1; | ||
159 | } | ||
160 | #endif | ||
161 | |||
162 | #ifdef CONFIG_INET | ||
163 | static char lasat_bcastaddr[16]; | ||
164 | |||
165 | void update_bcastaddr(void) | ||
166 | { | ||
167 | unsigned int ip; | ||
168 | |||
169 | ip = (lasat_board_info.li_eeprom_info.ipaddr & | ||
170 | lasat_board_info.li_eeprom_info.netmask) | | ||
171 | ~lasat_board_info.li_eeprom_info.netmask; | ||
172 | |||
173 | sprintf(lasat_bcastaddr, "%d.%d.%d.%d", | ||
174 | (ip ) & 0xff, | ||
175 | (ip >> 8) & 0xff, | ||
176 | (ip >> 16) & 0xff, | ||
177 | (ip >> 24) & 0xff); | ||
178 | } | ||
179 | |||
180 | static char proc_lasat_ipbuf[32]; | ||
181 | /* Parsing of IP address */ | ||
182 | int proc_lasat_ip(ctl_table *table, int write, struct file *filp, | ||
183 | void *buffer, size_t *lenp, loff_t *ppos) | ||
184 | { | ||
185 | int len; | ||
186 | unsigned int ip; | ||
187 | char *p, c; | ||
188 | |||
189 | if (!table->data || !table->maxlen || !*lenp || | ||
190 | (*ppos && !write)) { | ||
191 | *lenp = 0; | ||
192 | return 0; | ||
193 | } | ||
194 | |||
195 | mutex_lock(&lasat_info_mutex); | ||
196 | if (write) { | ||
197 | len = 0; | ||
198 | p = buffer; | ||
199 | while (len < *lenp) { | ||
200 | if(get_user(c, p++)) { | ||
201 | mutex_unlock(&lasat_info_mutex); | ||
202 | return -EFAULT; | ||
203 | } | ||
204 | if (c == 0 || c == '\n') | ||
205 | break; | ||
206 | len++; | ||
207 | } | ||
208 | if (len >= sizeof(proc_lasat_ipbuf)-1) | ||
209 | len = sizeof(proc_lasat_ipbuf) - 1; | ||
210 | if (copy_from_user(proc_lasat_ipbuf, buffer, len)) | ||
211 | { | ||
212 | mutex_unlock(&lasat_info_mutex); | ||
213 | return -EFAULT; | ||
214 | } | ||
215 | proc_lasat_ipbuf[len] = 0; | ||
216 | *ppos += *lenp; | ||
217 | /* Now see if we can convert it to a valid IP */ | ||
218 | ip = in_aton(proc_lasat_ipbuf); | ||
219 | *(unsigned int *)(table->data) = ip; | ||
220 | lasat_write_eeprom_info(); | ||
221 | } else { | ||
222 | ip = *(unsigned int *)(table->data); | ||
223 | sprintf(proc_lasat_ipbuf, "%d.%d.%d.%d", | ||
224 | (ip ) & 0xff, | ||
225 | (ip >> 8) & 0xff, | ||
226 | (ip >> 16) & 0xff, | ||
227 | (ip >> 24) & 0xff); | ||
228 | len = strlen(proc_lasat_ipbuf); | ||
229 | if (len > *lenp) | ||
230 | len = *lenp; | ||
231 | if (len) | ||
232 | if(copy_to_user(buffer, proc_lasat_ipbuf, len)) { | ||
233 | mutex_unlock(&lasat_info_mutex); | ||
234 | return -EFAULT; | ||
235 | } | ||
236 | if (len < *lenp) { | ||
237 | if(put_user('\n', ((char *) buffer) + len)) { | ||
238 | mutex_unlock(&lasat_info_mutex); | ||
239 | return -EFAULT; | ||
240 | } | ||
241 | len++; | ||
242 | } | ||
243 | *lenp = len; | ||
244 | *ppos += len; | ||
245 | } | ||
246 | update_bcastaddr(); | ||
247 | mutex_unlock(&lasat_info_mutex); | ||
248 | return 0; | ||
249 | } | ||
250 | #endif /* defined(CONFIG_INET) */ | ||
251 | |||
252 | static int sysctl_lasat_eeprom_value(ctl_table *table, int *name, int nlen, | ||
253 | void *oldval, size_t *oldlenp, | ||
254 | void *newval, size_t newlen) | ||
255 | { | ||
256 | int r; | ||
257 | |||
258 | mutex_lock(&lasat_info_mutex); | ||
259 | r = sysctl_intvec(table, name, nlen, oldval, oldlenp, newval, newlen); | ||
260 | if (r < 0) { | ||
261 | mutex_unlock(&lasat_info_mutex); | ||
262 | return r; | ||
263 | } | ||
264 | |||
265 | if (newval && newlen) | ||
266 | { | ||
267 | if (name && *name == LASAT_PRID) | ||
268 | lasat_board_info.li_eeprom_info.prid = *(int*)newval; | ||
269 | |||
270 | lasat_write_eeprom_info(); | ||
271 | lasat_init_board_info(); | ||
272 | } | ||
273 | mutex_unlock(&lasat_info_mutex); | ||
274 | |||
275 | return 0; | ||
276 | } | ||
277 | |||
278 | int proc_lasat_eeprom_value(ctl_table *table, int write, struct file *filp, | ||
279 | void *buffer, size_t *lenp, loff_t *ppos) | ||
280 | { | ||
281 | int r; | ||
282 | mutex_lock(&lasat_info_mutex); | ||
283 | r = proc_dointvec(table, write, filp, buffer, lenp, ppos); | ||
284 | if ( (!write) || r) { | ||
285 | mutex_unlock(&lasat_info_mutex); | ||
286 | return r; | ||
287 | } | ||
288 | if (filp && filp->f_path.dentry) | ||
289 | { | ||
290 | if (!strcmp(filp->f_path.dentry->d_name.name, "prid")) | ||
291 | lasat_board_info.li_eeprom_info.prid = lasat_board_info.li_prid; | ||
292 | if (!strcmp(filp->f_path.dentry->d_name.name, "debugaccess")) | ||
293 | lasat_board_info.li_eeprom_info.debugaccess = lasat_board_info.li_debugaccess; | ||
294 | } | ||
295 | lasat_write_eeprom_info(); | ||
296 | mutex_unlock(&lasat_info_mutex); | ||
297 | return 0; | ||
298 | } | ||
299 | |||
300 | extern int lasat_boot_to_service; | ||
301 | |||
302 | #ifdef CONFIG_SYSCTL | ||
303 | |||
304 | static ctl_table lasat_table[] = { | ||
305 | { | ||
306 | .ctl_name = CTL_UNNUMBERED, | ||
307 | .procname = "cpu-hz", | ||
308 | .data = &lasat_board_info.li_cpu_hz, | ||
309 | .maxlen = sizeof(int), | ||
310 | .mode = 0444, | ||
311 | .proc_handler = &proc_dointvec, | ||
312 | .strategy = &sysctl_intvec | ||
313 | }, | ||
314 | { | ||
315 | .ctl_name = CTL_UNNUMBERED, | ||
316 | .procname = "bus-hz", | ||
317 | .data = &lasat_board_info.li_bus_hz, | ||
318 | .maxlen = sizeof(int), | ||
319 | .mode = 0444, | ||
320 | .proc_handler = &proc_dointvec, | ||
321 | .strategy = &sysctl_intvec | ||
322 | }, | ||
323 | { | ||
324 | .ctl_name = CTL_UNNUMBERED, | ||
325 | .procname = "bmid", | ||
326 | .data = &lasat_board_info.li_bmid, | ||
327 | .maxlen = sizeof(int), | ||
328 | .mode = 0444, | ||
329 | .proc_handler = &proc_dointvec, | ||
330 | .strategy = &sysctl_intvec | ||
331 | }, | ||
332 | { | ||
333 | .ctl_name = CTL_UNNUMBERED, | ||
334 | .procname = "prid", | ||
335 | .data = &lasat_board_info.li_prid, | ||
336 | .maxlen = sizeof(int), | ||
337 | .mode = 0644, | ||
338 | .proc_handler = &proc_lasat_eeprom_value, | ||
339 | .strategy = &sysctl_lasat_eeprom_value | ||
340 | }, | ||
341 | #ifdef CONFIG_INET | ||
342 | { | ||
343 | .ctl_name = CTL_UNNUMBERED, | ||
344 | .procname = "ipaddr", | ||
345 | .data = &lasat_board_info.li_eeprom_info.ipaddr, | ||
346 | .maxlen = sizeof(int), | ||
347 | .mode = 0644, | ||
348 | .proc_handler = &proc_lasat_ip, | ||
349 | .strategy = &sysctl_lasat_intvec | ||
350 | }, | ||
351 | { | ||
352 | .ctl_name = LASAT_NETMASK, | ||
353 | .procname = "netmask", | ||
354 | .data = &lasat_board_info.li_eeprom_info.netmask, | ||
355 | .maxlen = sizeof(int), | ||
356 | .mode = 0644, | ||
357 | .proc_handler = &proc_lasat_ip, | ||
358 | .strategy = &sysctl_lasat_intvec | ||
359 | }, | ||
360 | { | ||
361 | .ctl_name = CTL_UNNUMBERED, | ||
362 | .procname = "bcastaddr", | ||
363 | .data = &lasat_bcastaddr, | ||
364 | .maxlen = sizeof(lasat_bcastaddr), | ||
365 | .mode = 0600, | ||
366 | .proc_handler = &proc_dostring, | ||
367 | .strategy = &sysctl_string | ||
368 | }, | ||
369 | #endif | ||
370 | { | ||
371 | .ctl_name = CTL_UNNUMBERED, | ||
372 | .procname = "passwd_hash", | ||
373 | .data = &lasat_board_info.li_eeprom_info.passwd_hash, | ||
374 | .maxlen = sizeof(lasat_board_info.li_eeprom_info.passwd_hash), | ||
375 | .mode = 0600, | ||
376 | .proc_handler = &proc_dolasatstring, | ||
377 | .strategy = &sysctl_lasatstring | ||
378 | }, | ||
379 | { | ||
380 | .ctl_name = CTL_UNNUMBERED, | ||
381 | .procname = "boot-service", | ||
382 | .data = &lasat_boot_to_service, | ||
383 | .maxlen = sizeof(int), | ||
384 | .mode = 0644, | ||
385 | .proc_handler = &proc_dointvec, | ||
386 | .strategy = &sysctl_intvec | ||
387 | }, | ||
388 | #ifdef CONFIG_DS1603 | ||
389 | { | ||
390 | .ctl_name = CTL_UNNUMBERED, | ||
391 | .procname = "rtc", | ||
392 | .data = &rtctmp, | ||
393 | .maxlen = sizeof(int), | ||
394 | .mode = 0644, | ||
395 | .proc_handler = &proc_dolasatrtc, | ||
396 | .strategy = &sysctl_lasat_rtc | ||
397 | }, | ||
398 | #endif | ||
399 | { | ||
400 | .ctl_name = CTL_UNNUMBERED, | ||
401 | .procname = "namestr", | ||
402 | .data = &lasat_board_info.li_namestr, | ||
403 | .maxlen = sizeof(lasat_board_info.li_namestr), | ||
404 | .mode = 0444, | ||
405 | .proc_handler = &proc_dostring, | ||
406 | .strategy = &sysctl_string | ||
407 | }, | ||
408 | { | ||
409 | .ctl_name = CTL_UNNUMBERED, | ||
410 | .procname = "typestr", | ||
411 | .data = &lasat_board_info.li_typestr, | ||
412 | .maxlen = sizeof(lasat_board_info.li_typestr), | ||
413 | .mode = 0444, | ||
414 | .proc_handler = &proc_dostring, | ||
415 | .strategy = &sysctl_string | ||
416 | }, | ||
417 | {} | ||
418 | }; | ||
419 | |||
420 | static ctl_table lasat_root_table[] = { | ||
421 | { | ||
422 | .ctl_name = CTL_UNNUMBERED, | ||
423 | .procname = "lasat", | ||
424 | .mode = 0555, | ||
425 | .child = lasat_table | ||
426 | }, | ||
427 | {} | ||
428 | }; | ||
429 | |||
430 | static int __init lasat_register_sysctl(void) | ||
431 | { | ||
432 | struct ctl_table_header *lasat_table_header; | ||
433 | |||
434 | lasat_table_header = | ||
435 | register_sysctl_table(lasat_root_table); | ||
436 | |||
437 | return 0; | ||
438 | } | ||
439 | |||
440 | __initcall(lasat_register_sysctl); | ||
441 | #endif /* CONFIG_SYSCTL */ | ||
diff --git a/arch/mips/lasat/sysctl.h b/arch/mips/lasat/sysctl.h deleted file mode 100644 index 4d139d2adbdf..000000000000 --- a/arch/mips/lasat/sysctl.h +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | /* | ||
2 | * LASAT sysctl values | ||
3 | */ | ||
4 | |||
5 | #ifndef _LASAT_SYSCTL_H | ||
6 | #define _LASAT_SYSCTL_H | ||
7 | |||
8 | /* /proc/sys/lasat */ | ||
9 | enum { | ||
10 | LASAT_CPU_HZ=1, | ||
11 | LASAT_BUS_HZ, | ||
12 | LASAT_MODEL, | ||
13 | LASAT_PRID, | ||
14 | LASAT_IPADDR, | ||
15 | LASAT_NETMASK, | ||
16 | LASAT_BCAST, | ||
17 | LASAT_PASSWORD, | ||
18 | LASAT_SBOOT, | ||
19 | LASAT_RTC, | ||
20 | LASAT_NAMESTR, | ||
21 | LASAT_TYPESTR, | ||
22 | }; | ||
23 | |||
24 | #endif /* _LASAT_SYSCTL_H */ | ||
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile index c5845db55984..cfebf58c8dc6 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile | |||
@@ -11,7 +11,6 @@ obj-$(CONFIG_MIPS_BONITO64) += ops-bonito64.o | |||
11 | obj-$(CONFIG_PCI_GT64XXX_PCI0) += ops-gt64xxx_pci0.o | 11 | obj-$(CONFIG_PCI_GT64XXX_PCI0) += ops-gt64xxx_pci0.o |
12 | obj-$(CONFIG_PCI_MARVELL) += ops-marvell.o | 12 | obj-$(CONFIG_PCI_MARVELL) += ops-marvell.o |
13 | obj-$(CONFIG_MIPS_MSC) += ops-msc.o | 13 | obj-$(CONFIG_MIPS_MSC) += ops-msc.o |
14 | obj-$(CONFIG_MIPS_NILE4) += ops-nile4.o | ||
15 | obj-$(CONFIG_MIPS_TX3927) += ops-tx3927.o | 14 | obj-$(CONFIG_MIPS_TX3927) += ops-tx3927.o |
16 | obj-$(CONFIG_PCI_VR41XX) += ops-vr41xx.o pci-vr41xx.o | 15 | obj-$(CONFIG_PCI_VR41XX) += ops-vr41xx.o pci-vr41xx.o |
17 | obj-$(CONFIG_NEC_CMBVR4133) += fixup-vr4133.o | 16 | obj-$(CONFIG_NEC_CMBVR4133) += fixup-vr4133.o |
@@ -22,7 +21,6 @@ obj-$(CONFIG_MARKEINS) += ops-emma2rh.o pci-emma2rh.o fixup-emma2rh.o | |||
22 | # | 21 | # |
23 | obj-$(CONFIG_BASLER_EXCITE) += ops-titan.o pci-excite.o fixup-excite.o | 22 | obj-$(CONFIG_BASLER_EXCITE) += ops-titan.o pci-excite.o fixup-excite.o |
24 | obj-$(CONFIG_DDB5477) += fixup-ddb5477.o pci-ddb5477.o ops-ddb5477.o | 23 | obj-$(CONFIG_DDB5477) += fixup-ddb5477.o pci-ddb5477.o ops-ddb5477.o |
25 | obj-$(CONFIG_LASAT) += pci-lasat.o | ||
26 | obj-$(CONFIG_MIPS_ATLAS) += fixup-atlas.o | 24 | obj-$(CONFIG_MIPS_ATLAS) += fixup-atlas.o |
27 | obj-$(CONFIG_MIPS_COBALT) += fixup-cobalt.o | 25 | obj-$(CONFIG_MIPS_COBALT) += fixup-cobalt.o |
28 | obj-$(CONFIG_SOC_AU1500) += fixup-au1000.o ops-au1000.o | 26 | obj-$(CONFIG_SOC_AU1500) += fixup-au1000.o ops-au1000.o |
diff --git a/arch/mips/pci/ops-nile4.c b/arch/mips/pci/ops-nile4.c deleted file mode 100644 index a8d38dc8c504..000000000000 --- a/arch/mips/pci/ops-nile4.c +++ /dev/null | |||
@@ -1,147 +0,0 @@ | |||
1 | #include <linux/kernel.h> | ||
2 | #include <linux/init.h> | ||
3 | #include <linux/pci.h> | ||
4 | #include <asm/bootinfo.h> | ||
5 | |||
6 | #include <asm/lasat/lasat.h> | ||
7 | #include <asm/gt64120.h> | ||
8 | #include <asm/nile4.h> | ||
9 | |||
10 | #define PCI_ACCESS_READ 0 | ||
11 | #define PCI_ACCESS_WRITE 1 | ||
12 | |||
13 | #define LO(reg) (reg / 4) | ||
14 | #define HI(reg) (reg / 4 + 1) | ||
15 | |||
16 | volatile unsigned long *const vrc_pciregs = (void *) Vrc5074_BASE; | ||
17 | |||
18 | static DEFINE_SPINLOCK(nile4_pci_lock); | ||
19 | |||
20 | static int nile4_pcibios_config_access(unsigned char access_type, | ||
21 | struct pci_bus *bus, unsigned int devfn, int where, u32 * val) | ||
22 | { | ||
23 | unsigned char busnum = bus->number; | ||
24 | u32 adr, mask, err; | ||
25 | |||
26 | if ((busnum == 0) && (PCI_SLOT(devfn) > 8)) | ||
27 | /* The addressing scheme chosen leaves room for just | ||
28 | * 8 devices on the first busnum (besides the PCI | ||
29 | * controller itself) */ | ||
30 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
31 | |||
32 | if ((busnum == 0) && (devfn == PCI_DEVFN(0, 0))) { | ||
33 | /* Access controller registers directly */ | ||
34 | if (access_type == PCI_ACCESS_WRITE) { | ||
35 | vrc_pciregs[(0x200 + where) >> 2] = *val; | ||
36 | } else { | ||
37 | *val = vrc_pciregs[(0x200 + where) >> 2]; | ||
38 | } | ||
39 | return PCIBIOS_SUCCESSFUL; | ||
40 | } | ||
41 | |||
42 | /* Temporarily map PCI Window 1 to config space */ | ||
43 | mask = vrc_pciregs[LO(NILE4_PCIINIT1)]; | ||
44 | vrc_pciregs[LO(NILE4_PCIINIT1)] = 0x0000001a | (busnum ? 0x200 : 0); | ||
45 | |||
46 | /* Clear PCI Error register. This also clears the Error Type | ||
47 | * bits in the Control register */ | ||
48 | vrc_pciregs[LO(NILE4_PCIERR)] = 0; | ||
49 | vrc_pciregs[HI(NILE4_PCIERR)] = 0; | ||
50 | |||
51 | /* Setup address */ | ||
52 | if (busnum == 0) | ||
53 | adr = | ||
54 | KSEG1ADDR(PCI_WINDOW1) + | ||
55 | ((1 << (PCI_SLOT(devfn) + 15)) | (PCI_FUNC(devfn) << 8) | ||
56 | | (where & ~3)); | ||
57 | else | ||
58 | adr = KSEG1ADDR(PCI_WINDOW1) | (busnum << 16) | (devfn << 8) | | ||
59 | (where & ~3); | ||
60 | |||
61 | if (access_type == PCI_ACCESS_WRITE) | ||
62 | *(u32 *) adr = *val; | ||
63 | else | ||
64 | *val = *(u32 *) adr; | ||
65 | |||
66 | /* Check for master or target abort */ | ||
67 | err = (vrc_pciregs[HI(NILE4_PCICTRL)] >> 5) & 0x7; | ||
68 | |||
69 | /* Restore PCI Window 1 */ | ||
70 | vrc_pciregs[LO(NILE4_PCIINIT1)] = mask; | ||
71 | |||
72 | if (err) | ||
73 | return PCIBIOS_DEVICE_NOT_FOUND; | ||
74 | |||
75 | return PCIBIOS_SUCCESSFUL; | ||
76 | } | ||
77 | |||
78 | static int nile4_pcibios_read(struct pci_bus *bus, unsigned int devfn, | ||
79 | int where, int size, u32 * val) | ||
80 | { | ||
81 | unsigned long flags; | ||
82 | u32 data = 0; | ||
83 | int err; | ||
84 | |||
85 | if ((size == 2) && (where & 1)) | ||
86 | return PCIBIOS_BAD_REGISTER_NUMBER; | ||
87 | else if ((size == 4) && (where & 3)) | ||
88 | return PCIBIOS_BAD_REGISTER_NUMBER; | ||
89 | |||
90 | spin_lock_irqsave(&nile4_pci_lock, flags); | ||
91 | err = nile4_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, | ||
92 | &data); | ||
93 | spin_unlock_irqrestore(&nile4_pci_lock, flags); | ||
94 | |||
95 | if (err) | ||
96 | return err; | ||
97 | |||
98 | if (size == 1) | ||
99 | *val = (data >> ((where & 3) << 3)) & 0xff; | ||
100 | else if (size == 2) | ||
101 | *val = (data >> ((where & 3) << 3)) & 0xffff; | ||
102 | else | ||
103 | *val = data; | ||
104 | |||
105 | return PCIBIOS_SUCCESSFUL; | ||
106 | } | ||
107 | |||
108 | static int nile4_pcibios_write(struct pci_bus *bus, unsigned int devfn, | ||
109 | int where, int size, u32 val) | ||
110 | { | ||
111 | unsigned long flags; | ||
112 | u32 data = 0; | ||
113 | int err; | ||
114 | |||
115 | if ((size == 2) && (where & 1)) | ||
116 | return PCIBIOS_BAD_REGISTER_NUMBER; | ||
117 | else if ((size == 4) && (where & 3)) | ||
118 | return PCIBIOS_BAD_REGISTER_NUMBER; | ||
119 | |||
120 | spin_lock_irqsave(&nile4_pci_lock, flags); | ||
121 | err = nile4_pcibios_config_access(PCI_ACCESS_READ, bus, devfn, where, | ||
122 | &data); | ||
123 | spin_unlock_irqrestore(&nile4_pci_lock, flags); | ||
124 | |||
125 | if (err) | ||
126 | return err; | ||
127 | |||
128 | if (size == 1) | ||
129 | data = (data & ~(0xff << ((where & 3) << 3))) | | ||
130 | (val << ((where & 3) << 3)); | ||
131 | else if (size == 2) | ||
132 | data = (data & ~(0xffff << ((where & 3) << 3))) | | ||
133 | (val << ((where & 3) << 3)); | ||
134 | else | ||
135 | data = val; | ||
136 | |||
137 | if (nile4_pcibios_config_access | ||
138 | (PCI_ACCESS_WRITE, bus, devfn, where, &data)) | ||
139 | return -1; | ||
140 | |||
141 | return PCIBIOS_SUCCESSFUL; | ||
142 | } | ||
143 | |||
144 | struct pci_ops nile4_pci_ops = { | ||
145 | .read = nile4_pcibios_read, | ||
146 | .write = nile4_pcibios_write, | ||
147 | }; | ||
diff --git a/arch/mips/pci/pci-lasat.c b/arch/mips/pci/pci-lasat.c deleted file mode 100644 index c5045ff3ad8c..000000000000 --- a/arch/mips/pci/pci-lasat.c +++ /dev/null | |||
@@ -1,91 +0,0 @@ | |||
1 | /* | ||
2 | * This file is subject to the terms and conditions of the GNU General Public | ||
3 | * License. See the file "COPYING" in the main directory of this archive | ||
4 | * for more details. | ||
5 | * | ||
6 | * Copyright (C) 2000, 2001, 04 Keith M Wesolowski | ||
7 | */ | ||
8 | #include <linux/kernel.h> | ||
9 | #include <linux/init.h> | ||
10 | #include <linux/pci.h> | ||
11 | #include <linux/types.h> | ||
12 | #include <asm/bootinfo.h> | ||
13 | |||
14 | extern struct pci_ops nile4_pci_ops; | ||
15 | extern struct pci_ops gt64xxx_pci0_ops; | ||
16 | static struct resource lasat_pci_mem_resource = { | ||
17 | .name = "LASAT PCI MEM", | ||
18 | .start = 0x18000000, | ||
19 | .end = 0x19ffffff, | ||
20 | .flags = IORESOURCE_MEM, | ||
21 | }; | ||
22 | |||
23 | static struct resource lasat_pci_io_resource = { | ||
24 | .name = "LASAT PCI IO", | ||
25 | .start = 0x1a000000, | ||
26 | .end = 0x1bffffff, | ||
27 | .flags = IORESOURCE_IO, | ||
28 | }; | ||
29 | |||
30 | static struct pci_controller lasat_pci_controller = { | ||
31 | .mem_resource = &lasat_pci_mem_resource, | ||
32 | .io_resource = &lasat_pci_io_resource, | ||
33 | }; | ||
34 | |||
35 | static int __init lasat_pci_setup(void) | ||
36 | { | ||
37 | printk("PCI: starting\n"); | ||
38 | |||
39 | switch (mips_machtype) { | ||
40 | case MACH_LASAT_100: | ||
41 | lasat_pci_controller.pci_ops = >64xxx_pci0_ops; | ||
42 | break; | ||
43 | case MACH_LASAT_200: | ||
44 | lasat_pci_controller.pci_ops = &nile4_pci_ops; | ||
45 | break; | ||
46 | default: | ||
47 | panic("pcibios_init: mips_machtype incorrect"); | ||
48 | } | ||
49 | |||
50 | register_pci_controller(&lasat_pci_controller); | ||
51 | |||
52 | return 0; | ||
53 | } | ||
54 | |||
55 | arch_initcall(lasat_pci_setup); | ||
56 | |||
57 | #define LASATINT_ETH1 0 | ||
58 | #define LASATINT_ETH0 1 | ||
59 | #define LASATINT_HDC 2 | ||
60 | #define LASATINT_COMP 3 | ||
61 | #define LASATINT_HDLC 4 | ||
62 | #define LASATINT_PCIA 5 | ||
63 | #define LASATINT_PCIB 6 | ||
64 | #define LASATINT_PCIC 7 | ||
65 | #define LASATINT_PCID 8 | ||
66 | |||
67 | int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) | ||
68 | { | ||
69 | switch (slot) { | ||
70 | case 1: | ||
71 | case 2: | ||
72 | case 3: | ||
73 | return LASATINT_PCIA + (((slot-1) + (pin-1)) % 4); | ||
74 | case 4: | ||
75 | return LASATINT_ETH1; /* Ethernet 1 (LAN 2) */ | ||
76 | case 5: | ||
77 | return LASATINT_ETH0; /* Ethernet 0 (LAN 1) */ | ||
78 | case 6: | ||
79 | return LASATINT_HDC; /* IDE controller */ | ||
80 | default: | ||
81 | return 0xff; /* Illegal */ | ||
82 | } | ||
83 | |||
84 | return -1; | ||
85 | } | ||
86 | |||
87 | /* Do platform specific device initialization at pci_enable_device() time */ | ||
88 | int pcibios_plat_dev_init(struct pci_dev *dev) | ||
89 | { | ||
90 | return 0; | ||
91 | } | ||