blob: 74ccce36baedc8039570c6153b3b73c5a607780a [file] [log] [blame]
Zang Roy-r61911c5d56332006-06-13 15:07:15 +08001/*
2 * mpc7448_hpc2.c
3 *
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +08004 * Board setup routines for the Freescale mpc7448hpc2(taiga) platform
Zang Roy-r61911c5d56332006-06-13 15:07:15 +08005 *
6 * Author: Jacob Pan
7 * jacob.pan@freescale.com
8 * Author: Xianghua Xiao
9 * x.xiao@freescale.com
10 * Maintainer: Roy Zang <tie-fei.zang@freescale.com>
11 * Add Flat Device Tree support fot mpc7448hpc2 board
12 *
13 * Copyright 2004-2006 Freescale Semiconductor, Inc.
14 *
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +080015 * This program is free software; you can redistribute it and/or
16 * modify it under the terms of the GNU General Public License
17 * as published by the Free Software Foundation; either version
18 * 2 of the License, or (at your option) any later version.
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080019 */
20
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080021#include <linux/stddef.h>
22#include <linux/kernel.h>
23#include <linux/pci.h>
24#include <linux/kdev_t.h>
25#include <linux/console.h>
Paul Gortmaker7dfe2932011-05-27 13:23:32 -040026#include <linux/module.h>
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080027#include <linux/delay.h>
28#include <linux/irq.h>
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080029#include <linux/seq_file.h>
30#include <linux/root_dev.h>
31#include <linux/serial.h>
32#include <linux/tty.h>
33#include <linux/serial_core.h>
34
35#include <asm/system.h>
36#include <asm/time.h>
37#include <asm/machdep.h>
38#include <asm/prom.h>
39#include <asm/udbg.h>
40#include <asm/tsi108.h>
41#include <asm/pci-bridge.h>
42#include <asm/reg.h>
43#include <mm/mmu_decl.h>
Josh Boyer08390db2007-05-08 07:25:22 +100044#include <asm/tsi108_pci.h>
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080045#include <asm/tsi108_irq.h>
46#include <asm/mpic.h>
47
48#undef DEBUG
49#ifdef DEBUG
50#define DBG(fmt...) do { printk(fmt); } while(0)
51#else
52#define DBG(fmt...) do { } while(0)
53#endif
54
Josh Boyer05ad6a92007-05-08 07:27:15 +100055#define MPC7448HPC2_PCI_CFG_PHYS 0xfb000000
56
Kumar Gala7d52c7b2007-06-22 00:23:57 -050057int mpc7448_hpc2_exclude_device(struct pci_controller *hose,
58 u_char bus, u_char devfn)
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080059{
60 if (bus == 0 && PCI_SLOT(devfn) == 0)
61 return PCIBIOS_DEVICE_NOT_FOUND;
62 else
63 return PCIBIOS_SUCCESSFUL;
64}
65
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080066static void __init mpc7448_hpc2_setup_arch(void)
67{
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080068 struct device_node *np;
69 if (ppc_md.progress)
70 ppc_md.progress("mpc7448_hpc2_setup_arch():set_bridge", 0);
71
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080072 tsi108_csr_vir_base = get_vir_csrbase();
73
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080074 /* setup PCI host bridge */
75#ifdef CONFIG_PCI
Kumar Galac9438af2007-10-04 00:28:43 -050076 for_each_compatible_node(np, "pci", "tsi108-pci")
Josh Boyer05ad6a92007-05-08 07:27:15 +100077 tsi108_setup_pci(np, MPC7448HPC2_PCI_CFG_PHYS, 0);
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080078
79 ppc_md.pci_exclude_device = mpc7448_hpc2_exclude_device;
80 if (ppc_md.progress)
81 ppc_md.progress("tsi108: resources set", 0x100);
82#endif
83
84 printk(KERN_INFO "MPC7448HPC2 (TAIGA) Platform\n");
85 printk(KERN_INFO
86 "Jointly ported by Freescale and Tundra Semiconductor\n");
87 printk(KERN_INFO
88 "Enabling L2 cache then enabling the HID0 prefetch engine.\n");
89}
90
91/*
Gabriel C33567a02007-08-01 19:41:09 +100092 * Interrupt setup and service. Interrupts on the mpc7448_hpc2 come
Zang Roy-r61911c5d56332006-06-13 15:07:15 +080093 * from the four external INT pins, PCI interrupts are routed via
94 * PCI interrupt control registers, it generates internal IRQ23
95 *
96 * Interrupt routing on the Taiga Board:
97 * TSI108:PB_INT[0] -> CPU0:INT#
98 * TSI108:PB_INT[1] -> CPU0:MCP#
99 * TSI108:PB_INT[2] -> N/C
100 * TSI108:PB_INT[3] -> N/C
101 */
102static void __init mpc7448_hpc2_init_IRQ(void)
103{
104 struct mpic *mpic;
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800105#ifdef CONFIG_PCI
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +0800106 unsigned int cascade_pci_irq;
107 struct device_node *tsi_pci;
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800108 struct device_node *cascade_node = NULL;
109#endif
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800110
Kyle Moffette55d7f72011-12-22 10:19:14 +0000111 mpic = mpic_alloc(NULL, 0, MPIC_BIG_ENDIAN |
Zang Roy-r6191172335932006-08-25 14:16:30 +1000112 MPIC_SPV_EOI | MPIC_NO_PTHROU_DIS | MPIC_REGSET_TSI108,
Kyle Moffett50196092011-12-22 10:19:12 +0000113 24, 0,
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +0800114 "Tsi108_PIC");
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800115
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800116 BUG_ON(mpic == NULL);
117
Kyle Moffette7a98672011-12-02 06:28:01 +0000118 mpic_assign_isu(mpic, 0, mpic->paddr + 0x100);
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800119
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800120 mpic_init(mpic);
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +0800121
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800122#ifdef CONFIG_PCI
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +0800123 tsi_pci = of_find_node_by_type(NULL, "pci");
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800124 if (tsi_pci == NULL) {
Harvey Harrisone48b1b42008-03-29 08:21:07 +1100125 printk("%s: No tsi108 pci node found !\n", __func__);
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +0800126 return;
127 }
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800128 cascade_node = of_find_node_by_type(NULL, "pic-router");
129 if (cascade_node == NULL) {
Harvey Harrisone48b1b42008-03-29 08:21:07 +1100130 printk("%s: No tsi108 pci cascade node found !\n", __func__);
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800131 return;
132 }
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +0800133
134 cascade_pci_irq = irq_of_parse_and_map(tsi_pci, 0);
Harvey Harrisone48b1b42008-03-29 08:21:07 +1100135 DBG("%s: tsi108 cascade_pci_irq = 0x%x\n", __func__,
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800136 (u32) cascade_pci_irq);
137 tsi108_pci_int_init(cascade_node);
Thomas Gleixnerec775d02011-03-25 16:45:20 +0100138 irq_set_handler_data(cascade_pci_irq, mpic);
139 irq_set_chained_handler(cascade_pci_irq, tsi108_irq_cascade);
Zang Roy-r619115873c9b2006-11-14 14:31:50 +0800140#endif
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800141 /* Configure MPIC outputs to CPU0 */
142 tsi108_write_reg(TSI108_MPIC_OFFSET + 0x30c, 0);
143}
144
145void mpc7448_hpc2_show_cpuinfo(struct seq_file *m)
146{
147 seq_printf(m, "vendor\t\t: Freescale Semiconductor\n");
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800148}
149
150void mpc7448_hpc2_restart(char *cmd)
151{
152 local_irq_disable();
153
154 /* Set exception prefix high - to the firmware */
155 _nmask_and_or_msr(0, MSR_IP);
156
157 for (;;) ; /* Spin until reset happens */
158}
159
160void mpc7448_hpc2_power_off(void)
161{
162 local_irq_disable();
163 for (;;) ; /* No way to shut power off with software */
164}
165
166void mpc7448_hpc2_halt(void)
167{
168 mpc7448_hpc2_power_off();
169}
170
171/*
172 * Called very early, device-tree isn't unflattened
173 */
174static int __init mpc7448_hpc2_probe(void)
175{
176 unsigned long root = of_get_flat_dt_root();
177
178 if (!of_flat_dt_is_compatible(root, "mpc74xx"))
179 return 0;
180 return 1;
181}
182
183static int mpc7448_machine_check_exception(struct pt_regs *regs)
184{
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800185 const struct exception_table_entry *entry;
186
187 /* Are we prepared to handle this fault */
188 if ((entry = search_exception_tables(regs->nip)) != NULL) {
189 tsi108_clear_pci_cfg_error();
190 regs->msr |= MSR_RI;
191 regs->nip = entry->fixup;
192 return 1;
193 }
194 return 0;
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800195}
Zang Roy-r61911c4342ff2006-08-23 10:19:50 +0800196
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800197define_machine(mpc7448_hpc2){
198 .name = "MPC7448 HPC2",
199 .probe = mpc7448_hpc2_probe,
200 .setup_arch = mpc7448_hpc2_setup_arch,
201 .init_IRQ = mpc7448_hpc2_init_IRQ,
202 .show_cpuinfo = mpc7448_hpc2_show_cpuinfo,
203 .get_irq = mpic_get_irq,
Zang Roy-r61911c5d56332006-06-13 15:07:15 +0800204 .restart = mpc7448_hpc2_restart,
205 .calibrate_decr = generic_calibrate_decr,
206 .machine_check_exception= mpc7448_machine_check_exception,
207 .progress = udbg_progress,
208};