Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] ppc32: Remove board support for RAINIER

Support for the RAINIER board is no longer maintained and thus being removed

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Kumar Gala and committed by
Linus Torvalds
d2d34169 37330c91

-635
-36
arch/ppc/boot/simple/embed_config.c
··· 926 926 #endif 927 927 } 928 928 #endif 929 - 930 - #ifdef CONFIG_RAINIER 931 - /* Rainier uses vxworks bootrom */ 932 - void 933 - embed_config(bd_t **bdp) 934 - { 935 - u_char *cp; 936 - int i; 937 - bd_t *bd; 938 - 939 - bd = &bdinfo; 940 - *bdp = bd; 941 - 942 - for(i=0;i<8192;i+=32) { 943 - __asm__("dccci 0,%0" :: "r" (i)); 944 - } 945 - __asm__("iccci 0,0"); 946 - __asm__("sync;isync"); 947 - 948 - /* init ram for parity */ 949 - memset(0, 0,0x400000); /* Lo memory */ 950 - 951 - 952 - bd->bi_memsize = (32 * 1024 * 1024) ; 953 - bd->bi_intfreq = 133000000; //the internal clock is 133 MHz 954 - bd->bi_busfreq = 100000000; 955 - bd->bi_pci_busfreq= 33000000; 956 - 957 - cp = (u_char *)def_enet_addr; 958 - for (i=0; i<6; i++) { 959 - bd->bi_enetaddr[i] = *cp++; 960 - } 961 - 962 - } 963 - #endif 964 -
-599
arch/ppc/configs/rainier_defconfig
··· 1 - # 2 - # Automatically generated make config: don't edit 3 - # 4 - CONFIG_MMU=y 5 - CONFIG_RWSEM_XCHGADD_ALGORITHM=y 6 - CONFIG_HAVE_DEC_LOCK=y 7 - 8 - # 9 - # Code maturity level options 10 - # 11 - CONFIG_EXPERIMENTAL=y 12 - 13 - # 14 - # General setup 15 - # 16 - # CONFIG_SWAP is not set 17 - CONFIG_SYSVIPC=y 18 - # CONFIG_BSD_PROCESS_ACCT is not set 19 - CONFIG_SYSCTL=y 20 - CONFIG_LOG_BUF_SHIFT=14 21 - CONFIG_EMBEDDED=y 22 - CONFIG_FUTEX=y 23 - # CONFIG_EPOLL is not set 24 - 25 - # 26 - # Loadable module support 27 - # 28 - CONFIG_MODULES=y 29 - # CONFIG_MODULE_UNLOAD is not set 30 - CONFIG_OBSOLETE_MODPARM=y 31 - CONFIG_MODVERSIONS=y 32 - CONFIG_KMOD=y 33 - 34 - # 35 - # Platform support 36 - # 37 - CONFIG_PPC=y 38 - CONFIG_PPC32=y 39 - # CONFIG_6xx is not set 40 - CONFIG_40x=y 41 - # CONFIG_POWER3 is not set 42 - # CONFIG_8xx is not set 43 - CONFIG_4xx=y 44 - 45 - # 46 - # IBM 4xx options 47 - # 48 - # CONFIG_ASH is not set 49 - # CONFIG_BEECH is not set 50 - # CONFIG_CEDAR is not set 51 - # CONFIG_CPCI405 is not set 52 - # CONFIG_EP405 is not set 53 - # CONFIG_OAK is not set 54 - # CONFIG_REDWOOD_4 is not set 55 - # CONFIG_REDWOOD_5 is not set 56 - # CONFIG_REDWOOD_6 is not set 57 - # CONFIG_SYCAMORE is not set 58 - # CONFIG_TIVO is not set 59 - CONFIG_WALNUT=y 60 - CONFIG_IBM405_ERR77=y 61 - CONFIG_IBM405_ERR51=y 62 - CONFIG_IBM_OCP=y 63 - CONFIG_BIOS_FIXUP=y 64 - CONFIG_405GP=y 65 - CONFIG_IBM_OPENBIOS=y 66 - CONFIG_405_DMA=y 67 - # CONFIG_PM is not set 68 - CONFIG_UART0_TTYS0=y 69 - # CONFIG_UART0_TTYS1 is not set 70 - CONFIG_NOT_COHERENT_CACHE=y 71 - # CONFIG_SMP is not set 72 - # CONFIG_PREEMPT is not set 73 - # CONFIG_MATH_EMULATION is not set 74 - # CONFIG_CPU_FREQ is not set 75 - 76 - # 77 - # General setup 78 - # 79 - # CONFIG_HIGHMEM is not set 80 - CONFIG_PCI=y 81 - CONFIG_PCI_DOMAINS=y 82 - # CONFIG_PC_KEYBOARD is not set 83 - CONFIG_KCORE_ELF=y 84 - CONFIG_BINFMT_ELF=y 85 - CONFIG_KERNEL_ELF=y 86 - # CONFIG_BINFMT_MISC is not set 87 - # CONFIG_PCI_LEGACY_PROC is not set 88 - CONFIG_PCI_NAMES=y 89 - # CONFIG_HOTPLUG is not set 90 - 91 - # 92 - # Parallel port support 93 - # 94 - # CONFIG_PARPORT is not set 95 - # CONFIG_CMDLINE_BOOL is not set 96 - 97 - # 98 - # Advanced setup 99 - # 100 - # CONFIG_ADVANCED_OPTIONS is not set 101 - 102 - # 103 - # Default settings for advanced configuration options are used 104 - # 105 - CONFIG_HIGHMEM_START=0xfe000000 106 - CONFIG_LOWMEM_SIZE=0x30000000 107 - CONFIG_KERNEL_START=0xc0000000 108 - CONFIG_TASK_SIZE=0x80000000 109 - CONFIG_BOOT_LOAD=0x00400000 110 - 111 - # 112 - # Memory Technology Devices (MTD) 113 - # 114 - # CONFIG_MTD is not set 115 - 116 - # 117 - # Plug and Play support 118 - # 119 - # CONFIG_PNP is not set 120 - 121 - # 122 - # Block devices 123 - # 124 - # CONFIG_BLK_DEV_FD is not set 125 - # CONFIG_BLK_CPQ_DA is not set 126 - # CONFIG_BLK_CPQ_CISS_DA is not set 127 - # CONFIG_BLK_DEV_DAC960 is not set 128 - # CONFIG_BLK_DEV_UMEM is not set 129 - CONFIG_BLK_DEV_LOOP=y 130 - CONFIG_BLK_DEV_NBD=y 131 - CONFIG_BLK_DEV_RAM=y 132 - CONFIG_BLK_DEV_RAM_SIZE=4096 133 - CONFIG_BLK_DEV_INITRD=y 134 - 135 - # 136 - # Multi-device support (RAID and LVM) 137 - # 138 - # CONFIG_MD is not set 139 - 140 - # 141 - # ATA/IDE/MFM/RLL support 142 - # 143 - # CONFIG_IDE is not set 144 - 145 - # 146 - # SCSI support 147 - # 148 - # CONFIG_SCSI is not set 149 - 150 - # 151 - # Fusion MPT device support 152 - # 153 - 154 - # 155 - # IEEE 1394 (FireWire) support (EXPERIMENTAL) 156 - # 157 - # CONFIG_IEEE1394 is not set 158 - 159 - # 160 - # I2O device support 161 - # 162 - # CONFIG_I2O is not set 163 - 164 - # 165 - # Networking support 166 - # 167 - CONFIG_NET=y 168 - 169 - # 170 - # Networking options 171 - # 172 - CONFIG_PACKET=y 173 - # CONFIG_PACKET_MMAP is not set 174 - # CONFIG_NETLINK_DEV is not set 175 - # CONFIG_NETFILTER is not set 176 - CONFIG_UNIX=y 177 - # CONFIG_NET_KEY is not set 178 - CONFIG_INET=y 179 - CONFIG_IP_MULTICAST=y 180 - # CONFIG_IP_ADVANCED_ROUTER is not set 181 - CONFIG_IP_PNP=y 182 - # CONFIG_IP_PNP_DHCP is not set 183 - CONFIG_IP_PNP_BOOTP=y 184 - CONFIG_IP_PNP_RARP=y 185 - # CONFIG_NET_IPIP is not set 186 - # CONFIG_NET_IPGRE is not set 187 - # CONFIG_IP_MROUTE is not set 188 - # CONFIG_ARPD is not set 189 - # CONFIG_INET_ECN is not set 190 - CONFIG_SYN_COOKIES=y 191 - # CONFIG_INET_AH is not set 192 - # CONFIG_INET_ESP is not set 193 - # CONFIG_INET_IPCOMP is not set 194 - # CONFIG_IPV6 is not set 195 - # CONFIG_XFRM_USER is not set 196 - 197 - # 198 - # SCTP Configuration (EXPERIMENTAL) 199 - # 200 - CONFIG_IPV6_SCTP__=y 201 - # CONFIG_IP_SCTP is not set 202 - # CONFIG_ATM is not set 203 - # CONFIG_VLAN_8021Q is not set 204 - # CONFIG_LLC is not set 205 - # CONFIG_DECNET is not set 206 - # CONFIG_BRIDGE is not set 207 - # CONFIG_X25 is not set 208 - # CONFIG_LAPB is not set 209 - # CONFIG_NET_DIVERT is not set 210 - # CONFIG_ECONET is not set 211 - # CONFIG_WAN_ROUTER is not set 212 - # CONFIG_NET_HW_FLOWCONTROL is not set 213 - 214 - # 215 - # QoS and/or fair queueing 216 - # 217 - # CONFIG_NET_SCHED is not set 218 - 219 - # 220 - # Network testing 221 - # 222 - # CONFIG_NET_PKTGEN is not set 223 - CONFIG_NETDEVICES=y 224 - 225 - # 226 - # ARCnet devices 227 - # 228 - # CONFIG_ARCNET is not set 229 - # CONFIG_DUMMY is not set 230 - # CONFIG_BONDING is not set 231 - # CONFIG_EQUALIZER is not set 232 - # CONFIG_TUN is not set 233 - # CONFIG_ETHERTAP is not set 234 - 235 - # 236 - # Ethernet (10 or 100Mbit) 237 - # 238 - CONFIG_NET_ETHERNET=y 239 - CONFIG_MII=y 240 - # CONFIG_OAKNET is not set 241 - # CONFIG_HAPPYMEAL is not set 242 - # CONFIG_SUNGEM is not set 243 - # CONFIG_NET_VENDOR_3COM is not set 244 - 245 - # 246 - # Tulip family network device support 247 - # 248 - # CONFIG_NET_TULIP is not set 249 - # CONFIG_HP100 is not set 250 - CONFIG_NET_PCI=y 251 - CONFIG_PCNET32=y 252 - # CONFIG_AMD8111_ETH is not set 253 - # CONFIG_ADAPTEC_STARFIRE is not set 254 - # CONFIG_B44 is not set 255 - # CONFIG_DGRS is not set 256 - CONFIG_EEPRO100=y 257 - # CONFIG_EEPRO100_PIO is not set 258 - # CONFIG_E100 is not set 259 - # CONFIG_FEALNX is not set 260 - # CONFIG_NATSEMI is not set 261 - # CONFIG_NE2K_PCI is not set 262 - # CONFIG_8139CP is not set 263 - # CONFIG_8139TOO is not set 264 - # CONFIG_SIS900 is not set 265 - # CONFIG_EPIC100 is not set 266 - # CONFIG_SUNDANCE is not set 267 - # CONFIG_TLAN is not set 268 - # CONFIG_VIA_RHINE is not set 269 - 270 - # 271 - # Ethernet (1000 Mbit) 272 - # 273 - # CONFIG_ACENIC is not set 274 - # CONFIG_DL2K is not set 275 - # CONFIG_E1000 is not set 276 - # CONFIG_NS83820 is not set 277 - # CONFIG_HAMACHI is not set 278 - # CONFIG_YELLOWFIN is not set 279 - # CONFIG_R8169 is not set 280 - # CONFIG_SK98LIN is not set 281 - # CONFIG_TIGON3 is not set 282 - 283 - # 284 - # Ethernet (10000 Mbit) 285 - # 286 - # CONFIG_IXGB is not set 287 - # CONFIG_FDDI is not set 288 - # CONFIG_HIPPI is not set 289 - CONFIG_PPP=y 290 - # CONFIG_PPP_MULTILINK is not set 291 - # CONFIG_PPP_FILTER is not set 292 - # CONFIG_PPP_ASYNC is not set 293 - # CONFIG_PPP_SYNC_TTY is not set 294 - # CONFIG_PPP_DEFLATE is not set 295 - # CONFIG_PPP_BSDCOMP is not set 296 - # CONFIG_PPPOE is not set 297 - # CONFIG_SLIP is not set 298 - 299 - # 300 - # Wireless LAN (non-hamradio) 301 - # 302 - # CONFIG_NET_RADIO is not set 303 - 304 - # 305 - # Token Ring devices (depends on LLC=y) 306 - # 307 - # CONFIG_RCPCI is not set 308 - # CONFIG_SHAPER is not set 309 - 310 - # 311 - # Wan interfaces 312 - # 313 - # CONFIG_WAN is not set 314 - 315 - # 316 - # Amateur Radio support 317 - # 318 - # CONFIG_HAMRADIO is not set 319 - 320 - # 321 - # IrDA (infrared) support 322 - # 323 - # CONFIG_IRDA is not set 324 - 325 - # 326 - # ISDN subsystem 327 - # 328 - # CONFIG_ISDN_BOOL is not set 329 - 330 - # 331 - # Graphics support 332 - # 333 - # CONFIG_FB is not set 334 - 335 - # 336 - # Old CD-ROM drivers (not SCSI, not IDE) 337 - # 338 - # CONFIG_CD_NO_IDESCSI is not set 339 - 340 - # 341 - # Input device support 342 - # 343 - # CONFIG_INPUT is not set 344 - 345 - # 346 - # Userland interfaces 347 - # 348 - 349 - # 350 - # Input I/O drivers 351 - # 352 - # CONFIG_GAMEPORT is not set 353 - CONFIG_SOUND_GAMEPORT=y 354 - CONFIG_SERIO=y 355 - CONFIG_SERIO_I8042=y 356 - CONFIG_SERIO_SERPORT=y 357 - # CONFIG_SERIO_CT82C710 is not set 358 - 359 - # 360 - # Input Device Drivers 361 - # 362 - 363 - # 364 - # Macintosh device drivers 365 - # 366 - 367 - # 368 - # Character devices 369 - # 370 - # CONFIG_SERIAL_NONSTANDARD is not set 371 - 372 - # 373 - # Serial drivers 374 - # 375 - # CONFIG_SERIAL_8250 is not set 376 - 377 - # 378 - # Non-8250 serial port support 379 - # 380 - CONFIG_UNIX98_PTYS=y 381 - CONFIG_UNIX98_PTY_COUNT=256 382 - 383 - # 384 - # I2C support 385 - # 386 - CONFIG_I2C=y 387 - # CONFIG_I2C_ALGOBIT is not set 388 - # CONFIG_I2C_ALGOPCF is not set 389 - # CONFIG_I2C_IBM_OCP_ALGO is not set 390 - CONFIG_I2C_CHARDEV=y 391 - 392 - # 393 - # I2C Hardware Sensors Mainboard support 394 - # 395 - # CONFIG_I2C_ALI15X3 is not set 396 - # CONFIG_I2C_AMD756 is not set 397 - # CONFIG_I2C_AMD8111 is not set 398 - # CONFIG_I2C_I801 is not set 399 - # CONFIG_I2C_PIIX4 is not set 400 - # CONFIG_I2C_SIS96X is not set 401 - # CONFIG_I2C_VIAPRO is not set 402 - 403 - # 404 - # I2C Hardware Sensors Chip support 405 - # 406 - # CONFIG_SENSORS_ADM1021 is not set 407 - # CONFIG_SENSORS_IT87 is not set 408 - # CONFIG_SENSORS_LM75 is not set 409 - # CONFIG_SENSORS_LM85 is not set 410 - # CONFIG_SENSORS_VIA686A is not set 411 - # CONFIG_SENSORS_W83781D is not set 412 - # CONFIG_I2C_SENSOR is not set 413 - 414 - # 415 - # Mice 416 - # 417 - CONFIG_BUSMOUSE=y 418 - # CONFIG_QIC02_TAPE is not set 419 - 420 - # 421 - # IPMI 422 - # 423 - # CONFIG_IPMI_HANDLER is not set 424 - 425 - # 426 - # Watchdog Cards 427 - # 428 - CONFIG_WATCHDOG=y 429 - # CONFIG_WATCHDOG_NOWAYOUT is not set 430 - # CONFIG_SOFT_WATCHDOG is not set 431 - # CONFIG_WDT is not set 432 - # CONFIG_WDTPCI is not set 433 - # CONFIG_PCWATCHDOG is not set 434 - # CONFIG_ACQUIRE_WDT is not set 435 - # CONFIG_ADVANTECH_WDT is not set 436 - # CONFIG_EUROTECH_WDT is not set 437 - # CONFIG_IB700_WDT is not set 438 - # CONFIG_MIXCOMWD is not set 439 - # CONFIG_SCx200_WDT is not set 440 - # CONFIG_60XX_WDT is not set 441 - # CONFIG_W83877F_WDT is not set 442 - # CONFIG_MACHZ_WDT is not set 443 - # CONFIG_SC520_WDT is not set 444 - # CONFIG_AMD7XX_TCO is not set 445 - # CONFIG_ALIM7101_WDT is not set 446 - # CONFIG_SC1200_WDT is not set 447 - # CONFIG_WAFER_WDT is not set 448 - # CONFIG_CPU5_WDT is not set 449 - # CONFIG_NVRAM is not set 450 - CONFIG_GEN_RTC=y 451 - # CONFIG_GEN_RTC_X is not set 452 - # CONFIG_DTLK is not set 453 - # CONFIG_R3964 is not set 454 - # CONFIG_APPLICOM is not set 455 - 456 - # 457 - # Ftape, the floppy tape device driver 458 - # 459 - # CONFIG_FTAPE is not set 460 - # CONFIG_AGP is not set 461 - # CONFIG_DRM is not set 462 - # CONFIG_RAW_DRIVER is not set 463 - # CONFIG_HANGCHECK_TIMER is not set 464 - 465 - # 466 - # Multimedia devices 467 - # 468 - # CONFIG_VIDEO_DEV is not set 469 - 470 - # 471 - # Digital Video Broadcasting Devices 472 - # 473 - # CONFIG_DVB is not set 474 - 475 - # 476 - # File systems 477 - # 478 - CONFIG_EXT2_FS=y 479 - # CONFIG_EXT2_FS_XATTR is not set 480 - # CONFIG_EXT3_FS is not set 481 - # CONFIG_JBD is not set 482 - # CONFIG_REISERFS_FS is not set 483 - # CONFIG_JFS_FS is not set 484 - # CONFIG_XFS_FS is not set 485 - # CONFIG_MINIX_FS is not set 486 - # CONFIG_ROMFS_FS is not set 487 - # CONFIG_QUOTA is not set 488 - CONFIG_AUTOFS_FS=y 489 - # CONFIG_AUTOFS4_FS is not set 490 - 491 - # 492 - # CD-ROM/DVD Filesystems 493 - # 494 - CONFIG_ISO9660_FS=y 495 - # CONFIG_JOLIET is not set 496 - # CONFIG_ZISOFS is not set 497 - # CONFIG_UDF_FS is not set 498 - 499 - # 500 - # DOS/FAT/NT Filesystems 501 - # 502 - # CONFIG_FAT_FS is not set 503 - # CONFIG_NTFS_FS is not set 504 - 505 - # 506 - # Pseudo filesystems 507 - # 508 - CONFIG_PROC_FS=y 509 - # CONFIG_DEVFS_FS is not set 510 - CONFIG_DEVPTS_FS=y 511 - # CONFIG_DEVPTS_FS_XATTR is not set 512 - CONFIG_TMPFS=y 513 - CONFIG_RAMFS=y 514 - 515 - # 516 - # Miscellaneous filesystems 517 - # 518 - # CONFIG_ADFS_FS is not set 519 - # CONFIG_AFFS_FS is not set 520 - # CONFIG_HFS_FS is not set 521 - # CONFIG_BEFS_FS is not set 522 - # CONFIG_BFS_FS is not set 523 - # CONFIG_EFS_FS is not set 524 - # CONFIG_CRAMFS is not set 525 - # CONFIG_VXFS_FS is not set 526 - # CONFIG_HPFS_FS is not set 527 - # CONFIG_QNX4FS_FS is not set 528 - # CONFIG_SYSV_FS is not set 529 - # CONFIG_UFS_FS is not set 530 - 531 - # 532 - # Network File Systems 533 - # 534 - CONFIG_NFS_FS=y 535 - # CONFIG_NFS_V3 is not set 536 - # CONFIG_NFS_V4 is not set 537 - CONFIG_NFSD=y 538 - # CONFIG_NFSD_V3 is not set 539 - # CONFIG_NFSD_TCP is not set 540 - CONFIG_ROOT_NFS=y 541 - CONFIG_LOCKD=y 542 - CONFIG_EXPORTFS=y 543 - CONFIG_SUNRPC=y 544 - # CONFIG_SUNRPC_GSS is not set 545 - # CONFIG_SMB_FS is not set 546 - # CONFIG_CIFS is not set 547 - # CONFIG_NCP_FS is not set 548 - # CONFIG_CODA_FS is not set 549 - # CONFIG_INTERMEZZO_FS is not set 550 - # CONFIG_AFS_FS is not set 551 - 552 - # 553 - # Partition Types 554 - # 555 - # CONFIG_PARTITION_ADVANCED is not set 556 - CONFIG_MSDOS_PARTITION=y 557 - 558 - # 559 - # Sound 560 - # 561 - # CONFIG_SOUND is not set 562 - 563 - # 564 - # IBM 40x options 565 - # 566 - 567 - # 568 - # USB support 569 - # 570 - # CONFIG_USB is not set 571 - # CONFIG_USB_GADGET is not set 572 - 573 - # 574 - # Bluetooth support 575 - # 576 - # CONFIG_BT is not set 577 - 578 - # 579 - # Library routines 580 - # 581 - # CONFIG_CRC32 is not set 582 - 583 - # 584 - # Kernel hacking 585 - # 586 - # CONFIG_DEBUG_KERNEL is not set 587 - # CONFIG_KALLSYMS is not set 588 - # CONFIG_SERIAL_TEXT_DEBUG is not set 589 - CONFIG_OCP=y 590 - 591 - # 592 - # Security options 593 - # 594 - # CONFIG_SECURITY is not set 595 - 596 - # 597 - # Cryptographic options 598 - # 599 - # CONFIG_CRYPTO is not set