Browse Source

MIPS: Alchemy: rename directory

It's more than the au1000 these days.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 16 years ago
parent
commit
e8c7c48234
54 changed files with 21 additions and 21 deletions
  1. 1 1
      arch/mips/Kconfig
  2. 15 15
      arch/mips/Makefile
  3. 0 0
      arch/mips/alchemy/Kconfig
  4. 0 0
      arch/mips/alchemy/common/Makefile
  5. 0 0
      arch/mips/alchemy/common/au1xxx_irqmap.c
  6. 0 0
      arch/mips/alchemy/common/clocks.c
  7. 0 0
      arch/mips/alchemy/common/cputable.c
  8. 0 0
      arch/mips/alchemy/common/dbdma.c
  9. 0 0
      arch/mips/alchemy/common/dma.c
  10. 0 0
      arch/mips/alchemy/common/gpio.c
  11. 0 0
      arch/mips/alchemy/common/irq.c
  12. 0 0
      arch/mips/alchemy/common/pci.c
  13. 0 0
      arch/mips/alchemy/common/platform.c
  14. 0 0
      arch/mips/alchemy/common/power.c
  15. 0 0
      arch/mips/alchemy/common/prom.c
  16. 0 0
      arch/mips/alchemy/common/puts.c
  17. 0 0
      arch/mips/alchemy/common/reset.c
  18. 0 0
      arch/mips/alchemy/common/setup.c
  19. 5 5
      arch/mips/alchemy/common/sleeper.S
  20. 0 0
      arch/mips/alchemy/common/time.c
  21. 0 0
      arch/mips/alchemy/db1x00/Makefile
  22. 0 0
      arch/mips/alchemy/db1x00/board_setup.c
  23. 0 0
      arch/mips/alchemy/db1x00/init.c
  24. 0 0
      arch/mips/alchemy/db1x00/irqmap.c
  25. 0 0
      arch/mips/alchemy/mtx-1/Makefile
  26. 0 0
      arch/mips/alchemy/mtx-1/board_setup.c
  27. 0 0
      arch/mips/alchemy/mtx-1/init.c
  28. 0 0
      arch/mips/alchemy/mtx-1/irqmap.c
  29. 0 0
      arch/mips/alchemy/mtx-1/platform.c
  30. 0 0
      arch/mips/alchemy/pb1000/Makefile
  31. 0 0
      arch/mips/alchemy/pb1000/board_setup.c
  32. 0 0
      arch/mips/alchemy/pb1000/init.c
  33. 0 0
      arch/mips/alchemy/pb1000/irqmap.c
  34. 0 0
      arch/mips/alchemy/pb1100/Makefile
  35. 0 0
      arch/mips/alchemy/pb1100/board_setup.c
  36. 0 0
      arch/mips/alchemy/pb1100/init.c
  37. 0 0
      arch/mips/alchemy/pb1100/irqmap.c
  38. 0 0
      arch/mips/alchemy/pb1200/Makefile
  39. 0 0
      arch/mips/alchemy/pb1200/board_setup.c
  40. 0 0
      arch/mips/alchemy/pb1200/init.c
  41. 0 0
      arch/mips/alchemy/pb1200/irqmap.c
  42. 0 0
      arch/mips/alchemy/pb1200/platform.c
  43. 0 0
      arch/mips/alchemy/pb1500/Makefile
  44. 0 0
      arch/mips/alchemy/pb1500/board_setup.c
  45. 0 0
      arch/mips/alchemy/pb1500/init.c
  46. 0 0
      arch/mips/alchemy/pb1500/irqmap.c
  47. 0 0
      arch/mips/alchemy/pb1550/Makefile
  48. 0 0
      arch/mips/alchemy/pb1550/board_setup.c
  49. 0 0
      arch/mips/alchemy/pb1550/init.c
  50. 0 0
      arch/mips/alchemy/pb1550/irqmap.c
  51. 0 0
      arch/mips/alchemy/xxs1500/Makefile
  52. 0 0
      arch/mips/alchemy/xxs1500/board_setup.c
  53. 0 0
      arch/mips/alchemy/xxs1500/init.c
  54. 0 0
      arch/mips/alchemy/xxs1500/irqmap.c

+ 1 - 1
arch/mips/Kconfig

@@ -598,7 +598,7 @@ config WR_PPMC
 
 endchoice
 
-source "arch/mips/au1000/Kconfig"
+source "arch/mips/alchemy/Kconfig"
 source "arch/mips/basler/excite/Kconfig"
 source "arch/mips/jazz/Kconfig"
 source "arch/mips/lasat/Kconfig"

+ 15 - 15
arch/mips/Makefile

@@ -176,103 +176,103 @@ load-$(CONFIG_MACH_JAZZ)	+= 0xffffffff80080000
 #
 # Common Alchemy Au1x00 stuff
 #
-core-$(CONFIG_SOC_AU1X00)	+= arch/mips/au1000/common/
+core-$(CONFIG_SOC_AU1X00)	+= arch/mips/alchemy/common/
 cflags-$(CONFIG_SOC_AU1X00)	+= -Iinclude/asm-mips/mach-au1x00
 
 #
 # AMD Alchemy Pb1000 eval board
 #
-libs-$(CONFIG_MIPS_PB1000)	+= arch/mips/au1000/pb1000/
+libs-$(CONFIG_MIPS_PB1000)	+= arch/mips/alchemy/pb1000/
 cflags-$(CONFIG_MIPS_PB1000)	+= -Iinclude/asm-mips/mach-pb1x00
 load-$(CONFIG_MIPS_PB1000)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Pb1100 eval board
 #
-libs-$(CONFIG_MIPS_PB1100)	+= arch/mips/au1000/pb1100/
+libs-$(CONFIG_MIPS_PB1100)	+= arch/mips/alchemy/pb1100/
 cflags-$(CONFIG_MIPS_PB1100)	+= -Iinclude/asm-mips/mach-pb1x00
 load-$(CONFIG_MIPS_PB1100)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Pb1500 eval board
 #
-libs-$(CONFIG_MIPS_PB1500)	+= arch/mips/au1000/pb1500/
+libs-$(CONFIG_MIPS_PB1500)	+= arch/mips/alchemy/pb1500/
 cflags-$(CONFIG_MIPS_PB1500)	+= -Iinclude/asm-mips/mach-pb1x00
 load-$(CONFIG_MIPS_PB1500)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Pb1550 eval board
 #
-libs-$(CONFIG_MIPS_PB1550)	+= arch/mips/au1000/pb1550/
+libs-$(CONFIG_MIPS_PB1550)	+= arch/mips/alchemy/pb1550/
 cflags-$(CONFIG_MIPS_PB1550)	+= -Iinclude/asm-mips/mach-pb1x00
 load-$(CONFIG_MIPS_PB1550)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Pb1200 eval board
 #
-libs-$(CONFIG_MIPS_PB1200)	+= arch/mips/au1000/pb1200/
+libs-$(CONFIG_MIPS_PB1200)	+= arch/mips/alchemy/pb1200/
 cflags-$(CONFIG_MIPS_PB1200)	+= -Iinclude/asm-mips/mach-pb1x00
 load-$(CONFIG_MIPS_PB1200)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Db1000 eval board
 #
-libs-$(CONFIG_MIPS_DB1000)	+= arch/mips/au1000/db1x00/
+libs-$(CONFIG_MIPS_DB1000)	+= arch/mips/alchemy/db1x00/
 cflags-$(CONFIG_MIPS_DB1000)	+= -Iinclude/asm-mips/mach-db1x00
 load-$(CONFIG_MIPS_DB1000)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Db1100 eval board
 #
-libs-$(CONFIG_MIPS_DB1100)	+= arch/mips/au1000/db1x00/
+libs-$(CONFIG_MIPS_DB1100)	+= arch/mips/alchemy/db1x00/
 cflags-$(CONFIG_MIPS_DB1100)	+= -Iinclude/asm-mips/mach-db1x00
 load-$(CONFIG_MIPS_DB1100)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Db1500 eval board
 #
-libs-$(CONFIG_MIPS_DB1500)	+= arch/mips/au1000/db1x00/
+libs-$(CONFIG_MIPS_DB1500)	+= arch/mips/alchemy/db1x00/
 cflags-$(CONFIG_MIPS_DB1500)	+= -Iinclude/asm-mips/mach-db1x00
 load-$(CONFIG_MIPS_DB1500)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Db1550 eval board
 #
-libs-$(CONFIG_MIPS_DB1550)	+= arch/mips/au1000/db1x00/
+libs-$(CONFIG_MIPS_DB1550)	+= arch/mips/alchemy/db1x00/
 cflags-$(CONFIG_MIPS_DB1550)	+= -Iinclude/asm-mips/mach-db1x00
 load-$(CONFIG_MIPS_DB1550)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Db1200 eval board
 #
-libs-$(CONFIG_MIPS_DB1200)	+= arch/mips/au1000/pb1200/
+libs-$(CONFIG_MIPS_DB1200)	+= arch/mips/alchemy/pb1200/
 cflags-$(CONFIG_MIPS_DB1200)	+= -Iinclude/asm-mips/mach-db1x00
 load-$(CONFIG_MIPS_DB1200)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Bosporus eval board
 #
-libs-$(CONFIG_MIPS_BOSPORUS)	+= arch/mips/au1000/db1x00/
+libs-$(CONFIG_MIPS_BOSPORUS)	+= arch/mips/alchemy/db1x00/
 cflags-$(CONFIG_MIPS_BOSPORUS)	+= -Iinclude/asm-mips/mach-db1x00
 load-$(CONFIG_MIPS_BOSPORUS)	+= 0xffffffff80100000
 
 #
 # AMD Alchemy Mirage eval board
 #
-libs-$(CONFIG_MIPS_MIRAGE)	+= arch/mips/au1000/db1x00/
+libs-$(CONFIG_MIPS_MIRAGE)	+= arch/mips/alchemy/db1x00/
 cflags-$(CONFIG_MIPS_MIRAGE)	+= -Iinclude/asm-mips/mach-db1x00
 load-$(CONFIG_MIPS_MIRAGE)	+= 0xffffffff80100000
 
 #
 # 4G-Systems eval board
 #
-libs-$(CONFIG_MIPS_MTX1)	+= arch/mips/au1000/mtx-1/
+libs-$(CONFIG_MIPS_MTX1)	+= arch/mips/alchemy/mtx-1/
 load-$(CONFIG_MIPS_MTX1)	+= 0xffffffff80100000
 
 #
 # MyCable eval board
 #
-libs-$(CONFIG_MIPS_XXS1500)	+= arch/mips/au1000/xxs1500/
+libs-$(CONFIG_MIPS_XXS1500)	+= arch/mips/alchemy/xxs1500/
 load-$(CONFIG_MIPS_XXS1500)	+= 0xffffffff80100000
 
 #

+ 0 - 0
arch/mips/au1000/Kconfig → arch/mips/alchemy/Kconfig


+ 0 - 0
arch/mips/au1000/common/Makefile → arch/mips/alchemy/common/Makefile


+ 0 - 0
arch/mips/au1000/common/au1xxx_irqmap.c → arch/mips/alchemy/common/au1xxx_irqmap.c


+ 0 - 0
arch/mips/au1000/common/clocks.c → arch/mips/alchemy/common/clocks.c


+ 0 - 0
arch/mips/au1000/common/cputable.c → arch/mips/alchemy/common/cputable.c


+ 0 - 0
arch/mips/au1000/common/dbdma.c → arch/mips/alchemy/common/dbdma.c


+ 0 - 0
arch/mips/au1000/common/dma.c → arch/mips/alchemy/common/dma.c


+ 0 - 0
arch/mips/au1000/common/gpio.c → arch/mips/alchemy/common/gpio.c


+ 0 - 0
arch/mips/au1000/common/irq.c → arch/mips/alchemy/common/irq.c


+ 0 - 0
arch/mips/au1000/common/pci.c → arch/mips/alchemy/common/pci.c


+ 0 - 0
arch/mips/au1000/common/platform.c → arch/mips/alchemy/common/platform.c


+ 0 - 0
arch/mips/au1000/common/power.c → arch/mips/alchemy/common/power.c


+ 0 - 0
arch/mips/au1000/common/prom.c → arch/mips/alchemy/common/prom.c


+ 0 - 0
arch/mips/au1000/common/puts.c → arch/mips/alchemy/common/puts.c


+ 0 - 0
arch/mips/au1000/common/reset.c → arch/mips/alchemy/common/reset.c


+ 0 - 0
arch/mips/au1000/common/setup.c → arch/mips/alchemy/common/setup.c


+ 5 - 5
arch/mips/au1000/common/sleeper.S → arch/mips/alchemy/common/sleeper.S

@@ -79,12 +79,12 @@ LEAF(save_and_sleep)
 /* Put SDRAM into self refresh.  Preload instructions into cache,
  * issue a precharge, then auto refresh, then sleep commands to it.
  */
- 	la	t0, sdsleep
+	la	t0, sdsleep
 	.set	mips3
- 	cache	0x14, 0(t0)
- 	cache	0x14, 32(t0)
- 	cache	0x14, 64(t0)
- 	cache	0x14, 96(t0)
+	cache	0x14, 0(t0)
+	cache	0x14, 32(t0)
+	cache	0x14, 64(t0)
+	cache	0x14, 96(t0)
 	.set	mips0
 
 sdsleep:

+ 0 - 0
arch/mips/au1000/common/time.c → arch/mips/alchemy/common/time.c


+ 0 - 0
arch/mips/au1000/db1x00/Makefile → arch/mips/alchemy/db1x00/Makefile


+ 0 - 0
arch/mips/au1000/db1x00/board_setup.c → arch/mips/alchemy/db1x00/board_setup.c


+ 0 - 0
arch/mips/au1000/db1x00/init.c → arch/mips/alchemy/db1x00/init.c


+ 0 - 0
arch/mips/au1000/db1x00/irqmap.c → arch/mips/alchemy/db1x00/irqmap.c


+ 0 - 0
arch/mips/au1000/mtx-1/Makefile → arch/mips/alchemy/mtx-1/Makefile


+ 0 - 0
arch/mips/au1000/mtx-1/board_setup.c → arch/mips/alchemy/mtx-1/board_setup.c


+ 0 - 0
arch/mips/au1000/mtx-1/init.c → arch/mips/alchemy/mtx-1/init.c


+ 0 - 0
arch/mips/au1000/mtx-1/irqmap.c → arch/mips/alchemy/mtx-1/irqmap.c


+ 0 - 0
arch/mips/au1000/mtx-1/platform.c → arch/mips/alchemy/mtx-1/platform.c


+ 0 - 0
arch/mips/au1000/pb1000/Makefile → arch/mips/alchemy/pb1000/Makefile


+ 0 - 0
arch/mips/au1000/pb1000/board_setup.c → arch/mips/alchemy/pb1000/board_setup.c


+ 0 - 0
arch/mips/au1000/pb1000/init.c → arch/mips/alchemy/pb1000/init.c


+ 0 - 0
arch/mips/au1000/pb1000/irqmap.c → arch/mips/alchemy/pb1000/irqmap.c


+ 0 - 0
arch/mips/au1000/pb1100/Makefile → arch/mips/alchemy/pb1100/Makefile


+ 0 - 0
arch/mips/au1000/pb1100/board_setup.c → arch/mips/alchemy/pb1100/board_setup.c


+ 0 - 0
arch/mips/au1000/pb1100/init.c → arch/mips/alchemy/pb1100/init.c


+ 0 - 0
arch/mips/au1000/pb1100/irqmap.c → arch/mips/alchemy/pb1100/irqmap.c


+ 0 - 0
arch/mips/au1000/pb1200/Makefile → arch/mips/alchemy/pb1200/Makefile


+ 0 - 0
arch/mips/au1000/pb1200/board_setup.c → arch/mips/alchemy/pb1200/board_setup.c


+ 0 - 0
arch/mips/au1000/pb1200/init.c → arch/mips/alchemy/pb1200/init.c


+ 0 - 0
arch/mips/au1000/pb1200/irqmap.c → arch/mips/alchemy/pb1200/irqmap.c


+ 0 - 0
arch/mips/au1000/pb1200/platform.c → arch/mips/alchemy/pb1200/platform.c


+ 0 - 0
arch/mips/au1000/pb1500/Makefile → arch/mips/alchemy/pb1500/Makefile


+ 0 - 0
arch/mips/au1000/pb1500/board_setup.c → arch/mips/alchemy/pb1500/board_setup.c


+ 0 - 0
arch/mips/au1000/pb1500/init.c → arch/mips/alchemy/pb1500/init.c


+ 0 - 0
arch/mips/au1000/pb1500/irqmap.c → arch/mips/alchemy/pb1500/irqmap.c


+ 0 - 0
arch/mips/au1000/pb1550/Makefile → arch/mips/alchemy/pb1550/Makefile


+ 0 - 0
arch/mips/au1000/pb1550/board_setup.c → arch/mips/alchemy/pb1550/board_setup.c


+ 0 - 0
arch/mips/au1000/pb1550/init.c → arch/mips/alchemy/pb1550/init.c


+ 0 - 0
arch/mips/au1000/pb1550/irqmap.c → arch/mips/alchemy/pb1550/irqmap.c


+ 0 - 0
arch/mips/au1000/xxs1500/Makefile → arch/mips/alchemy/xxs1500/Makefile


+ 0 - 0
arch/mips/au1000/xxs1500/board_setup.c → arch/mips/alchemy/xxs1500/board_setup.c


+ 0 - 0
arch/mips/au1000/xxs1500/init.c → arch/mips/alchemy/xxs1500/init.c


+ 0 - 0
arch/mips/au1000/xxs1500/irqmap.c → arch/mips/alchemy/xxs1500/irqmap.c