소스 검색

mips: Move cpu/mips/* to arch/mips/cpu/*

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Peter Tyser 15 년 전
부모
커밋
1e3827d9cf

+ 0 - 0
cpu/mips/Makefile → arch/mips/cpu/Makefile


+ 0 - 0
cpu/mips/asc_serial.c → arch/mips/cpu/asc_serial.c


+ 0 - 0
cpu/mips/asc_serial.h → arch/mips/cpu/asc_serial.h


+ 0 - 0
cpu/mips/au1x00_eth.c → arch/mips/cpu/au1x00_eth.c


+ 0 - 0
cpu/mips/au1x00_serial.c → arch/mips/cpu/au1x00_serial.c


+ 0 - 0
cpu/mips/au1x00_usb_ohci.c → arch/mips/cpu/au1x00_usb_ohci.c


+ 0 - 0
cpu/mips/au1x00_usb_ohci.h → arch/mips/cpu/au1x00_usb_ohci.h


+ 0 - 0
cpu/mips/cache.S → arch/mips/cpu/cache.S


+ 0 - 0
cpu/mips/config.mk → arch/mips/cpu/config.mk


+ 0 - 0
cpu/mips/cpu.c → arch/mips/cpu/cpu.c


+ 0 - 0
cpu/mips/incaip_clock.c → arch/mips/cpu/incaip_clock.c


+ 0 - 0
cpu/mips/incaip_wdt.S → arch/mips/cpu/incaip_wdt.S


+ 0 - 0
cpu/mips/interrupts.c → arch/mips/cpu/interrupts.c


+ 0 - 0
cpu/mips/start.S → arch/mips/cpu/start.S


+ 1 - 1
board/dbau1x00/dbau1x00.c

@@ -37,7 +37,7 @@ phys_size_t initdram(int board_type)
 #define BCSR_PCMCIA_PC0DRVEN		0x0010
 #define BCSR_PCMCIA_PC0RST		0x0080
 
-/* In cpu/mips/cpu.c */
+/* In arch/mips/cpu/cpu.c */
 void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 );
 
 int checkboard (void)

+ 1 - 1
board/gth2/gth2.c

@@ -93,7 +93,7 @@ phys_size_t initdram(int board_type)
 	return (SDRAM_SIZE);
 }
 
-/* In cpu/mips/cpu.c */
+/* In arch/mips/cpu/cpu.c */
 void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 );
 
 void set_ledcard(u32 value){

+ 1 - 1
board/pb1x00/pb1x00.c

@@ -37,7 +37,7 @@ phys_size_t initdram(int board_type)
 #define BCSR_PCMCIA_PC0DRVEN		0x0010
 #define BCSR_PCMCIA_PC0RST		0x0080
 
-/* In cpu/mips/cpu.c */
+/* In arch/mips/cpu/cpu.c */
 void write_one_tlb( int index, u32 pagemask, u32 hi, u32 low0, u32 low1 );
 
 int checkboard (void)

+ 2 - 2
board/purple/u-boot.lds

@@ -34,9 +34,9 @@ SECTIONS
 	. = ALIGN(4);
 	.text       :
 	{
-	  cpu/mips/start.o		(.text)
+	  arch/mips/cpu/start.o		(.text)
 	  board/purple/lowlevel_init.o	(.text)
-	  cpu/mips/cache.o		(.text)
+	  arch/mips/cpu/cache.o		(.text)
 	  common/main.o			(.text)
 	  common/dlmalloc.o		(.text)
 	  common/cmd_boot.o		(.text)

+ 1 - 1
drivers/usb/host/isp116x-hcd.c

@@ -42,7 +42,7 @@
  *
  *    [[GNU/GPL disclaimer]]
  *
- * and in part from AU1x00 OHCI HCD driver "u-boot/cpu/mips/au1x00_usb_ohci.c"
+ * and in part from AU1x00 OHCI HCD driver "u-boot/arch/mips/cpu/au1x00_usb_ohci.c"
  * (original copyright message follows):
  *
  *    URB OHCI HCD (Host Controller Driver) for USB on the AU1x00.