reset.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:5k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  *
  3.  * BRIEF MODULE DESCRIPTION
  4.  * Au1000 reset routines.
  5.  *
  6.  * Copyright 2001 MontaVista Software Inc.
  7.  * Author: MontaVista Software, Inc.
  8.  *          ppopov@mvista.com or source@mvista.com
  9.  *
  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.
  14.  *
  15.  *  THIS  SOFTWARE  IS PROVIDED   ``AS  IS'' AND   ANY  EXPRESS OR IMPLIED
  16.  *  WARRANTIES,   INCLUDING, BUT NOT  LIMITED  TO, THE IMPLIED WARRANTIES OF
  17.  *  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
  18.  *  NO  EVENT  SHALL   THE AUTHOR  BE    LIABLE FOR ANY   DIRECT, INDIRECT,
  19.  *  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  20.  *  NOT LIMITED   TO, PROCUREMENT OF  SUBSTITUTE GOODS  OR SERVICES; LOSS OF
  21.  *  USE, DATA,  OR PROFITS; OR  BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  22.  *  ANY THEORY OF LIABILITY, WHETHER IN  CONTRACT, STRICT LIABILITY, OR TORT
  23.  *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  24.  *  THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  25.  *
  26.  *  You should have received a copy of the  GNU General Public License along
  27.  *  with this program; if not, write  to the Free Software Foundation, Inc.,
  28.  *  675 Mass Ave, Cambridge, MA 02139, USA.
  29.  */
  30. #include <linux/config.h>
  31. #include <linux/sched.h>
  32. #include <linux/mm.h>
  33. #include <asm/io.h>
  34. #include <asm/pgtable.h>
  35. #include <asm/processor.h>
  36. #include <asm/reboot.h>
  37. #include <asm/system.h>
  38. #include <asm/au1000.h>
  39. extern int au_sleep(void);
  40. void au1000_restart(char *command)
  41. {
  42. /* Set all integrated peripherals to disabled states */
  43. u32 prid = read_32bit_cp0_register(CP0_PRID);
  44. printk(KERN_NOTICE "n** Resetting Integrated Peripheralsn");
  45. switch (prid & 0xFF000000)
  46. {
  47. case 0x00000000: /* Au1000 */
  48. au_writel(0x02, 0xb0000010); /* ac97_enable */
  49. au_writel(0x08, 0xb017fffc); /* usbh_enable - early errata */
  50. asm("sync");
  51. au_writel(0x00, 0xb017fffc); /* usbh_enable */
  52. au_writel(0x00, 0xb0200058); /* usbd_enable */
  53. au_writel(0x00, 0xb0300040); /* ir_enable */
  54. au_writel(0x00, 0xb0520000); /* macen0 */
  55. au_writel(0x00, 0xb0520004); /* macen1 */
  56. au_writel(0x00, 0xb1000008); /* i2s_enable  */
  57. au_writel(0x00, 0xb1100100); /* uart0_enable */
  58. au_writel(0x00, 0xb1200100); /* uart1_enable */
  59. au_writel(0x00, 0xb1300100); /* uart2_enable */
  60. au_writel(0x00, 0xb1400100); /* uart3_enable */
  61. au_writel(0x02, 0xb1600100); /* ssi0_enable */
  62. au_writel(0x02, 0xb1680100); /* ssi1_enable */
  63. au_writel(0x00, 0xb1900020); /* sys_freqctrl0 */
  64. au_writel(0x00, 0xb1900024); /* sys_freqctrl1 */
  65. au_writel(0x00, 0xb1900028); /* sys_clksrc */
  66. au_writel(0x00, 0xb1900100); /* sys_pininputen */
  67. break;
  68. case 0x01000000: /* Au1500 */
  69. au_writel(0x02, 0xb0000010); /* ac97_enable */
  70. au_writel(0x08, 0xb017fffc); /* usbh_enable - early errata */
  71. asm("sync");
  72. au_writel(0x00, 0xb017fffc); /* usbh_enable */
  73. au_writel(0x00, 0xb0200058); /* usbd_enable */
  74. au_writel(0x00, 0xb1520000); /* macen0 */
  75. au_writel(0x00, 0xb1520004); /* macen1 */
  76. au_writel(0x00, 0xb1100100); /* uart0_enable */
  77. au_writel(0x00, 0xb1400100); /* uart3_enable */
  78. au_writel(0x00, 0xb1900020); /* sys_freqctrl0 */
  79. au_writel(0x00, 0xb1900024); /* sys_freqctrl1 */
  80. au_writel(0x00, 0xb1900028); /* sys_clksrc */
  81. au_writel(0x00, 0xb1900100); /* sys_pininputen */
  82. break;
  83. case 0x02000000: /* Au1100 */
  84. au_writel(0x02, 0xb0000010); /* ac97_enable */
  85. au_writel(0x08, 0xb017fffc); /* usbh_enable - early errata */
  86. asm("sync");
  87. au_writel(0x00, 0xb017fffc); /* usbh_enable */
  88. au_writel(0x00, 0xb0200058); /* usbd_enable */
  89. au_writel(0x00, 0xb0300040); /* ir_enable */
  90. au_writel(0x00, 0xb0520000); /* macen0 */
  91. au_writel(0x00, 0xb1000008); /* i2s_enable  */
  92. au_writel(0x00, 0xb1100100); /* uart0_enable */
  93. au_writel(0x00, 0xb1200100); /* uart1_enable */
  94. au_writel(0x00, 0xb1400100); /* uart3_enable */
  95. au_writel(0x02, 0xb1600100); /* ssi0_enable */
  96. au_writel(0x02, 0xb1680100); /* ssi1_enable */
  97. au_writel(0x00, 0xb1900020); /* sys_freqctrl0 */
  98. au_writel(0x00, 0xb1900024); /* sys_freqctrl1 */
  99. au_writel(0x00, 0xb1900028); /* sys_clksrc */
  100. au_writel(0x00, 0xb1900100); /* sys_pininputen */
  101. break;
  102. default:
  103. break;
  104. }
  105. set_cp0_status(ST0_BEV | ST0_ERL);
  106. set_cp0_config(CONF_CM_UNCACHED);
  107. flush_cache_all();
  108. write_32bit_cp0_register(CP0_WIRED, 0);
  109. __asm__ __volatile__("jrt%0"::"r"(0xbfc00000));
  110. }
  111. void au1000_halt(void)
  112. {
  113. printk(KERN_NOTICE "n** You can safely turn off the powern");
  114. #ifdef CONFIG_PM
  115. au_sleep();
  116. /* should not get here */
  117. printk(KERN_ERR "Unable to put cpu in sleep moden");
  118. while(1);
  119. #else
  120. while (1)
  121. __asm__(".settmips3nt"
  122.                 "waitnt"
  123. ".settmips0");
  124. #endif
  125. }
  126. void au1000_power_off(void)
  127. {
  128. au1000_halt();
  129. }