forked from Minki/linux
[PATCH] ppc32: Remove board support for PCORE
Support for the PCORE 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>
This commit is contained in:
parent
f4ad35a34b
commit
617bf9a47f
@ -548,9 +548,6 @@ config CPCI690
|
||||
help
|
||||
Select CPCI690 if configuring a Force CPCI690 cPCI board.
|
||||
|
||||
config PCORE
|
||||
bool "Force-PowerCore"
|
||||
|
||||
config POWERPMC250
|
||||
bool "Force-PowerPMC250"
|
||||
|
||||
@ -757,7 +754,7 @@ config PPC_OF
|
||||
|
||||
config PPC_GEN550
|
||||
bool
|
||||
depends on SANDPOINT || SPRUCE || PPLUS || PCORE || \
|
||||
depends on SANDPOINT || SPRUCE || PPLUS || \
|
||||
PRPMC750 || PRPMC800 || LOPEC || \
|
||||
(EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \
|
||||
83xx
|
||||
@ -765,7 +762,7 @@ config PPC_GEN550
|
||||
|
||||
config FORCE
|
||||
bool
|
||||
depends on 6xx && (PCORE || POWERPMC250)
|
||||
depends on 6xx && POWERPMC250
|
||||
default y
|
||||
|
||||
config GT64260
|
||||
@ -828,7 +825,7 @@ config EPIC_SERIAL_MODE
|
||||
|
||||
config MPC10X_BRIDGE
|
||||
bool
|
||||
depends on PCORE || POWERPMC250 || LOPEC || SANDPOINT
|
||||
depends on POWERPMC250 || LOPEC || SANDPOINT
|
||||
default y
|
||||
|
||||
config MPC10X_OPENPIC
|
||||
|
@ -109,7 +109,6 @@ zimageinitrd-$(CONFIG_GEMINI) := zImage.initrd-STRIPELF
|
||||
motorola := $(CONFIG_MVME5100)$(CONFIG_PRPMC750) \
|
||||
$(CONFIG_PRPMC800)$(CONFIG_LOPEC)$(CONFIG_PPLUS)
|
||||
motorola := $(strip $(motorola))
|
||||
pcore := $(CONFIG_PCORE)$(CONFIG_POWERPMC250)
|
||||
|
||||
zimage-$(motorola) := zImage-PPLUS
|
||||
zimageinitrd-$(motorola) := zImage.initrd-PPLUS
|
||||
@ -119,12 +118,6 @@ zimageinitrd-$(motorola) := zImage.initrd-PPLUS
|
||||
extra.o-$(CONFIG_PPLUS) := prepmap.o
|
||||
extra.o-$(CONFIG_LOPEC) := mpc10x_memory.o
|
||||
|
||||
zimage-$(pcore) := zImage-STRIPELF
|
||||
zimageinitrd-$(pcore) := zImage.initrd-STRIPELF
|
||||
extra.o-$(pcore) := chrpmap.o
|
||||
end-$(pcore) := pcore
|
||||
cacheflag-$(pcore) := -include $(clear_L2_L3)
|
||||
|
||||
# Really only valid if CONFIG_6xx=y
|
||||
zimage-$(CONFIG_PPC_PREP) := zImage-PPLUS
|
||||
zimageinitrd-$(CONFIG_PPC_PREP) := zImage.initrd-PPLUS
|
||||
|
@ -1,716 +0,0 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
#
|
||||
CONFIG_MMU=y
|
||||
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
|
||||
CONFIG_HAVE_DEC_LOCK=y
|
||||
CONFIG_PPC=y
|
||||
CONFIG_PPC32=y
|
||||
CONFIG_GENERIC_NVRAM=y
|
||||
|
||||
#
|
||||
# Code maturity level options
|
||||
#
|
||||
CONFIG_EXPERIMENTAL=y
|
||||
CONFIG_CLEAN_COMPILE=y
|
||||
CONFIG_STANDALONE=y
|
||||
CONFIG_BROKEN_ON_SMP=y
|
||||
|
||||
#
|
||||
# General setup
|
||||
#
|
||||
CONFIG_SWAP=y
|
||||
CONFIG_SYSVIPC=y
|
||||
# CONFIG_BSD_PROCESS_ACCT is not set
|
||||
CONFIG_SYSCTL=y
|
||||
CONFIG_LOG_BUF_SHIFT=14
|
||||
# CONFIG_HOTPLUG is not set
|
||||
# CONFIG_IKCONFIG is not set
|
||||
CONFIG_EMBEDDED=y
|
||||
CONFIG_KALLSYMS=y
|
||||
CONFIG_FUTEX=y
|
||||
CONFIG_EPOLL=y
|
||||
CONFIG_IOSCHED_NOOP=y
|
||||
CONFIG_IOSCHED_AS=y
|
||||
CONFIG_IOSCHED_DEADLINE=y
|
||||
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
||||
|
||||
#
|
||||
# Loadable module support
|
||||
#
|
||||
CONFIG_MODULES=y
|
||||
CONFIG_MODULE_UNLOAD=y
|
||||
# CONFIG_MODULE_FORCE_UNLOAD is not set
|
||||
CONFIG_OBSOLETE_MODPARM=y
|
||||
# CONFIG_MODVERSIONS is not set
|
||||
CONFIG_KMOD=y
|
||||
|
||||
#
|
||||
# Processor
|
||||
#
|
||||
CONFIG_6xx=y
|
||||
# CONFIG_40x is not set
|
||||
# CONFIG_44x is not set
|
||||
# CONFIG_POWER3 is not set
|
||||
# CONFIG_POWER4 is not set
|
||||
# CONFIG_8xx is not set
|
||||
CONFIG_ALTIVEC=y
|
||||
# CONFIG_TAU is not set
|
||||
# CONFIG_CPU_FREQ is not set
|
||||
CONFIG_PPC_STD_MMU=y
|
||||
|
||||
#
|
||||
# Platform options
|
||||
#
|
||||
# CONFIG_PPC_MULTIPLATFORM is not set
|
||||
# CONFIG_APUS is not set
|
||||
# CONFIG_WILLOW is not set
|
||||
CONFIG_PCORE=y
|
||||
# CONFIG_POWERPMC250 is not set
|
||||
# CONFIG_EV64260 is not set
|
||||
# CONFIG_SPRUCE is not set
|
||||
# CONFIG_LOPEC is not set
|
||||
# CONFIG_MCPN765 is not set
|
||||
# CONFIG_MVME5100 is not set
|
||||
# CONFIG_PPLUS is not set
|
||||
# CONFIG_PRPMC750 is not set
|
||||
# CONFIG_PRPMC800 is not set
|
||||
# CONFIG_SANDPOINT is not set
|
||||
# CONFIG_ADIR is not set
|
||||
# CONFIG_K2 is not set
|
||||
# CONFIG_PAL4 is not set
|
||||
# CONFIG_GEMINI is not set
|
||||
# CONFIG_EST8260 is not set
|
||||
# CONFIG_SBS8260 is not set
|
||||
# CONFIG_RPX6 is not set
|
||||
# CONFIG_TQM8260 is not set
|
||||
CONFIG_PPC_GEN550=y
|
||||
CONFIG_FORCE=y
|
||||
# CONFIG_MPC10X_STORE_GATHERING is not set
|
||||
# CONFIG_SMP is not set
|
||||
# CONFIG_PREEMPT is not set
|
||||
# CONFIG_HIGHMEM is not set
|
||||
CONFIG_KERNEL_ELF=y
|
||||
CONFIG_BINFMT_ELF=y
|
||||
# CONFIG_BINFMT_MISC is not set
|
||||
CONFIG_CMDLINE_BOOL=y
|
||||
CONFIG_CMDLINE="ip=on"
|
||||
|
||||
#
|
||||
# Bus options
|
||||
#
|
||||
CONFIG_GENERIC_ISA_DMA=y
|
||||
CONFIG_PCI=y
|
||||
CONFIG_PCI_DOMAINS=y
|
||||
# CONFIG_PCI_LEGACY_PROC is not set
|
||||
# CONFIG_PCI_NAMES is not set
|
||||
|
||||
#
|
||||
# Advanced setup
|
||||
#
|
||||
# CONFIG_ADVANCED_OPTIONS is not set
|
||||
|
||||
#
|
||||
# Default settings for advanced configuration options are used
|
||||
#
|
||||
CONFIG_HIGHMEM_START=0xfe000000
|
||||
CONFIG_LOWMEM_SIZE=0x30000000
|
||||
CONFIG_KERNEL_START=0xc0000000
|
||||
CONFIG_TASK_SIZE=0x80000000
|
||||
CONFIG_BOOT_LOAD=0x00800000
|
||||
|
||||
#
|
||||
# Device Drivers
|
||||
#
|
||||
|
||||
#
|
||||
# Generic Driver Options
|
||||
#
|
||||
|
||||
#
|
||||
# Memory Technology Devices (MTD)
|
||||
#
|
||||
# CONFIG_MTD is not set
|
||||
|
||||
#
|
||||
# Parallel port support
|
||||
#
|
||||
# CONFIG_PARPORT is not set
|
||||
|
||||
#
|
||||
# Plug and Play support
|
||||
#
|
||||
|
||||
#
|
||||
# Block devices
|
||||
#
|
||||
# CONFIG_BLK_DEV_FD is not set
|
||||
# CONFIG_BLK_CPQ_DA is not set
|
||||
# CONFIG_BLK_CPQ_CISS_DA is not set
|
||||
# CONFIG_BLK_DEV_DAC960 is not set
|
||||
# CONFIG_BLK_DEV_UMEM is not set
|
||||
# CONFIG_BLK_DEV_LOOP is not set
|
||||
# CONFIG_BLK_DEV_NBD is not set
|
||||
# CONFIG_BLK_DEV_CARMEL is not set
|
||||
CONFIG_BLK_DEV_RAM=y
|
||||
CONFIG_BLK_DEV_RAM_SIZE=4096
|
||||
CONFIG_BLK_DEV_INITRD=y
|
||||
# CONFIG_LBD is not set
|
||||
|
||||
#
|
||||
# ATA/ATAPI/MFM/RLL support
|
||||
#
|
||||
# CONFIG_IDE is not set
|
||||
|
||||
#
|
||||
# SCSI device support
|
||||
#
|
||||
CONFIG_SCSI=y
|
||||
CONFIG_SCSI_PROC_FS=y
|
||||
|
||||
#
|
||||
# SCSI support type (disk, tape, CD-ROM)
|
||||
#
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
# CONFIG_CHR_DEV_ST is not set
|
||||
# CONFIG_CHR_DEV_OSST is not set
|
||||
CONFIG_BLK_DEV_SR=y
|
||||
# CONFIG_BLK_DEV_SR_VENDOR is not set
|
||||
# CONFIG_CHR_DEV_SG is not set
|
||||
|
||||
#
|
||||
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
|
||||
#
|
||||
# CONFIG_SCSI_MULTI_LUN is not set
|
||||
# CONFIG_SCSI_REPORT_LUNS is not set
|
||||
# CONFIG_SCSI_CONSTANTS is not set
|
||||
# CONFIG_SCSI_LOGGING is not set
|
||||
|
||||
#
|
||||
# SCSI Transport Attributes
|
||||
#
|
||||
# CONFIG_SCSI_SPI_ATTRS is not set
|
||||
# CONFIG_SCSI_FC_ATTRS is not set
|
||||
|
||||
#
|
||||
# SCSI low-level drivers
|
||||
#
|
||||
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
|
||||
# CONFIG_SCSI_ACARD is not set
|
||||
# CONFIG_SCSI_AACRAID is not set
|
||||
# CONFIG_SCSI_AIC7XXX is not set
|
||||
# CONFIG_SCSI_AIC7XXX_OLD is not set
|
||||
# CONFIG_SCSI_AIC79XX is not set
|
||||
# CONFIG_SCSI_ADVANSYS is not set
|
||||
# CONFIG_SCSI_MEGARAID is not set
|
||||
# CONFIG_SCSI_SATA is not set
|
||||
# CONFIG_SCSI_BUSLOGIC is not set
|
||||
# CONFIG_SCSI_CPQFCTS is not set
|
||||
# CONFIG_SCSI_DMX3191D is not set
|
||||
# CONFIG_SCSI_EATA is not set
|
||||
# CONFIG_SCSI_EATA_PIO is not set
|
||||
# CONFIG_SCSI_FUTURE_DOMAIN is not set
|
||||
# CONFIG_SCSI_GDTH is not set
|
||||
# CONFIG_SCSI_IPS is not set
|
||||
# CONFIG_SCSI_INIA100 is not set
|
||||
CONFIG_SCSI_SYM53C8XX_2=y
|
||||
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
|
||||
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
|
||||
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
|
||||
# CONFIG_SCSI_SYM53C8XX_IOMAPPED is not set
|
||||
# CONFIG_SCSI_QLOGIC_ISP is not set
|
||||
# CONFIG_SCSI_QLOGIC_FC is not set
|
||||
# CONFIG_SCSI_QLOGIC_1280 is not set
|
||||
CONFIG_SCSI_QLA2XXX=y
|
||||
# CONFIG_SCSI_QLA21XX is not set
|
||||
# CONFIG_SCSI_QLA22XX is not set
|
||||
# CONFIG_SCSI_QLA2300 is not set
|
||||
# CONFIG_SCSI_QLA2322 is not set
|
||||
# CONFIG_SCSI_QLA6312 is not set
|
||||
# CONFIG_SCSI_QLA6322 is not set
|
||||
# CONFIG_SCSI_DC395x is not set
|
||||
# CONFIG_SCSI_DC390T is not set
|
||||
# CONFIG_SCSI_NSP32 is not set
|
||||
# CONFIG_SCSI_DEBUG is not set
|
||||
|
||||
#
|
||||
# Multi-device support (RAID and LVM)
|
||||
#
|
||||
# CONFIG_MD is not set
|
||||
|
||||
#
|
||||
# Fusion MPT device support
|
||||
#
|
||||
# CONFIG_FUSION is not set
|
||||
|
||||
#
|
||||
# IEEE 1394 (FireWire) support
|
||||
#
|
||||
# CONFIG_IEEE1394 is not set
|
||||
|
||||
#
|
||||
# I2O device support
|
||||
#
|
||||
# CONFIG_I2O is not set
|
||||
|
||||
#
|
||||
# Macintosh device drivers
|
||||
#
|
||||
|
||||
#
|
||||
# Networking support
|
||||
#
|
||||
CONFIG_NET=y
|
||||
|
||||
#
|
||||
# Networking options
|
||||
#
|
||||
CONFIG_PACKET=y
|
||||
# CONFIG_PACKET_MMAP is not set
|
||||
# CONFIG_NETLINK_DEV is not set
|
||||
CONFIG_UNIX=y
|
||||
# CONFIG_NET_KEY is not set
|
||||
CONFIG_INET=y
|
||||
CONFIG_IP_MULTICAST=y
|
||||
# CONFIG_IP_ADVANCED_ROUTER is not set
|
||||
CONFIG_IP_PNP=y
|
||||
CONFIG_IP_PNP_DHCP=y
|
||||
# CONFIG_IP_PNP_BOOTP is not set
|
||||
# CONFIG_IP_PNP_RARP is not set
|
||||
# CONFIG_NET_IPIP is not set
|
||||
# CONFIG_NET_IPGRE is not set
|
||||
# CONFIG_IP_MROUTE is not set
|
||||
# CONFIG_ARPD is not set
|
||||
# CONFIG_SYN_COOKIES is not set
|
||||
# CONFIG_INET_AH is not set
|
||||
# CONFIG_INET_ESP is not set
|
||||
# CONFIG_INET_IPCOMP is not set
|
||||
|
||||
#
|
||||
# IP: Virtual Server Configuration
|
||||
#
|
||||
# CONFIG_IP_VS is not set
|
||||
# CONFIG_IPV6 is not set
|
||||
# CONFIG_DECNET is not set
|
||||
# CONFIG_BRIDGE is not set
|
||||
CONFIG_NETFILTER=y
|
||||
# CONFIG_NETFILTER_DEBUG is not set
|
||||
|
||||
#
|
||||
# IP: Netfilter Configuration
|
||||
#
|
||||
CONFIG_IP_NF_CONNTRACK=m
|
||||
CONFIG_IP_NF_FTP=m
|
||||
CONFIG_IP_NF_IRC=m
|
||||
# CONFIG_IP_NF_TFTP is not set
|
||||
# CONFIG_IP_NF_AMANDA is not set
|
||||
# CONFIG_IP_NF_QUEUE is not set
|
||||
CONFIG_IP_NF_IPTABLES=m
|
||||
CONFIG_IP_NF_MATCH_LIMIT=m
|
||||
# CONFIG_IP_NF_MATCH_IPRANGE is not set
|
||||
CONFIG_IP_NF_MATCH_MAC=m
|
||||
CONFIG_IP_NF_MATCH_PKTTYPE=m
|
||||
CONFIG_IP_NF_MATCH_MARK=m
|
||||
CONFIG_IP_NF_MATCH_MULTIPORT=m
|
||||
CONFIG_IP_NF_MATCH_TOS=m
|
||||
# CONFIG_IP_NF_MATCH_RECENT is not set
|
||||
CONFIG_IP_NF_MATCH_ECN=m
|
||||
CONFIG_IP_NF_MATCH_DSCP=m
|
||||
CONFIG_IP_NF_MATCH_AH_ESP=m
|
||||
CONFIG_IP_NF_MATCH_LENGTH=m
|
||||
CONFIG_IP_NF_MATCH_TTL=m
|
||||
CONFIG_IP_NF_MATCH_TCPMSS=m
|
||||
CONFIG_IP_NF_MATCH_HELPER=m
|
||||
CONFIG_IP_NF_MATCH_STATE=m
|
||||
CONFIG_IP_NF_MATCH_CONNTRACK=m
|
||||
CONFIG_IP_NF_MATCH_OWNER=m
|
||||
CONFIG_IP_NF_FILTER=m
|
||||
CONFIG_IP_NF_TARGET_REJECT=m
|
||||
CONFIG_IP_NF_NAT=m
|
||||
CONFIG_IP_NF_NAT_NEEDED=y
|
||||
CONFIG_IP_NF_TARGET_MASQUERADE=m
|
||||
CONFIG_IP_NF_TARGET_REDIRECT=m
|
||||
# CONFIG_IP_NF_TARGET_NETMAP is not set
|
||||
# CONFIG_IP_NF_TARGET_SAME is not set
|
||||
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
|
||||
CONFIG_IP_NF_NAT_IRC=m
|
||||
CONFIG_IP_NF_NAT_FTP=m
|
||||
# CONFIG_IP_NF_MANGLE is not set
|
||||
# CONFIG_IP_NF_TARGET_LOG is not set
|
||||
CONFIG_IP_NF_TARGET_ULOG=m
|
||||
CONFIG_IP_NF_TARGET_TCPMSS=m
|
||||
CONFIG_IP_NF_ARPTABLES=m
|
||||
CONFIG_IP_NF_ARPFILTER=m
|
||||
# CONFIG_IP_NF_ARP_MANGLE is not set
|
||||
CONFIG_IP_NF_COMPAT_IPCHAINS=m
|
||||
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
|
||||
|
||||
#
|
||||
# SCTP Configuration (EXPERIMENTAL)
|
||||
#
|
||||
# CONFIG_IP_SCTP is not set
|
||||
# CONFIG_ATM is not set
|
||||
# CONFIG_VLAN_8021Q is not set
|
||||
# CONFIG_LLC2 is not set
|
||||
# CONFIG_IPX is not set
|
||||
# CONFIG_ATALK is not set
|
||||
# CONFIG_X25 is not set
|
||||
# CONFIG_LAPB is not set
|
||||
# CONFIG_NET_DIVERT is not set
|
||||
# CONFIG_ECONET is not set
|
||||
# CONFIG_WAN_ROUTER is not set
|
||||
# CONFIG_NET_HW_FLOWCONTROL is not set
|
||||
|
||||
#
|
||||
# QoS and/or fair queueing
|
||||
#
|
||||
# CONFIG_NET_SCHED is not set
|
||||
|
||||
#
|
||||
# Network testing
|
||||
#
|
||||
# CONFIG_NET_PKTGEN is not set
|
||||
CONFIG_NETDEVICES=y
|
||||
|
||||
#
|
||||
# ARCnet devices
|
||||
#
|
||||
# CONFIG_ARCNET is not set
|
||||
# CONFIG_DUMMY is not set
|
||||
# CONFIG_BONDING is not set
|
||||
# CONFIG_EQUALIZER is not set
|
||||
# CONFIG_TUN is not set
|
||||
|
||||
#
|
||||
# Ethernet (10 or 100Mbit)
|
||||
#
|
||||
CONFIG_NET_ETHERNET=y
|
||||
CONFIG_MII=y
|
||||
# CONFIG_OAKNET is not set
|
||||
# CONFIG_HAPPYMEAL is not set
|
||||
# CONFIG_SUNGEM is not set
|
||||
# CONFIG_NET_VENDOR_3COM is not set
|
||||
|
||||
#
|
||||
# Tulip family network device support
|
||||
#
|
||||
CONFIG_NET_TULIP=y
|
||||
# CONFIG_DE2104X is not set
|
||||
CONFIG_TULIP=y
|
||||
# CONFIG_TULIP_MWI is not set
|
||||
# CONFIG_TULIP_MMIO is not set
|
||||
# CONFIG_TULIP_NAPI is not set
|
||||
# CONFIG_DE4X5 is not set
|
||||
# CONFIG_WINBOND_840 is not set
|
||||
# CONFIG_DM9102 is not set
|
||||
# CONFIG_HP100 is not set
|
||||
CONFIG_NET_PCI=y
|
||||
# CONFIG_PCNET32 is not set
|
||||
# CONFIG_AMD8111_ETH is not set
|
||||
# CONFIG_ADAPTEC_STARFIRE is not set
|
||||
# CONFIG_B44 is not set
|
||||
# CONFIG_FORCEDETH is not set
|
||||
# CONFIG_DGRS is not set
|
||||
CONFIG_EEPRO100=y
|
||||
# CONFIG_EEPRO100_PIO is not set
|
||||
# CONFIG_E100 is not set
|
||||
# CONFIG_FEALNX is not set
|
||||
# CONFIG_NATSEMI is not set
|
||||
# CONFIG_NE2K_PCI is not set
|
||||
# CONFIG_8139CP is not set
|
||||
# CONFIG_8139TOO is not set
|
||||
# CONFIG_SIS900 is not set
|
||||
# CONFIG_EPIC100 is not set
|
||||
# CONFIG_SUNDANCE is not set
|
||||
# CONFIG_TLAN is not set
|
||||
# CONFIG_VIA_RHINE is not set
|
||||
|
||||
#
|
||||
# Ethernet (1000 Mbit)
|
||||
#
|
||||
# CONFIG_ACENIC is not set
|
||||
# CONFIG_DL2K is not set
|
||||
# CONFIG_E1000 is not set
|
||||
# CONFIG_NS83820 is not set
|
||||
# CONFIG_HAMACHI is not set
|
||||
# CONFIG_YELLOWFIN is not set
|
||||
# CONFIG_R8169 is not set
|
||||
# CONFIG_SIS190 is not set
|
||||
# CONFIG_SK98LIN is not set
|
||||
# CONFIG_TIGON3 is not set
|
||||
|
||||
#
|
||||
# Ethernet (10000 Mbit)
|
||||
#
|
||||
# CONFIG_IXGB is not set
|
||||
# CONFIG_FDDI is not set
|
||||
# CONFIG_HIPPI is not set
|
||||
# CONFIG_PPP is not set
|
||||
# CONFIG_SLIP is not set
|
||||
|
||||
#
|
||||
# Wireless LAN (non-hamradio)
|
||||
#
|
||||
# CONFIG_NET_RADIO is not set
|
||||
|
||||
#
|
||||
# Token Ring devices
|
||||
#
|
||||
# CONFIG_TR is not set
|
||||
# CONFIG_NET_FC is not set
|
||||
# CONFIG_RCPCI is not set
|
||||
# CONFIG_SHAPER is not set
|
||||
# CONFIG_NETCONSOLE is not set
|
||||
|
||||
#
|
||||
# Wan interfaces
|
||||
#
|
||||
# CONFIG_WAN is not set
|
||||
|
||||
#
|
||||
# Amateur Radio support
|
||||
#
|
||||
# CONFIG_HAMRADIO is not set
|
||||
|
||||
#
|
||||
# IrDA (infrared) support
|
||||
#
|
||||
# CONFIG_IRDA is not set
|
||||
|
||||
#
|
||||
# Bluetooth support
|
||||
#
|
||||
# CONFIG_BT is not set
|
||||
# CONFIG_NETPOLL is not set
|
||||
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||
|
||||
#
|
||||
# ISDN subsystem
|
||||
#
|
||||
# CONFIG_ISDN is not set
|
||||
|
||||
#
|
||||
# Telephony Support
|
||||
#
|
||||
# CONFIG_PHONE is not set
|
||||
|
||||
#
|
||||
# Input device support
|
||||
#
|
||||
# CONFIG_INPUT is not set
|
||||
|
||||
#
|
||||
# Userland interfaces
|
||||
#
|
||||
|
||||
#
|
||||
# Input I/O drivers
|
||||
#
|
||||
# CONFIG_GAMEPORT is not set
|
||||
CONFIG_SOUND_GAMEPORT=y
|
||||
# CONFIG_SERIO is not set
|
||||
# CONFIG_SERIO_I8042 is not set
|
||||
|
||||
#
|
||||
# Input Device Drivers
|
||||
#
|
||||
|
||||
#
|
||||
# Character devices
|
||||
#
|
||||
# CONFIG_VT is not set
|
||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||
|
||||
#
|
||||
# Serial drivers
|
||||
#
|
||||
CONFIG_SERIAL_8250=y
|
||||
CONFIG_SERIAL_8250_CONSOLE=y
|
||||
CONFIG_SERIAL_8250_NR_UARTS=2
|
||||
# CONFIG_SERIAL_8250_EXTENDED is not set
|
||||
|
||||
#
|
||||
# Non-8250 serial port support
|
||||
#
|
||||
CONFIG_SERIAL_CORE=y
|
||||
CONFIG_SERIAL_CORE_CONSOLE=y
|
||||
CONFIG_UNIX98_PTYS=y
|
||||
CONFIG_LEGACY_PTYS=y
|
||||
CONFIG_LEGACY_PTY_COUNT=256
|
||||
# CONFIG_QIC02_TAPE is not set
|
||||
|
||||
#
|
||||
# IPMI
|
||||
#
|
||||
# CONFIG_IPMI_HANDLER is not set
|
||||
|
||||
#
|
||||
# Watchdog Cards
|
||||
#
|
||||
# CONFIG_WATCHDOG is not set
|
||||
# CONFIG_NVRAM is not set
|
||||
CONFIG_GEN_RTC=y
|
||||
# CONFIG_GEN_RTC_X is not set
|
||||
# CONFIG_DTLK is not set
|
||||
# CONFIG_R3964 is not set
|
||||
# CONFIG_APPLICOM is not set
|
||||
|
||||
#
|
||||
# Ftape, the floppy tape device driver
|
||||
#
|
||||
# CONFIG_FTAPE is not set
|
||||
# CONFIG_AGP is not set
|
||||
# CONFIG_DRM is not set
|
||||
# CONFIG_RAW_DRIVER is not set
|
||||
|
||||
#
|
||||
# I2C support
|
||||
#
|
||||
# CONFIG_I2C is not set
|
||||
|
||||
#
|
||||
# Misc devices
|
||||
#
|
||||
|
||||
#
|
||||
# Multimedia devices
|
||||
#
|
||||
# CONFIG_VIDEO_DEV is not set
|
||||
|
||||
#
|
||||
# Digital Video Broadcasting Devices
|
||||
#
|
||||
# CONFIG_DVB is not set
|
||||
|
||||
#
|
||||
# Graphics support
|
||||
#
|
||||
# CONFIG_FB is not set
|
||||
|
||||
#
|
||||
# Sound
|
||||
#
|
||||
# CONFIG_SOUND is not set
|
||||
|
||||
#
|
||||
# USB support
|
||||
#
|
||||
# CONFIG_USB is not set
|
||||
|
||||
#
|
||||
# USB Gadget Support
|
||||
#
|
||||
# CONFIG_USB_GADGET is not set
|
||||
|
||||
#
|
||||
# File systems
|
||||
#
|
||||
CONFIG_EXT2_FS=y
|
||||
# CONFIG_EXT2_FS_XATTR is not set
|
||||
CONFIG_EXT3_FS=y
|
||||
CONFIG_EXT3_FS_XATTR=y
|
||||
# CONFIG_EXT3_FS_POSIX_ACL is not set
|
||||
# CONFIG_EXT3_FS_SECURITY is not set
|
||||
CONFIG_JBD=y
|
||||
# CONFIG_JBD_DEBUG is not set
|
||||
CONFIG_FS_MBCACHE=y
|
||||
# CONFIG_REISERFS_FS is not set
|
||||
# CONFIG_JFS_FS is not set
|
||||
# CONFIG_XFS_FS is not set
|
||||
# CONFIG_MINIX_FS is not set
|
||||
# CONFIG_ROMFS_FS is not set
|
||||
# CONFIG_QUOTA is not set
|
||||
# CONFIG_AUTOFS_FS is not set
|
||||
# CONFIG_AUTOFS4_FS is not set
|
||||
|
||||
#
|
||||
# CD-ROM/DVD Filesystems
|
||||
#
|
||||
# CONFIG_ISO9660_FS is not set
|
||||
# CONFIG_UDF_FS is not set
|
||||
|
||||
#
|
||||
# DOS/FAT/NT Filesystems
|
||||
#
|
||||
# CONFIG_FAT_FS is not set
|
||||
# CONFIG_NTFS_FS is not set
|
||||
|
||||
#
|
||||
# Pseudo filesystems
|
||||
#
|
||||
CONFIG_PROC_FS=y
|
||||
CONFIG_PROC_KCORE=y
|
||||
# CONFIG_DEVFS_FS is not set
|
||||
# CONFIG_DEVPTS_FS_XATTR is not set
|
||||
CONFIG_TMPFS=y
|
||||
# CONFIG_HUGETLB_PAGE is not set
|
||||
CONFIG_RAMFS=y
|
||||
|
||||
#
|
||||
# Miscellaneous filesystems
|
||||
#
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_AFFS_FS is not set
|
||||
# CONFIG_HFS_FS is not set
|
||||
# CONFIG_HFSPLUS_FS is not set
|
||||
# CONFIG_BEFS_FS is not set
|
||||
# CONFIG_BFS_FS is not set
|
||||
# CONFIG_EFS_FS is not set
|
||||
# CONFIG_CRAMFS is not set
|
||||
# CONFIG_VXFS_FS is not set
|
||||
# CONFIG_HPFS_FS is not set
|
||||
# CONFIG_QNX4FS_FS is not set
|
||||
# CONFIG_SYSV_FS is not set
|
||||
# CONFIG_UFS_FS is not set
|
||||
|
||||
#
|
||||
# Network File Systems
|
||||
#
|
||||
CONFIG_NFS_FS=y
|
||||
# CONFIG_NFS_V3 is not set
|
||||
# CONFIG_NFS_V4 is not set
|
||||
# CONFIG_NFS_DIRECTIO is not set
|
||||
# CONFIG_NFSD is not set
|
||||
CONFIG_ROOT_NFS=y
|
||||
CONFIG_LOCKD=y
|
||||
# CONFIG_EXPORTFS is not set
|
||||
CONFIG_SUNRPC=y
|
||||
# CONFIG_RPCSEC_GSS_KRB5 is not set
|
||||
# CONFIG_SMB_FS is not set
|
||||
# CONFIG_CIFS is not set
|
||||
# CONFIG_NCP_FS is not set
|
||||
# CONFIG_CODA_FS is not set
|
||||
# CONFIG_INTERMEZZO_FS is not set
|
||||
# CONFIG_AFS_FS is not set
|
||||
|
||||
#
|
||||
# Partition Types
|
||||
#
|
||||
# CONFIG_PARTITION_ADVANCED is not set
|
||||
CONFIG_MSDOS_PARTITION=y
|
||||
|
||||
#
|
||||
# Native Language Support
|
||||
#
|
||||
# CONFIG_NLS is not set
|
||||
|
||||
#
|
||||
# Library routines
|
||||
#
|
||||
CONFIG_CRC32=y
|
||||
|
||||
#
|
||||
# Kernel hacking
|
||||
#
|
||||
# CONFIG_DEBUG_KERNEL is not set
|
||||
# CONFIG_SERIAL_TEXT_DEBUG is not set
|
||||
|
||||
#
|
||||
# Security options
|
||||
#
|
||||
# CONFIG_SECURITY is not set
|
||||
|
||||
#
|
||||
# Cryptographic options
|
||||
#
|
||||
# CONFIG_CRYPTO is not set
|
@ -32,7 +32,6 @@ obj-$(CONFIG_KATANA) += katana.o
|
||||
obj-$(CONFIG_HDPU) += hdpu.o
|
||||
obj-$(CONFIG_MVME5100) += mvme5100.o
|
||||
obj-$(CONFIG_PAL4) += pal4_setup.o pal4_pci.o
|
||||
obj-$(CONFIG_PCORE) += pcore.o
|
||||
obj-$(CONFIG_POWERPMC250) += powerpmc250.o
|
||||
obj-$(CONFIG_PPLUS) += pplus.o
|
||||
obj-$(CONFIG_PRPMC750) += prpmc750.o
|
||||
|
@ -1,352 +0,0 @@
|
||||
/*
|
||||
* arch/ppc/platforms/pcore_setup.c
|
||||
*
|
||||
* Setup routines for Force PCORE boards
|
||||
*
|
||||
* Author: Matt Porter <mporter@mvista.com>
|
||||
*
|
||||
* 2001 (c) MontaVista, Software, Inc. This file is licensed under
|
||||
* the terms of the GNU General Public License version 2. This program
|
||||
* is licensed "as is" without any warranty of any kind, whether express
|
||||
* or implied.
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/init.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/reboot.h>
|
||||
#include <linux/pci.h>
|
||||
#include <linux/kdev_t.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/major.h>
|
||||
#include <linux/initrd.h>
|
||||
#include <linux/console.h>
|
||||
#include <linux/irq.h>
|
||||
#include <linux/seq_file.h>
|
||||
#include <linux/root_dev.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
#include <asm/machdep.h>
|
||||
#include <asm/time.h>
|
||||
#include <asm/i8259.h>
|
||||
#include <asm/mpc10x.h>
|
||||
#include <asm/todc.h>
|
||||
#include <asm/bootinfo.h>
|
||||
#include <asm/kgdb.h>
|
||||
|
||||
#include "pcore.h"
|
||||
|
||||
extern unsigned long loops_per_jiffy;
|
||||
|
||||
static int board_type;
|
||||
|
||||
static inline int __init
|
||||
pcore_6750_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin)
|
||||
{
|
||||
static char pci_irq_table[][4] =
|
||||
/*
|
||||
* PCI IDSEL/INTPIN->INTLINE
|
||||
* A B C D
|
||||
*/
|
||||
{
|
||||
{9, 10, 11, 12}, /* IDSEL 24 - DEC 21554 */
|
||||
{10, 0, 0, 0}, /* IDSEL 25 - DEC 21143 */
|
||||
{11, 12, 9, 10}, /* IDSEL 26 - PMC I */
|
||||
{12, 9, 10, 11}, /* IDSEL 27 - PMC II */
|
||||
{0, 0, 0, 0}, /* IDSEL 28 - unused */
|
||||
{0, 0, 9, 0}, /* IDSEL 29 - unused */
|
||||
{0, 0, 0, 0}, /* IDSEL 30 - Winbond */
|
||||
};
|
||||
const long min_idsel = 24, max_idsel = 30, irqs_per_slot = 4;
|
||||
return PCI_IRQ_TABLE_LOOKUP;
|
||||
};
|
||||
|
||||
static inline int __init
|
||||
pcore_680_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin)
|
||||
{
|
||||
static char pci_irq_table[][4] =
|
||||
/*
|
||||
* PCI IDSEL/INTPIN->INTLINE
|
||||
* A B C D
|
||||
*/
|
||||
{
|
||||
{9, 10, 11, 12}, /* IDSEL 24 - Sentinel */
|
||||
{10, 0, 0, 0}, /* IDSEL 25 - i82559 #1 */
|
||||
{11, 12, 9, 10}, /* IDSEL 26 - PMC I */
|
||||
{12, 9, 10, 11}, /* IDSEL 27 - PMC II */
|
||||
{9, 0, 0, 0}, /* IDSEL 28 - i82559 #2 */
|
||||
{0, 0, 0, 0}, /* IDSEL 29 - unused */
|
||||
{0, 0, 0, 0}, /* IDSEL 30 - Winbond */
|
||||
};
|
||||
const long min_idsel = 24, max_idsel = 30, irqs_per_slot = 4;
|
||||
return PCI_IRQ_TABLE_LOOKUP;
|
||||
};
|
||||
|
||||
void __init
|
||||
pcore_pcibios_fixup(void)
|
||||
{
|
||||
struct pci_dev *dev;
|
||||
|
||||
if ((dev = pci_get_device(PCI_VENDOR_ID_WINBOND,
|
||||
PCI_DEVICE_ID_WINBOND_83C553,
|
||||
0)))
|
||||
{
|
||||
/* Reroute interrupts both IDE channels to 15 */
|
||||
pci_write_config_byte(dev,
|
||||
PCORE_WINBOND_IDE_INT,
|
||||
0xff);
|
||||
|
||||
/* Route INTA-D to IRQ9-12, respectively */
|
||||
pci_write_config_word(dev,
|
||||
PCORE_WINBOND_PCI_INT,
|
||||
0x9abc);
|
||||
|
||||
/*
|
||||
* Set up 8259 edge/level triggering
|
||||
*/
|
||||
outb(0x00, PCORE_WINBOND_PRI_EDG_LVL);
|
||||
outb(0x1e, PCORE_WINBOND_SEC_EDG_LVL);
|
||||
pci_dev_put(dev);
|
||||
}
|
||||
}
|
||||
|
||||
int __init
|
||||
pcore_find_bridges(void)
|
||||
{
|
||||
struct pci_controller* hose;
|
||||
int host_bridge, board_type;
|
||||
|
||||
hose = pcibios_alloc_controller();
|
||||
if (!hose)
|
||||
return 0;
|
||||
|
||||
mpc10x_bridge_init(hose,
|
||||
MPC10X_MEM_MAP_B,
|
||||
MPC10X_MEM_MAP_B,
|
||||
MPC10X_MAPB_EUMB_BASE);
|
||||
|
||||
/* Determine board type */
|
||||
early_read_config_dword(hose,
|
||||
0,
|
||||
PCI_DEVFN(0,0),
|
||||
PCI_VENDOR_ID,
|
||||
&host_bridge);
|
||||
if (host_bridge == MPC10X_BRIDGE_106)
|
||||
board_type = PCORE_TYPE_6750;
|
||||
else /* MPC10X_BRIDGE_107 */
|
||||
board_type = PCORE_TYPE_680;
|
||||
|
||||
hose->last_busno = pciauto_bus_scan(hose, hose->first_busno);
|
||||
|
||||
ppc_md.pcibios_fixup = pcore_pcibios_fixup;
|
||||
ppc_md.pci_swizzle = common_swizzle;
|
||||
|
||||
if (board_type == PCORE_TYPE_6750)
|
||||
ppc_md.pci_map_irq = pcore_6750_map_irq;
|
||||
else /* PCORE_TYPE_680 */
|
||||
ppc_md.pci_map_irq = pcore_680_map_irq;
|
||||
|
||||
return board_type;
|
||||
}
|
||||
|
||||
/* Dummy variable to satisfy mpc10x_common.o */
|
||||
void *OpenPIC_Addr;
|
||||
|
||||
static int
|
||||
pcore_show_cpuinfo(struct seq_file *m)
|
||||
{
|
||||
seq_printf(m, "vendor\t\t: Force Computers\n");
|
||||
|
||||
if (board_type == PCORE_TYPE_6750)
|
||||
seq_printf(m, "machine\t\t: PowerCore 6750\n");
|
||||
else /* PCORE_TYPE_680 */
|
||||
seq_printf(m, "machine\t\t: PowerCore 680\n");
|
||||
|
||||
seq_printf(m, "L2\t\t: " );
|
||||
if (board_type == PCORE_TYPE_6750)
|
||||
switch (readb(PCORE_DCCR_REG) & PCORE_DCCR_L2_MASK)
|
||||
{
|
||||
case PCORE_DCCR_L2_0KB:
|
||||
seq_printf(m, "nocache");
|
||||
break;
|
||||
case PCORE_DCCR_L2_256KB:
|
||||
seq_printf(m, "256KB");
|
||||
break;
|
||||
case PCORE_DCCR_L2_1MB:
|
||||
seq_printf(m, "1MB");
|
||||
break;
|
||||
case PCORE_DCCR_L2_512KB:
|
||||
seq_printf(m, "512KB");
|
||||
break;
|
||||
default:
|
||||
seq_printf(m, "error");
|
||||
break;
|
||||
}
|
||||
else /* PCORE_TYPE_680 */
|
||||
switch (readb(PCORE_DCCR_REG) & PCORE_DCCR_L2_MASK)
|
||||
{
|
||||
case PCORE_DCCR_L2_2MB:
|
||||
seq_printf(m, "2MB");
|
||||
break;
|
||||
case PCORE_DCCR_L2_256KB:
|
||||
seq_printf(m, "reserved");
|
||||
break;
|
||||
case PCORE_DCCR_L2_1MB:
|
||||
seq_printf(m, "1MB");
|
||||
break;
|
||||
case PCORE_DCCR_L2_512KB:
|
||||
seq_printf(m, "512KB");
|
||||
break;
|
||||
default:
|
||||
seq_printf(m, "error");
|
||||
break;
|
||||
}
|
||||
|
||||
seq_printf(m, "\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void __init
|
||||
pcore_setup_arch(void)
|
||||
{
|
||||
/* init to some ~sane value until calibrate_delay() runs */
|
||||
loops_per_jiffy = 50000000/HZ;
|
||||
|
||||
/* Lookup PCI host bridges */
|
||||
board_type = pcore_find_bridges();
|
||||
|
||||
#ifdef CONFIG_BLK_DEV_INITRD
|
||||
if (initrd_start)
|
||||
ROOT_DEV = Root_RAM0;
|
||||
else
|
||||
#endif
|
||||
#ifdef CONFIG_ROOT_NFS
|
||||
ROOT_DEV = Root_NFS;
|
||||
#else
|
||||
ROOT_DEV = Root_SDA2;
|
||||
#endif
|
||||
|
||||
printk(KERN_INFO "Force PowerCore ");
|
||||
if (board_type == PCORE_TYPE_6750)
|
||||
printk("6750\n");
|
||||
else
|
||||
printk("680\n");
|
||||
printk(KERN_INFO "Port by MontaVista Software, Inc. (source@mvista.com)\n");
|
||||
_set_L2CR(L2CR_L2E | _get_L2CR());
|
||||
|
||||
}
|
||||
|
||||
static void
|
||||
pcore_restart(char *cmd)
|
||||
{
|
||||
local_irq_disable();
|
||||
/* Hard reset */
|
||||
writeb(0x11, 0xfe000332);
|
||||
while(1);
|
||||
}
|
||||
|
||||
static void
|
||||
pcore_halt(void)
|
||||
{
|
||||
local_irq_disable();
|
||||
/* Turn off user LEDs */
|
||||
writeb(0x00, 0xfe000300);
|
||||
while (1);
|
||||
}
|
||||
|
||||
static void
|
||||
pcore_power_off(void)
|
||||
{
|
||||
pcore_halt();
|
||||
}
|
||||
|
||||
|
||||
static void __init
|
||||
pcore_init_IRQ(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
for ( i = 0 ; i < 16 ; i++ )
|
||||
irq_desc[i].handler = &i8259_pic;
|
||||
|
||||
i8259_init(0);
|
||||
}
|
||||
|
||||
/*
|
||||
* Set BAT 3 to map 0xf0000000 to end of physical memory space.
|
||||
*/
|
||||
static __inline__ void
|
||||
pcore_set_bat(void)
|
||||
{
|
||||
mb();
|
||||
mtspr(SPRN_DBAT3U, 0xf0001ffe);
|
||||
mtspr(SPRN_DBAT3L, 0xfe80002a);
|
||||
mb();
|
||||
|
||||
}
|
||||
|
||||
static unsigned long __init
|
||||
pcore_find_end_of_memory(void)
|
||||
{
|
||||
|
||||
return mpc10x_get_mem_size(MPC10X_MEM_MAP_B);
|
||||
}
|
||||
|
||||
static void __init
|
||||
pcore_map_io(void)
|
||||
{
|
||||
io_block_mapping(0xfe000000, 0xfe000000, 0x02000000, _PAGE_IO);
|
||||
}
|
||||
|
||||
TODC_ALLOC();
|
||||
|
||||
void __init
|
||||
platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
|
||||
unsigned long r6, unsigned long r7)
|
||||
{
|
||||
parse_bootinfo(find_bootinfo());
|
||||
|
||||
/* Cover I/O space with a BAT */
|
||||
/* yuck, better hope your ram size is a power of 2 -- paulus */
|
||||
pcore_set_bat();
|
||||
|
||||
isa_io_base = MPC10X_MAPB_ISA_IO_BASE;
|
||||
isa_mem_base = MPC10X_MAPB_ISA_MEM_BASE;
|
||||
pci_dram_offset = MPC10X_MAPB_DRAM_OFFSET;
|
||||
|
||||
ppc_md.setup_arch = pcore_setup_arch;
|
||||
ppc_md.show_cpuinfo = pcore_show_cpuinfo;
|
||||
ppc_md.init_IRQ = pcore_init_IRQ;
|
||||
ppc_md.get_irq = i8259_irq;
|
||||
|
||||
ppc_md.find_end_of_memory = pcore_find_end_of_memory;
|
||||
ppc_md.setup_io_mappings = pcore_map_io;
|
||||
|
||||
ppc_md.restart = pcore_restart;
|
||||
ppc_md.power_off = pcore_power_off;
|
||||
ppc_md.halt = pcore_halt;
|
||||
|
||||
TODC_INIT(TODC_TYPE_MK48T59,
|
||||
PCORE_NVRAM_AS0,
|
||||
PCORE_NVRAM_AS1,
|
||||
PCORE_NVRAM_DATA,
|
||||
8);
|
||||
|
||||
ppc_md.time_init = todc_time_init;
|
||||
ppc_md.get_rtc_time = todc_get_rtc_time;
|
||||
ppc_md.set_rtc_time = todc_set_rtc_time;
|
||||
ppc_md.calibrate_decr = todc_calibrate_decr;
|
||||
|
||||
ppc_md.nvram_read_val = todc_m48txx_read_val;
|
||||
ppc_md.nvram_write_val = todc_m48txx_write_val;
|
||||
|
||||
#ifdef CONFIG_SERIAL_TEXT_DEBUG
|
||||
ppc_md.progress = gen550_progress;
|
||||
#endif
|
||||
#ifdef CONFIG_KGDB
|
||||
ppc_md.kgdb_map_scc = gen550_kgdb_map_scc;
|
||||
#endif
|
||||
}
|
@ -1,39 +0,0 @@
|
||||
/*
|
||||
* arch/ppc/platforms/pcore.h
|
||||
*
|
||||
* Definitions for Force PowerCore board support
|
||||
*
|
||||
* Author: Matt Porter <mporter@mvista.com>
|
||||
*
|
||||
* 2001 (c) MontaVista, Software, Inc. This file is licensed under
|
||||
* the terms of the GNU General Public License version 2. This program
|
||||
* is licensed "as is" without any warranty of any kind, whether express
|
||||
* or implied.
|
||||
*/
|
||||
|
||||
#ifndef __PPC_PLATFORMS_PCORE_H
|
||||
#define __PPC_PLATFORMS_PCORE_H
|
||||
|
||||
#include <asm/mpc10x.h>
|
||||
|
||||
#define PCORE_TYPE_6750 1
|
||||
#define PCORE_TYPE_680 2
|
||||
|
||||
#define PCORE_NVRAM_AS0 0x73
|
||||
#define PCORE_NVRAM_AS1 0x75
|
||||
#define PCORE_NVRAM_DATA 0x77
|
||||
|
||||
#define PCORE_DCCR_REG (MPC10X_MAPB_ISA_IO_BASE + 0x308)
|
||||
#define PCORE_DCCR_L2_MASK 0xc0
|
||||
#define PCORE_DCCR_L2_0KB 0x00
|
||||
#define PCORE_DCCR_L2_256KB 0x40
|
||||
#define PCORE_DCCR_L2_512KB 0xc0
|
||||
#define PCORE_DCCR_L2_1MB 0x80
|
||||
#define PCORE_DCCR_L2_2MB 0x00
|
||||
|
||||
#define PCORE_WINBOND_IDE_INT 0x43
|
||||
#define PCORE_WINBOND_PCI_INT 0x44
|
||||
#define PCORE_WINBOND_PRI_EDG_LVL 0x4d0
|
||||
#define PCORE_WINBOND_SEC_EDG_LVL 0x4d1
|
||||
|
||||
#endif /* __PPC_PLATFORMS_PCORE_H */
|
@ -61,7 +61,6 @@ obj-$(CONFIG_MVME5100) += open_pic.o todc_time.o indirect_pci.o \
|
||||
obj-$(CONFIG_MVME5100_IPMC761_PRESENT) += i8259.o
|
||||
obj-$(CONFIG_OCOTEA) += indirect_pci.o pci_auto.o todc_time.o
|
||||
obj-$(CONFIG_PAL4) += cpc700_pic.o
|
||||
obj-$(CONFIG_PCORE) += todc_time.o i8259.o pci_auto.o
|
||||
obj-$(CONFIG_POWERPMC250) += pci_auto.o
|
||||
obj-$(CONFIG_PPLUS) += hawk_common.o open_pic.o i8259.o \
|
||||
indirect_pci.o todc_time.o pci_auto.o
|
||||
|
Loading…
Reference in New Issue
Block a user