Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Alchemy: rename directory

It's more than the au1000 these days.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+21 -21
+1 -1
arch/mips/Kconfig
··· 598 598 599 599 endchoice 600 600 601 - source "arch/mips/au1000/Kconfig" 601 + source "arch/mips/alchemy/Kconfig" 602 602 source "arch/mips/basler/excite/Kconfig" 603 603 source "arch/mips/jazz/Kconfig" 604 604 source "arch/mips/lasat/Kconfig"
+15 -15
arch/mips/Makefile
··· 176 176 # 177 177 # Common Alchemy Au1x00 stuff 178 178 # 179 - core-$(CONFIG_SOC_AU1X00) += arch/mips/au1000/common/ 179 + core-$(CONFIG_SOC_AU1X00) += arch/mips/alchemy/common/ 180 180 cflags-$(CONFIG_SOC_AU1X00) += -Iinclude/asm-mips/mach-au1x00 181 181 182 182 # 183 183 # AMD Alchemy Pb1000 eval board 184 184 # 185 - libs-$(CONFIG_MIPS_PB1000) += arch/mips/au1000/pb1000/ 185 + libs-$(CONFIG_MIPS_PB1000) += arch/mips/alchemy/pb1000/ 186 186 cflags-$(CONFIG_MIPS_PB1000) += -Iinclude/asm-mips/mach-pb1x00 187 187 load-$(CONFIG_MIPS_PB1000) += 0xffffffff80100000 188 188 189 189 # 190 190 # AMD Alchemy Pb1100 eval board 191 191 # 192 - libs-$(CONFIG_MIPS_PB1100) += arch/mips/au1000/pb1100/ 192 + libs-$(CONFIG_MIPS_PB1100) += arch/mips/alchemy/pb1100/ 193 193 cflags-$(CONFIG_MIPS_PB1100) += -Iinclude/asm-mips/mach-pb1x00 194 194 load-$(CONFIG_MIPS_PB1100) += 0xffffffff80100000 195 195 196 196 # 197 197 # AMD Alchemy Pb1500 eval board 198 198 # 199 - libs-$(CONFIG_MIPS_PB1500) += arch/mips/au1000/pb1500/ 199 + libs-$(CONFIG_MIPS_PB1500) += arch/mips/alchemy/pb1500/ 200 200 cflags-$(CONFIG_MIPS_PB1500) += -Iinclude/asm-mips/mach-pb1x00 201 201 load-$(CONFIG_MIPS_PB1500) += 0xffffffff80100000 202 202 203 203 # 204 204 # AMD Alchemy Pb1550 eval board 205 205 # 206 - libs-$(CONFIG_MIPS_PB1550) += arch/mips/au1000/pb1550/ 206 + libs-$(CONFIG_MIPS_PB1550) += arch/mips/alchemy/pb1550/ 207 207 cflags-$(CONFIG_MIPS_PB1550) += -Iinclude/asm-mips/mach-pb1x00 208 208 load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000 209 209 210 210 # 211 211 # AMD Alchemy Pb1200 eval board 212 212 # 213 - libs-$(CONFIG_MIPS_PB1200) += arch/mips/au1000/pb1200/ 213 + libs-$(CONFIG_MIPS_PB1200) += arch/mips/alchemy/pb1200/ 214 214 cflags-$(CONFIG_MIPS_PB1200) += -Iinclude/asm-mips/mach-pb1x00 215 215 load-$(CONFIG_MIPS_PB1200) += 0xffffffff80100000 216 216 217 217 # 218 218 # AMD Alchemy Db1000 eval board 219 219 # 220 - libs-$(CONFIG_MIPS_DB1000) += arch/mips/au1000/db1x00/ 220 + libs-$(CONFIG_MIPS_DB1000) += arch/mips/alchemy/db1x00/ 221 221 cflags-$(CONFIG_MIPS_DB1000) += -Iinclude/asm-mips/mach-db1x00 222 222 load-$(CONFIG_MIPS_DB1000) += 0xffffffff80100000 223 223 224 224 # 225 225 # AMD Alchemy Db1100 eval board 226 226 # 227 - libs-$(CONFIG_MIPS_DB1100) += arch/mips/au1000/db1x00/ 227 + libs-$(CONFIG_MIPS_DB1100) += arch/mips/alchemy/db1x00/ 228 228 cflags-$(CONFIG_MIPS_DB1100) += -Iinclude/asm-mips/mach-db1x00 229 229 load-$(CONFIG_MIPS_DB1100) += 0xffffffff80100000 230 230 231 231 # 232 232 # AMD Alchemy Db1500 eval board 233 233 # 234 - libs-$(CONFIG_MIPS_DB1500) += arch/mips/au1000/db1x00/ 234 + libs-$(CONFIG_MIPS_DB1500) += arch/mips/alchemy/db1x00/ 235 235 cflags-$(CONFIG_MIPS_DB1500) += -Iinclude/asm-mips/mach-db1x00 236 236 load-$(CONFIG_MIPS_DB1500) += 0xffffffff80100000 237 237 238 238 # 239 239 # AMD Alchemy Db1550 eval board 240 240 # 241 - libs-$(CONFIG_MIPS_DB1550) += arch/mips/au1000/db1x00/ 241 + libs-$(CONFIG_MIPS_DB1550) += arch/mips/alchemy/db1x00/ 242 242 cflags-$(CONFIG_MIPS_DB1550) += -Iinclude/asm-mips/mach-db1x00 243 243 load-$(CONFIG_MIPS_DB1550) += 0xffffffff80100000 244 244 245 245 # 246 246 # AMD Alchemy Db1200 eval board 247 247 # 248 - libs-$(CONFIG_MIPS_DB1200) += arch/mips/au1000/pb1200/ 248 + libs-$(CONFIG_MIPS_DB1200) += arch/mips/alchemy/pb1200/ 249 249 cflags-$(CONFIG_MIPS_DB1200) += -Iinclude/asm-mips/mach-db1x00 250 250 load-$(CONFIG_MIPS_DB1200) += 0xffffffff80100000 251 251 252 252 # 253 253 # AMD Alchemy Bosporus eval board 254 254 # 255 - libs-$(CONFIG_MIPS_BOSPORUS) += arch/mips/au1000/db1x00/ 255 + libs-$(CONFIG_MIPS_BOSPORUS) += arch/mips/alchemy/db1x00/ 256 256 cflags-$(CONFIG_MIPS_BOSPORUS) += -Iinclude/asm-mips/mach-db1x00 257 257 load-$(CONFIG_MIPS_BOSPORUS) += 0xffffffff80100000 258 258 259 259 # 260 260 # AMD Alchemy Mirage eval board 261 261 # 262 - libs-$(CONFIG_MIPS_MIRAGE) += arch/mips/au1000/db1x00/ 262 + libs-$(CONFIG_MIPS_MIRAGE) += arch/mips/alchemy/db1x00/ 263 263 cflags-$(CONFIG_MIPS_MIRAGE) += -Iinclude/asm-mips/mach-db1x00 264 264 load-$(CONFIG_MIPS_MIRAGE) += 0xffffffff80100000 265 265 266 266 # 267 267 # 4G-Systems eval board 268 268 # 269 - libs-$(CONFIG_MIPS_MTX1) += arch/mips/au1000/mtx-1/ 269 + libs-$(CONFIG_MIPS_MTX1) += arch/mips/alchemy/mtx-1/ 270 270 load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 271 271 272 272 # 273 273 # MyCable eval board 274 274 # 275 - libs-$(CONFIG_MIPS_XXS1500) += arch/mips/au1000/xxs1500/ 275 + libs-$(CONFIG_MIPS_XXS1500) += arch/mips/alchemy/xxs1500/ 276 276 load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 277 277 278 278 #
arch/mips/au1000/Kconfig arch/mips/alchemy/Kconfig
arch/mips/au1000/common/Makefile arch/mips/alchemy/common/Makefile
arch/mips/au1000/common/au1xxx_irqmap.c arch/mips/alchemy/common/au1xxx_irqmap.c
arch/mips/au1000/common/clocks.c arch/mips/alchemy/common/clocks.c
arch/mips/au1000/common/cputable.c arch/mips/alchemy/common/cputable.c
arch/mips/au1000/common/dbdma.c arch/mips/alchemy/common/dbdma.c
arch/mips/au1000/common/dma.c arch/mips/alchemy/common/dma.c
arch/mips/au1000/common/gpio.c arch/mips/alchemy/common/gpio.c
arch/mips/au1000/common/irq.c arch/mips/alchemy/common/irq.c
arch/mips/au1000/common/pci.c arch/mips/alchemy/common/pci.c
arch/mips/au1000/common/platform.c arch/mips/alchemy/common/platform.c
arch/mips/au1000/common/power.c arch/mips/alchemy/common/power.c
arch/mips/au1000/common/prom.c arch/mips/alchemy/common/prom.c
arch/mips/au1000/common/puts.c arch/mips/alchemy/common/puts.c
arch/mips/au1000/common/reset.c arch/mips/alchemy/common/reset.c
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 79 /* Put SDRAM into self refresh. Preload instructions into cache, 80 80 * issue a precharge, then auto refresh, then sleep commands to it. 81 81 */ 82 - la t0, sdsleep 82 + la t0, sdsleep 83 83 .set mips3 84 - cache 0x14, 0(t0) 85 - cache 0x14, 32(t0) 86 - cache 0x14, 64(t0) 87 - cache 0x14, 96(t0) 84 + cache 0x14, 0(t0) 85 + cache 0x14, 32(t0) 86 + cache 0x14, 64(t0) 87 + cache 0x14, 96(t0) 88 88 .set mips0 89 89 90 90 sdsleep:
arch/mips/au1000/common/time.c arch/mips/alchemy/common/time.c
arch/mips/au1000/db1x00/Makefile arch/mips/alchemy/db1x00/Makefile
arch/mips/au1000/db1x00/board_setup.c arch/mips/alchemy/db1x00/board_setup.c
arch/mips/au1000/db1x00/init.c arch/mips/alchemy/db1x00/init.c
arch/mips/au1000/db1x00/irqmap.c arch/mips/alchemy/db1x00/irqmap.c
arch/mips/au1000/mtx-1/Makefile arch/mips/alchemy/mtx-1/Makefile
arch/mips/au1000/mtx-1/board_setup.c arch/mips/alchemy/mtx-1/board_setup.c
arch/mips/au1000/mtx-1/init.c arch/mips/alchemy/mtx-1/init.c
arch/mips/au1000/mtx-1/irqmap.c arch/mips/alchemy/mtx-1/irqmap.c
arch/mips/au1000/mtx-1/platform.c arch/mips/alchemy/mtx-1/platform.c
arch/mips/au1000/pb1000/Makefile arch/mips/alchemy/pb1000/Makefile
arch/mips/au1000/pb1000/board_setup.c arch/mips/alchemy/pb1000/board_setup.c
arch/mips/au1000/pb1000/init.c arch/mips/alchemy/pb1000/init.c
arch/mips/au1000/pb1000/irqmap.c arch/mips/alchemy/pb1000/irqmap.c
arch/mips/au1000/pb1100/Makefile arch/mips/alchemy/pb1100/Makefile
arch/mips/au1000/pb1100/board_setup.c arch/mips/alchemy/pb1100/board_setup.c
arch/mips/au1000/pb1100/init.c arch/mips/alchemy/pb1100/init.c
arch/mips/au1000/pb1100/irqmap.c arch/mips/alchemy/pb1100/irqmap.c
arch/mips/au1000/pb1200/Makefile arch/mips/alchemy/pb1200/Makefile
arch/mips/au1000/pb1200/board_setup.c arch/mips/alchemy/pb1200/board_setup.c
arch/mips/au1000/pb1200/init.c arch/mips/alchemy/pb1200/init.c
arch/mips/au1000/pb1200/irqmap.c arch/mips/alchemy/pb1200/irqmap.c
arch/mips/au1000/pb1200/platform.c arch/mips/alchemy/pb1200/platform.c
arch/mips/au1000/pb1500/Makefile arch/mips/alchemy/pb1500/Makefile
arch/mips/au1000/pb1500/board_setup.c arch/mips/alchemy/pb1500/board_setup.c
arch/mips/au1000/pb1500/init.c arch/mips/alchemy/pb1500/init.c
arch/mips/au1000/pb1500/irqmap.c arch/mips/alchemy/pb1500/irqmap.c
arch/mips/au1000/pb1550/Makefile arch/mips/alchemy/pb1550/Makefile
arch/mips/au1000/pb1550/board_setup.c arch/mips/alchemy/pb1550/board_setup.c
arch/mips/au1000/pb1550/init.c arch/mips/alchemy/pb1550/init.c
arch/mips/au1000/pb1550/irqmap.c arch/mips/alchemy/pb1550/irqmap.c
arch/mips/au1000/xxs1500/Makefile arch/mips/alchemy/xxs1500/Makefile
arch/mips/au1000/xxs1500/board_setup.c arch/mips/alchemy/xxs1500/board_setup.c
arch/mips/au1000/xxs1500/init.c arch/mips/alchemy/xxs1500/init.c
arch/mips/au1000/xxs1500/irqmap.c arch/mips/alchemy/xxs1500/irqmap.c