2 * arch/ppc/platforms/83xx/mpc834x_sys.c
4 * MPC834x SYS board specific routines
6 * Maintainer: Kumar Gala <kumar.gala@freescale.com>
8 * Copyright 2005 Freescale Semiconductor Inc.
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License as published by the
12 * Free Software Foundation; either version 2 of the License, or (at your
13 * option) any later version.
16 #include <linux/config.h>
17 #include <linux/stddef.h>
18 #include <linux/kernel.h>
19 #include <linux/init.h>
20 #include <linux/errno.h>
21 #include <linux/reboot.h>
22 #include <linux/pci.h>
23 #include <linux/kdev_t.h>
24 #include <linux/major.h>
25 #include <linux/console.h>
26 #include <linux/delay.h>
27 #include <linux/irq.h>
28 #include <linux/seq_file.h>
29 #include <linux/root_dev.h>
30 #include <linux/serial.h>
31 #include <linux/tty.h> /* for linux/serial_core.h */
32 #include <linux/serial_core.h>
33 #include <linux/initrd.h>
34 #include <linux/module.h>
35 #include <linux/fsl_devices.h>
37 #include <asm/system.h>
38 #include <asm/pgtable.h>
40 #include <asm/atomic.h>
43 #include <asm/machdep.h>
46 #include <asm/bootinfo.h>
47 #include <asm/pci-bridge.h>
48 #include <asm/mpc83xx.h>
51 #include <asm/ppc_sys.h>
52 #include <mm/mmu_decl.h>
54 #include <syslib/ppc83xx_setup.h>
57 unsigned long isa_io_base
= 0;
58 unsigned long isa_mem_base
= 0;
61 extern unsigned long total_memory
; /* in mm/init */
63 unsigned char __res
[sizeof (bd_t
)];
66 #error "PCI is not supported"
67 /* NEED mpc83xx_map_irq & mpc83xx_exclude_device
68 see platforms/85xx/mpc85xx_ads_common.c */
69 #endif /* CONFIG_PCI */
71 /* ************************************************************************
73 * Setup the architecture
77 mpc834x_sys_setup_arch(void)
79 bd_t
*binfo
= (bd_t
*) __res
;
81 struct gianfar_platform_data
*pdata
;
83 /* get the core frequency */
84 freq
= binfo
->bi_intfreq
;
86 /* Set loops_per_jiffy to a half-way reasonable value,
87 for use until calibrate_delay gets called. */
88 loops_per_jiffy
= freq
/ HZ
;
91 /* setup PCI host bridges */
92 mpc83xx_sys_setup_hose();
94 mpc83xx_early_serial_map();
96 /* setup the board related information for the enet controllers */
97 pdata
= (struct gianfar_platform_data
*) ppc_sys_get_pdata(MPC83xx_TSEC1
);
98 pdata
->board_flags
= FSL_GIANFAR_BRD_HAS_PHY_INTR
;
99 pdata
->interruptPHY
= MPC83xx_IRQ_EXT1
;
101 /* fixup phy address */
102 pdata
->phy_reg_addr
+= binfo
->bi_immr_base
;
103 memcpy(pdata
->mac_addr
, binfo
->bi_enetaddr
, 6);
105 pdata
= (struct gianfar_platform_data
*) ppc_sys_get_pdata(MPC83xx_TSEC2
);
106 pdata
->board_flags
= FSL_GIANFAR_BRD_HAS_PHY_INTR
;
107 pdata
->interruptPHY
= MPC83xx_IRQ_EXT2
;
109 /* fixup phy address */
110 pdata
->phy_reg_addr
+= binfo
->bi_immr_base
;
111 memcpy(pdata
->mac_addr
, binfo
->bi_enet1addr
, 6);
113 #ifdef CONFIG_BLK_DEV_INITRD
115 ROOT_DEV
= Root_RAM0
;
118 #ifdef CONFIG_ROOT_NFS
121 ROOT_DEV
= Root_HDA1
;
126 mpc834x_sys_map_io(void)
128 /* we steal the lowest ioremap addr for virt space */
129 io_block_mapping(VIRT_IMMRBAR
, immrbar
, 1024*1024, _PAGE_IO
);
130 io_block_mapping(BCSR_VIRT_ADDR
, BCSR_PHYS_ADDR
, BCSR_SIZE
, _PAGE_IO
);
134 mpc834x_sys_show_cpuinfo(struct seq_file
*m
)
136 uint pvid
, svid
, phid1
;
137 bd_t
*binfo
= (bd_t
*) __res
;
140 /* get the core frequency */
141 freq
= binfo
->bi_intfreq
;
143 pvid
= mfspr(SPRN_PVR
);
144 svid
= mfspr(SPRN_SVR
);
146 seq_printf(m
, "Vendor\t\t: Freescale Inc.\n");
147 seq_printf(m
, "Machine\t\t: mpc%s sys\n", cur_ppc_sys_spec
->ppc_sys_name
);
148 seq_printf(m
, "core clock\t: %d MHz\n"
149 "bus clock\t: %d MHz\n",
150 (int)(binfo
->bi_intfreq
/ 1000000),
151 (int)(binfo
->bi_busfreq
/ 1000000));
152 seq_printf(m
, "PVR\t\t: 0x%x\n", pvid
);
153 seq_printf(m
, "SVR\t\t: 0x%x\n", svid
);
155 /* Display cpu Pll setting */
156 phid1
= mfspr(SPRN_HID1
);
157 seq_printf(m
, "PLL setting\t: 0x%x\n", ((phid1
>> 24) & 0x3f));
159 /* Display the amount of memory */
160 seq_printf(m
, "Memory\t\t: %d MB\n", (int)(binfo
->bi_memsize
/ (1024 * 1024)));
167 mpc834x_sys_init_IRQ(void)
169 bd_t
*binfo
= (bd_t
*) __res
;
173 IRQ_SENSE_LEVEL
, /* EXT 1 */
174 IRQ_SENSE_LEVEL
, /* EXT 2 */
182 ipic_init(binfo
->bi_immr_base
+ 0x00700, 0, MPC83xx_IPIC_IRQ_OFFSET
, senses
, 8);
184 /* Initialize the default interrupt mapping priorities,
185 * in case the boot rom changed something on us.
187 ipic_set_default_priority();
190 static __inline__
void
191 mpc834x_sys_set_bat(void)
193 /* we steal the lowest ioremap addr for virt space */
195 mtspr(SPRN_DBAT1U
, VIRT_IMMRBAR
| 0x1e);
196 mtspr(SPRN_DBAT1L
, immrbar
| 0x2a);
201 platform_init(unsigned long r3
, unsigned long r4
, unsigned long r5
,
202 unsigned long r6
, unsigned long r7
)
204 bd_t
*binfo
= (bd_t
*) __res
;
206 /* parse_bootinfo must always be called first */
207 parse_bootinfo(find_bootinfo());
210 * If we were passed in a board information, copy it into the
211 * residual data area.
214 memcpy((void *) __res
, (void *) (r3
+ KERNELBASE
),
218 #if defined(CONFIG_BLK_DEV_INITRD)
220 * If the init RAM disk has been configured in, and there's a valid
221 * starting address for it, set it up.
224 initrd_start
= r4
+ KERNELBASE
;
225 initrd_end
= r5
+ KERNELBASE
;
227 #endif /* CONFIG_BLK_DEV_INITRD */
229 /* Copy the kernel command line arguments to a safe place. */
231 *(char *) (r7
+ KERNELBASE
) = 0;
232 strcpy(cmd_line
, (char *) (r6
+ KERNELBASE
));
235 immrbar
= binfo
->bi_immr_base
;
237 mpc834x_sys_set_bat();
239 #if defined(CONFIG_SERIAL_8250) && defined(CONFIG_SERIAL_TEXT_DEBUG)
243 memset(&p
, 0, sizeof (p
));
244 p
.iotype
= SERIAL_IO_MEM
;
245 p
.membase
= (unsigned char __iomem
*)(VIRT_IMMRBAR
+ 0x4500);
246 p
.uartclk
= binfo
->bi_busfreq
;
250 memset(&p
, 0, sizeof (p
));
251 p
.iotype
= SERIAL_IO_MEM
;
252 p
.membase
= (unsigned char __iomem
*)(VIRT_IMMRBAR
+ 0x4600);
253 p
.uartclk
= binfo
->bi_busfreq
;
259 identify_ppc_sys_by_id(mfspr(SPRN_SVR
));
261 /* setup the PowerPC module struct */
262 ppc_md
.setup_arch
= mpc834x_sys_setup_arch
;
263 ppc_md
.show_cpuinfo
= mpc834x_sys_show_cpuinfo
;
265 ppc_md
.init_IRQ
= mpc834x_sys_init_IRQ
;
266 ppc_md
.get_irq
= ipic_get_irq
;
268 ppc_md
.restart
= mpc83xx_restart
;
269 ppc_md
.power_off
= mpc83xx_power_off
;
270 ppc_md
.halt
= mpc83xx_halt
;
272 ppc_md
.find_end_of_memory
= mpc83xx_find_end_of_memory
;
273 ppc_md
.setup_io_mappings
= mpc834x_sys_map_io
;
275 ppc_md
.time_init
= mpc83xx_time_init
;
276 ppc_md
.set_rtc_time
= NULL
;
277 ppc_md
.get_rtc_time
= NULL
;
278 ppc_md
.calibrate_decr
= mpc83xx_calibrate_decr
;
280 ppc_md
.early_serial_map
= mpc83xx_early_serial_map
;
281 #if defined(CONFIG_SERIAL_8250) && defined(CONFIG_SERIAL_TEXT_DEBUG)
282 ppc_md
.progress
= gen550_progress
;
283 #endif /* CONFIG_SERIAL_8250 && CONFIG_SERIAL_TEXT_DEBUG */
286 ppc_md
.progress("mpc834x_sys_init(): exit", 0);