pmac_setup.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:21k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.pmac_setup.c 1.45 12/01/01 20:09:06 benh
  3.  */
  4. /*
  5.  *  linux/arch/ppc/kernel/setup.c
  6.  *
  7.  *  PowerPC version 
  8.  *    Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
  9.  *
  10.  *  Adapted for Power Macintosh by Paul Mackerras
  11.  *    Copyright (C) 1996 Paul Mackerras (paulus@cs.anu.edu.au)
  12.  *
  13.  *  Derived from "arch/alpha/kernel/setup.c"
  14.  *    Copyright (C) 1995 Linus Torvalds
  15.  *
  16.  *  This program is free software; you can redistribute it and/or
  17.  *  modify it under the terms of the GNU General Public License
  18.  *  as published by the Free Software Foundation; either version
  19.  *  2 of the License, or (at your option) any later version.
  20.  *
  21.  */
  22. /*
  23.  * bootup setup stuff..
  24.  */
  25. #include <linux/config.h>
  26. #include <linux/init.h>
  27. #include <linux/errno.h>
  28. #include <linux/sched.h>
  29. #include <linux/kernel.h>
  30. #include <linux/mm.h>
  31. #include <linux/stddef.h>
  32. #include <linux/unistd.h>
  33. #include <linux/ptrace.h>
  34. #include <linux/slab.h>
  35. #include <linux/user.h>
  36. #include <linux/a.out.h>
  37. #include <linux/tty.h>
  38. #include <linux/string.h>
  39. #include <linux/delay.h>
  40. #include <linux/ioport.h>
  41. #include <linux/major.h>
  42. #include <linux/blk.h>
  43. #include <linux/vt_kern.h>
  44. #include <linux/console.h>
  45. #include <linux/ide.h>
  46. #include <linux/pci.h>
  47. #include <linux/adb.h>
  48. #include <linux/cuda.h>
  49. #include <linux/pmu.h>
  50. #include <linux/seq_file.h>
  51. #include <asm/processor.h>
  52. #include <asm/sections.h>
  53. #include <asm/prom.h>
  54. #include <asm/system.h>
  55. #include <asm/pgtable.h>
  56. #include <asm/bitops.h>
  57. #include <asm/io.h>
  58. #include <asm/pci-bridge.h>
  59. #include <asm/ohare.h>
  60. #include <asm/mediabay.h>
  61. #include <asm/machdep.h>
  62. #include <asm/keyboard.h>
  63. #include <asm/dma.h>
  64. #include <asm/bootx.h>
  65. #include <asm/cputable.h>
  66. #include <asm/btext.h>
  67. #include <asm/pmac_feature.h>
  68. #include <asm/time.h>
  69. #include "local_irq.h"
  70. #include "pmac_pic.h"
  71. #include "../mm/mem_pieces.h"
  72. #undef SHOW_GATWICK_IRQS
  73. extern long pmac_time_init(void);
  74. extern unsigned long pmac_get_rtc_time(void);
  75. extern int pmac_set_rtc_time(unsigned long nowtime);
  76. extern void pmac_read_rtc_time(void);
  77. extern void pmac_calibrate_decr(void);
  78. extern void pmac_pcibios_fixup(void);
  79. extern void pmac_find_bridges(void);
  80. extern int pmac_ide_check_base(ide_ioreg_t base);
  81. extern ide_ioreg_t pmac_ide_get_base(int index);
  82. extern void pmac_ide_init_hwif_ports(hw_regs_t *hw,
  83. ide_ioreg_t data_port, ide_ioreg_t ctrl_port, int *irq);
  84. extern int mackbd_setkeycode(unsigned int scancode, unsigned int keycode);
  85. extern int mackbd_getkeycode(unsigned int scancode);
  86. extern int mackbd_translate(unsigned char keycode, unsigned char *keycodep,
  87.      char raw_mode);
  88. extern char mackbd_unexpected_up(unsigned char keycode);
  89. extern void mackbd_leds(unsigned char leds);
  90. extern void __init mackbd_init_hw(void);
  91. extern int mac_hid_kbd_translate(unsigned char scancode, unsigned char *keycode,
  92.  char raw_mode);
  93. extern char mac_hid_kbd_unexpected_up(unsigned char keycode);
  94. extern void mac_hid_init_hw(void);
  95. extern unsigned char mac_hid_kbd_sysrq_xlate[];
  96. extern unsigned char pckbd_sysrq_xlate[];
  97. extern unsigned char mackbd_sysrq_xlate[];
  98. extern int pckbd_setkeycode(unsigned int scancode, unsigned int keycode);
  99. extern int pckbd_getkeycode(unsigned int scancode);
  100. extern int pckbd_translate(unsigned char scancode, unsigned char *keycode,
  101.    char raw_mode);
  102. extern char pckbd_unexpected_up(unsigned char keycode);
  103. extern int keyboard_sends_linux_keycodes;
  104. extern void pmac_nvram_update(void);
  105. extern int pmac_pci_enable_device_hook(struct pci_dev *dev, int initial);
  106. extern void pmac_pcibios_after_init(void);
  107. struct device_node *memory_node;
  108. unsigned char drive_info;
  109. int ppc_override_l2cr = 0;
  110. int ppc_override_l2cr_value;
  111. int has_l2cache = 0;
  112. static int current_root_goodness = -1;
  113. extern char saved_command_line[];
  114. extern int pmac_newworld;
  115. #define DEFAULT_ROOT_DEVICE 0x0801 /* sda1 - slightly silly choice */
  116. extern void zs_kgdb_hook(int tty_num);
  117. static void ohare_init(void);
  118. #ifdef CONFIG_BOOTX_TEXT
  119. void pmac_progress(char *s, unsigned short hex);
  120. #endif
  121. sys_ctrler_t sys_ctrler = SYS_CTRLER_UNKNOWN;
  122. #ifdef CONFIG_SMP
  123. extern struct smp_ops_t psurge_smp_ops;
  124. extern struct smp_ops_t core99_smp_ops;
  125. volatile static long int core99_l2_cache;
  126. void __init
  127. core99_init_l2(void)
  128. {
  129. int cpu = smp_processor_id();
  130. if (!(cur_cpu_spec[0]->cpu_features & CPU_FTR_L2CR))
  131. return;
  132. if (cpu == 0){
  133. core99_l2_cache = _get_L2CR();
  134. printk("CPU0: L2CR is %lxn", core99_l2_cache);
  135. } else {
  136. printk("CPU%d: L2CR was %lxn", cpu, _get_L2CR());
  137. _set_L2CR(0);
  138. _set_L2CR(core99_l2_cache);
  139. printk("CPU%d: L2CR set to %lxn", cpu, core99_l2_cache);
  140. }
  141. }
  142. #endif /* CONFIG_SMP */
  143. /*
  144.  * Assume here that all clock rates are the same in a
  145.  * smp system.  -- Cort
  146.  */
  147. int __openfirmware
  148. of_show_percpuinfo(struct seq_file *m, int i)
  149. {
  150. struct device_node *cpu_node;
  151. int *fp, s;
  152. cpu_node = find_type_devices("cpu");
  153. if (!cpu_node)
  154. return 0;
  155. for (s = 0; s < i && cpu_node->next; s++)
  156. cpu_node = cpu_node->next;
  157. fp = (int *) get_property(cpu_node, "clock-frequency", NULL);
  158. if (fp)
  159. seq_printf(m, "clocktt: %dMHzn", *fp / 1000000);
  160. return 0;
  161. }
  162. int __pmac
  163. pmac_show_cpuinfo(struct seq_file *m)
  164. {
  165. struct device_node *np;
  166. char *pp;
  167. int plen;
  168. /* find motherboard type */
  169. seq_printf(m, "machinett: ");
  170. np = find_devices("device-tree");
  171. if (np != NULL) {
  172. pp = (char *) get_property(np, "model", NULL);
  173. if (pp != NULL)
  174. seq_printf(m, "%sn", pp);
  175. else
  176. seq_printf(m, "PowerMacn");
  177. pp = (char *) get_property(np, "compatible", &plen);
  178. if (pp != NULL) {
  179. seq_printf(m, "motherboardt:");
  180. while (plen > 0) {
  181. int l = strlen(pp) + 1;
  182. seq_printf(m, " %s", pp);
  183. plen -= l;
  184. pp += l;
  185. }
  186. seq_printf(m, "n");
  187. }
  188. } else
  189. seq_printf(m, "PowerMacn");
  190. /* find l2 cache info */
  191. np = find_devices("l2-cache");
  192. if (np == 0)
  193. np = find_type_devices("cache");
  194. if (np != 0) {
  195. unsigned int *ic = (unsigned int *)
  196. get_property(np, "i-cache-size", NULL);
  197. unsigned int *dc = (unsigned int *)
  198. get_property(np, "d-cache-size", NULL);
  199. seq_printf(m, "L2 cachet:");
  200. has_l2cache = 1;
  201. if (get_property(np, "cache-unified", NULL) != 0 && dc) {
  202. seq_printf(m, " %dK unified", *dc / 1024);
  203. } else {
  204. if (ic)
  205. seq_printf(m, " %dK instruction", *ic / 1024);
  206. if (dc)
  207. seq_printf(m, "%s %dK data",
  208.    (ic? " +": ""), *dc / 1024);
  209. }
  210. pp = get_property(np, "ram-type", NULL);
  211. if (pp)
  212. seq_printf(m, " %s", pp);
  213. seq_printf(m, "n");
  214. }
  215. /* find ram info */
  216. np = find_devices("memory");
  217. if (np != 0) {
  218. int n;
  219. struct reg_property *reg = (struct reg_property *)
  220. get_property(np, "reg", &n);
  221. if (reg != 0) {
  222. unsigned long total = 0;
  223. for (n /= sizeof(struct reg_property); n > 0; --n)
  224. total += (reg++)->size;
  225. seq_printf(m, "memorytt: %luMBn", total >> 20);
  226. }
  227. }
  228. /* Checks "l2cr-value" property in the registry */
  229. np = find_devices("cpus");
  230. if (np == 0)
  231. np = find_type_devices("cpu");
  232. if (np != 0) {
  233. unsigned int *l2cr = (unsigned int *)
  234. get_property(np, "l2cr-value", NULL);
  235. if (l2cr != 0) {
  236. seq_printf(m, "l2cr overridet: 0x%xn", *l2cr);
  237. }
  238. }
  239. /* Indicate newworld/oldworld */
  240. seq_printf(m, "pmac-generationt: %sn",
  241.    pmac_newworld ? "NewWorld" : "OldWorld");
  242. return 0;
  243. }
  244. #ifdef CONFIG_SCSI
  245. /* Find the device number for the disk (if any) at target tgt
  246.    on host adaptor host.  We just need to get the prototype from
  247.    sd.h */
  248. #include <linux/blkdev.h>
  249. #include "../../../drivers/scsi/scsi.h"
  250. #include "../../../drivers/scsi/sd.h"
  251. #endif
  252. #ifdef CONFIG_VT
  253. /*
  254.  * Dummy mksound function that does nothing.
  255.  * The real one is in the dmasound driver.
  256.  */
  257. static void __pmac
  258. pmac_mksound(unsigned int hz, unsigned int ticks)
  259. {
  260. }
  261. #endif /* CONFIG_VT */
  262. static volatile u32 *sysctrl_regs;
  263. void __init
  264. pmac_setup_arch(void)
  265. {
  266. struct device_node *cpu;
  267. int *fp;
  268. unsigned long pvr;
  269. pvr = PVR_VER(mfspr(PVR));
  270. /* Set loops_per_jiffy to a half-way reasonable value,
  271.    for use until calibrate_delay gets called. */
  272. cpu = find_type_devices("cpu");
  273. if (cpu != 0) {
  274. fp = (int *) get_property(cpu, "clock-frequency", NULL);
  275. if (fp != 0) {
  276. if (pvr == 4 || pvr >= 8)
  277. /* 604, G3, G4 etc. */
  278. loops_per_jiffy = *fp / HZ;
  279. else
  280. /* 601, 603, etc. */
  281. loops_per_jiffy = *fp / (2*HZ);
  282. } else
  283. loops_per_jiffy = 50000000 / HZ;
  284. }
  285. /* this area has the CPU identification register
  286.    and some registers used by smp boards */
  287. sysctrl_regs = (volatile u32 *) ioremap(0xf8000000, 0x1000);
  288. ohare_init();
  289. /* Lookup PCI hosts */
  290. pmac_find_bridges();
  291. /* Checks "l2cr-value" property in the registry */
  292. if (cur_cpu_spec[0]->cpu_features & CPU_FTR_L2CR) {
  293. struct device_node *np = find_devices("cpus");
  294. if (np == 0)
  295. np = find_type_devices("cpu");
  296. if (np != 0) {
  297. unsigned int *l2cr = (unsigned int *)
  298. get_property(np, "l2cr-value", NULL);
  299. if (l2cr != 0) {
  300. ppc_override_l2cr = 1;
  301. ppc_override_l2cr_value = *l2cr;
  302. _set_L2CR(0);
  303. _set_L2CR(ppc_override_l2cr_value);
  304. }
  305. }
  306. }
  307. if (ppc_override_l2cr)
  308. printk(KERN_INFO "L2CR overriden (0x%x), backside cache is %sn",
  309. ppc_override_l2cr_value, (ppc_override_l2cr_value & 0x80000000)
  310. ? "enabled" : "disabled");
  311. #ifdef CONFIG_SMP
  312. /* somewhat of a hack */
  313. core99_init_l2();
  314. #endif
  315. #ifdef CONFIG_KGDB
  316. zs_kgdb_hook(0);
  317. #endif
  318. #ifdef CONFIG_ADB_CUDA
  319. find_via_cuda();
  320. #else
  321. if (find_devices("via-cuda")) {
  322. printk("WARNING ! Your machine is Cuda based but your kerneln");
  323. printk("          wasn't compiled with CONFIG_ADB_CUDA option !n");
  324. }
  325. #endif
  326. #ifdef CONFIG_ADB_PMU
  327. find_via_pmu();
  328. #else
  329. if (find_devices("via-pmu")) {
  330. printk("WARNING ! Your machine is PMU based but your kerneln");
  331. printk("          wasn't compiled with CONFIG_ADB_PMU option !n");
  332. }
  333. #endif
  334. #ifdef CONFIG_NVRAM
  335. pmac_nvram_init();
  336. #endif
  337. #ifdef CONFIG_DUMMY_CONSOLE
  338. conswitchp = &dummy_con;
  339. #endif
  340. #ifdef CONFIG_VT
  341. kd_mksound = pmac_mksound;
  342. #endif
  343. #ifdef CONFIG_BLK_DEV_INITRD
  344. if (initrd_start)
  345. ROOT_DEV = MKDEV(RAMDISK_MAJOR, 0);
  346. else
  347. #endif
  348. ROOT_DEV = to_kdev_t(DEFAULT_ROOT_DEVICE);
  349. #ifdef CONFIG_SMP
  350. /* Check for Core99 */
  351. if (find_devices("uni-n"))
  352. ppc_md.smp_ops = &core99_smp_ops;
  353. else
  354. ppc_md.smp_ops = &psurge_smp_ops;
  355. #endif /* CONFIG_SMP */
  356. }
  357. static void __init ohare_init(void)
  358. {
  359. /*
  360.  * Turn on the L2 cache.
  361.  * We assume that we have a PSX memory controller iff
  362.  * we have an ohare I/O controller.
  363.  */
  364. if (find_devices("ohare") != NULL) {
  365. if (((sysctrl_regs[2] >> 24) & 0xf) >= 3) {
  366. if (sysctrl_regs[4] & 0x10)
  367. sysctrl_regs[4] |= 0x04000020;
  368. else
  369. sysctrl_regs[4] |= 0x04000000;
  370. if(has_l2cache)
  371. printk(KERN_INFO "Level 2 cache enabledn");
  372. }
  373. }
  374. }
  375. extern char *bootpath;
  376. extern char *bootdevice;
  377. void *boot_host;
  378. int boot_target;
  379. int boot_part;
  380. extern kdev_t boot_dev;
  381. void __init
  382. pmac_init2(void)
  383. {
  384. #ifdef CONFIG_ADB_PMU
  385. via_pmu_start();
  386. #endif
  387. #ifdef CONFIG_ADB_CUDA
  388. via_cuda_start();
  389. #endif
  390. #ifdef CONFIG_PMAC_PBOOK
  391. media_bay_init();
  392. #endif
  393. pmac_feature_late_init();
  394. }
  395. #ifdef CONFIG_SCSI
  396. void __init
  397. note_scsi_host(struct device_node *node, void *host)
  398. {
  399. int l;
  400. char *p;
  401. l = strlen(node->full_name);
  402. if (bootpath != NULL && bootdevice != NULL
  403.     && strncmp(node->full_name, bootdevice, l) == 0
  404.     && (bootdevice[l] == '/' || bootdevice[l] == 0)) {
  405. boot_host = host;
  406. /*
  407.  * There's a bug in OF 1.0.5.  (Why am I not surprised.)
  408.  * If you pass a path like scsi/sd@1:0 to canon, it returns
  409.  * something like /bandit@F2000000/gc@10/53c94@10000/sd@0,0
  410.  * That is, the scsi target number doesn't get preserved.
  411.  * So we pick the target number out of bootpath and use that.
  412.  */
  413. p = strstr(bootpath, "/sd@");
  414. if (p != NULL) {
  415. p += 4;
  416. boot_target = simple_strtoul(p, NULL, 10);
  417. p = strchr(p, ':');
  418. if (p != NULL)
  419. boot_part = simple_strtoul(p + 1, NULL, 10);
  420. }
  421. }
  422. }
  423. #endif
  424. #if defined(CONFIG_BLK_DEV_IDE) && defined(CONFIG_BLK_DEV_IDE_PMAC)
  425. kdev_t __init
  426. find_ide_boot(void)
  427. {
  428. char *p;
  429. int n;
  430. kdev_t __init pmac_find_ide_boot(char *bootdevice, int n);
  431. if (bootdevice == NULL)
  432. return 0;
  433. p = strrchr(bootdevice, '/');
  434. if (p == NULL)
  435. return 0;
  436. n = p - bootdevice;
  437. return pmac_find_ide_boot(bootdevice, n);
  438. }
  439. #endif /* CONFIG_BLK_DEV_IDE && CONFIG_BLK_DEV_IDE_PMAC */
  440. void __init
  441. find_boot_device(void)
  442. {
  443. #if defined(CONFIG_SCSI) && defined(CONFIG_BLK_DEV_SD)
  444. if (boot_host != NULL) {
  445. boot_dev = sd_find_target(boot_host, boot_target);
  446. if (boot_dev != 0)
  447. return;
  448. }
  449. #endif
  450. #if defined(CONFIG_BLK_DEV_IDE) && defined(CONFIG_BLK_DEV_IDE_PMAC)
  451. boot_dev = find_ide_boot();
  452. #endif
  453. }
  454. /* can't be __init - can be called whenever a disk is first accessed */
  455. void __pmac
  456. note_bootable_part(kdev_t dev, int part, int goodness)
  457. {
  458. static int found_boot = 0;
  459. char *p;
  460. /* Do nothing if the root has been mounted already. */
  461. if (init_task.fs->rootmnt != NULL)
  462. return;
  463. if ((goodness <= current_root_goodness) &&
  464.     (ROOT_DEV != to_kdev_t(DEFAULT_ROOT_DEVICE)))
  465. return;
  466. p = strstr(saved_command_line, "root=");
  467. if (p != NULL && (p == saved_command_line || p[-1] == ' '))
  468. return;
  469. if (!found_boot) {
  470. find_boot_device();
  471. found_boot = 1;
  472. }
  473. if (boot_dev == 0 || dev == boot_dev) {
  474. ROOT_DEV = MKDEV(MAJOR(dev), MINOR(dev) + part);
  475. boot_dev = NODEV;
  476. current_root_goodness = goodness;
  477. }
  478. }
  479. void __pmac
  480. pmac_restart(char *cmd)
  481. {
  482. #ifdef CONFIG_ADB_CUDA
  483. struct adb_request req;
  484. #endif /* CONFIG_ADB_CUDA */
  485. #ifdef CONFIG_NVRAM
  486. pmac_nvram_update();
  487. #endif
  488. switch (sys_ctrler) {
  489. #ifdef CONFIG_ADB_CUDA
  490. case SYS_CTRLER_CUDA:
  491. cuda_request(&req, NULL, 2, CUDA_PACKET,
  492.      CUDA_RESET_SYSTEM);
  493. for (;;)
  494. cuda_poll();
  495. break;
  496. #endif /* CONFIG_ADB_CUDA */
  497. #ifdef CONFIG_ADB_PMU
  498. case SYS_CTRLER_PMU:
  499. pmu_restart();
  500. break;
  501. #endif /* CONFIG_ADB_PMU */
  502. default: ;
  503. }
  504. }
  505. void __pmac
  506. pmac_power_off(void)
  507. {
  508. #ifdef CONFIG_ADB_CUDA
  509. struct adb_request req;
  510. #endif /* CONFIG_ADB_CUDA */
  511. #ifdef CONFIG_NVRAM
  512. pmac_nvram_update();
  513. #endif
  514. switch (sys_ctrler) {
  515. #ifdef CONFIG_ADB_CUDA
  516. case SYS_CTRLER_CUDA:
  517. cuda_request(&req, NULL, 2, CUDA_PACKET,
  518.      CUDA_POWERDOWN);
  519. for (;;)
  520. cuda_poll();
  521. break;
  522. #endif /* CONFIG_ADB_CUDA */
  523. #ifdef CONFIG_ADB_PMU
  524. case SYS_CTRLER_PMU:
  525. pmu_shutdown();
  526. break;
  527. #endif /* CONFIG_ADB_PMU */
  528. default: ;
  529. }
  530. }
  531. void __pmac
  532. pmac_halt(void)
  533. {
  534.    pmac_power_off();
  535. }
  536. #if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
  537. /*
  538.  * IDE stuff.
  539.  */
  540. static int __pmac
  541. pmac_ide_check_region(ide_ioreg_t from, unsigned int extent)
  542. {
  543. #ifdef CONFIG_BLK_DEV_IDE_PMAC
  544. if (pmac_ide_check_base(from) >= 0)
  545. return 0;
  546. #endif
  547. return check_region(from, extent);
  548. }
  549. static void __pmac
  550. pmac_ide_request_region(ide_ioreg_t from,
  551. unsigned int extent,
  552. const char *name)
  553. {
  554. #ifdef CONFIG_BLK_DEV_IDE_PMAC
  555. if (pmac_ide_check_base(from) >= 0)
  556. return;
  557. #endif
  558. request_region(from, extent, name);
  559. }
  560. static void __pmac
  561. pmac_ide_release_region(ide_ioreg_t from,
  562. unsigned int extent)
  563. {
  564. #ifdef CONFIG_BLK_DEV_IDE_PMAC
  565. if (pmac_ide_check_base(from) >= 0)
  566. return;
  567. #endif
  568. release_region(from, extent);
  569. }
  570. #ifndef CONFIG_BLK_DEV_IDE_PMAC
  571. /*
  572.  * This is only used if we have a PCI IDE controller, not
  573.  * for the IDE controller in the ohare/paddington/heathrow/keylargo.
  574.  */
  575. static void __pmac
  576. pmac_ide_pci_init_hwif_ports(hw_regs_t *hw, ide_ioreg_t data_port,
  577. ide_ioreg_t ctrl_port, int *irq)
  578. {
  579. ide_ioreg_t reg = data_port;
  580. int i;
  581. for (i = IDE_DATA_OFFSET; i <= IDE_STATUS_OFFSET; i++) {
  582. hw->io_ports[i] = reg;
  583. reg += 1;
  584. }
  585. hw->io_ports[IDE_CONTROL_OFFSET] = ctrl_port;
  586. }
  587. #endif /* CONFIG_BLK_DEV_IDE_PMAC */
  588. #endif /* defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE) */
  589. /*
  590.  * Read in a property describing some pieces of memory.
  591.  */
  592. static void __init
  593. get_mem_prop(char *name, struct mem_pieces *mp)
  594. {
  595. struct reg_property *rp;
  596. int i, s;
  597. unsigned int *ip;
  598. int nac = prom_n_addr_cells(memory_node);
  599. int nsc = prom_n_size_cells(memory_node);
  600. ip = (unsigned int *) get_property(memory_node, name, &s);
  601. if (ip == NULL) {
  602. printk(KERN_ERR "error: couldn't get %s property on /memoryn",
  603.        name);
  604. abort();
  605. }
  606. s /= (nsc + nac) * 4;
  607. rp = mp->regions;
  608. for (i = 0; i < s; ++i, ip += nac+nsc) {
  609. if (nac >= 2 && ip[nac-2] != 0)
  610. continue;
  611. rp->address = ip[nac-1];
  612. if (nsc >= 2 && ip[nac+nsc-2] != 0)
  613. rp->size = ~0U;
  614. else
  615. rp->size = ip[nac+nsc-1];
  616. ++rp;
  617. }
  618. mp->n_regions = rp - mp->regions;
  619. /* Make sure the pieces are sorted. */
  620. mem_pieces_sort(mp);
  621. mem_pieces_coalesce(mp);
  622. }
  623. /*
  624.  * On systems with Open Firmware, collect information about
  625.  * physical RAM and which pieces are already in use.
  626.  * At this point, we have (at least) the first 8MB mapped with a BAT.
  627.  * Our text, data, bss use something over 1MB, starting at 0.
  628.  * Open Firmware may be using 1MB at the 4MB point.
  629.  */
  630. unsigned long __init
  631. pmac_find_end_of_memory(void)
  632. {
  633. unsigned long a, total;
  634. struct mem_pieces phys_mem;
  635. memory_node = find_devices("memory");
  636. if (memory_node == NULL) {
  637. printk(KERN_ERR "can't find memory noden");
  638. abort();
  639. }
  640. /*
  641.  * Find out where physical memory is, and check that it
  642.  * starts at 0 and is contiguous.  It seems that RAM is
  643.  * always physically contiguous on Power Macintoshes.
  644.  *
  645.  * Supporting discontiguous physical memory isn't hard,
  646.  * it just makes the virtual <-> physical mapping functions
  647.  * more complicated (or else you end up wasting space
  648.  * in mem_map).
  649.  */
  650. get_mem_prop("reg", &phys_mem);
  651. if (phys_mem.n_regions == 0)
  652. panic("No RAM??");
  653. a = phys_mem.regions[0].address;
  654. if (a != 0)
  655. panic("RAM doesn't start at physical address 0");
  656. total = phys_mem.regions[0].size;
  657. if (phys_mem.n_regions > 1) {
  658. printk("RAM starting at 0x%x is not contiguousn",
  659.        phys_mem.regions[1].address);
  660. printk("Using RAM from 0 to 0x%lxn", total-1);
  661. }
  662. return total;
  663. }
  664. void __init
  665. select_adb_keyboard(void)
  666. {
  667. #ifdef CONFIG_VT
  668. #ifdef CONFIG_INPUT
  669. ppc_md.kbd_init_hw       = mac_hid_init_hw;
  670. ppc_md.kbd_translate     = mac_hid_kbd_translate;
  671. ppc_md.kbd_unexpected_up = mac_hid_kbd_unexpected_up;
  672. ppc_md.kbd_setkeycode    = 0;
  673. ppc_md.kbd_getkeycode    = 0;
  674. ppc_md.kbd_leds  = 0;
  675. #ifdef CONFIG_MAGIC_SYSRQ
  676. #ifdef CONFIG_MAC_ADBKEYCODES
  677. if (!keyboard_sends_linux_keycodes) {
  678. ppc_md.ppc_kbd_sysrq_xlate = mac_hid_kbd_sysrq_xlate;
  679. SYSRQ_KEY = 0x69;
  680. } else
  681. #endif /* CONFIG_MAC_ADBKEYCODES */
  682. {
  683. ppc_md.ppc_kbd_sysrq_xlate = pckbd_sysrq_xlate;
  684. SYSRQ_KEY = 0x54;
  685. }
  686. #endif /* CONFIG_MAGIC_SYSRQ */
  687. #elif defined(CONFIG_ADB_KEYBOARD)
  688. ppc_md.kbd_setkeycode       = mackbd_setkeycode;
  689. ppc_md.kbd_getkeycode       = mackbd_getkeycode;
  690. ppc_md.kbd_translate        = mackbd_translate;
  691. ppc_md.kbd_unexpected_up    = mackbd_unexpected_up;
  692. ppc_md.kbd_leds             = mackbd_leds;
  693. ppc_md.kbd_init_hw          = mackbd_init_hw;
  694. #ifdef CONFIG_MAGIC_SYSRQ
  695. ppc_md.ppc_kbd_sysrq_xlate  = mackbd_sysrq_xlate;
  696. SYSRQ_KEY = 0x69;
  697. #endif /* CONFIG_MAGIC_SYSRQ */
  698. #endif /* CONFIG_INPUT_ADBHID/CONFIG_ADB_KEYBOARD */
  699. #endif /* CONFIG_VT */
  700. }
  701. void __init
  702. pmac_init(unsigned long r3, unsigned long r4, unsigned long r5,
  703.   unsigned long r6, unsigned long r7)
  704. {
  705. /* isa_io_base gets set in pmac_find_bridges */
  706. isa_mem_base = PMAC_ISA_MEM_BASE;
  707. pci_dram_offset = PMAC_PCI_DRAM_OFFSET;
  708. ISA_DMA_THRESHOLD = ~0L;
  709. DMA_MODE_READ = 1;
  710. DMA_MODE_WRITE = 2;
  711. ppc_md.setup_arch     = pmac_setup_arch;
  712. ppc_md.show_cpuinfo   = pmac_show_cpuinfo;
  713. ppc_md.show_percpuinfo = of_show_percpuinfo;
  714. ppc_md.irq_cannonicalize = NULL;
  715. ppc_md.init_IRQ       = pmac_pic_init;
  716. ppc_md.get_irq        = pmac_get_irq; /* Changed later on ... */
  717. ppc_md.init           = pmac_init2;
  718. ppc_md.pcibios_fixup  = pmac_pcibios_fixup;
  719. ppc_md.pcibios_enable_device_hook = pmac_pci_enable_device_hook;
  720. ppc_md.pcibios_after_init = pmac_pcibios_after_init;
  721. ppc_md.restart        = pmac_restart;
  722. ppc_md.power_off      = pmac_power_off;
  723. ppc_md.halt           = pmac_halt;
  724. ppc_md.time_init      = pmac_time_init;
  725. ppc_md.set_rtc_time   = pmac_set_rtc_time;
  726. ppc_md.get_rtc_time   = pmac_get_rtc_time;
  727. ppc_md.calibrate_decr = pmac_calibrate_decr;
  728. ppc_md.find_end_of_memory = pmac_find_end_of_memory;
  729. ppc_md.feature_call   = pmac_do_feature_call;
  730. select_adb_keyboard();
  731. #if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
  732.         ppc_ide_md.ide_check_region = pmac_ide_check_region;
  733.         ppc_ide_md.ide_request_region = pmac_ide_request_region;
  734.         ppc_ide_md.ide_release_region = pmac_ide_release_region;
  735. #ifdef CONFIG_BLK_DEV_IDE_PMAC
  736.         ppc_ide_md.ide_init_hwif = pmac_ide_init_hwif_ports;
  737.         ppc_ide_md.default_io_base = pmac_ide_get_base;
  738. #else /* CONFIG_BLK_DEV_IDE_PMAC */
  739.         ppc_ide_md.ide_init_hwif = pmac_ide_pci_init_hwif_ports;
  740. #endif /* CONFIG_BLK_DEV_IDE_PMAC */
  741. #endif /* defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE) */
  742. #ifdef CONFIG_BOOTX_TEXT
  743. ppc_md.progress = pmac_progress;
  744. #endif /* CONFIG_BOOTX_TEXT */
  745. if (ppc_md.progress) ppc_md.progress("pmac_init(): exit", 0);
  746. }
  747. #ifdef CONFIG_BOOTX_TEXT
  748. extern void drawchar(char c);
  749. extern void drawstring(const char *c);
  750. extern boot_infos_t *disp_bi;
  751. void __init
  752. pmac_progress(char *s, unsigned short hex)
  753. {
  754. if (disp_bi == 0)
  755. return;
  756. btext_drawstring(s);
  757. btext_drawchar('n');
  758. }
  759. #endif /* CONFIG_BOOTX_TEXT */