]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
i386: Move cpu/i386/* to arch/i386/cpu/*
authorPeter Tyser <ptyser@xes-inc.com>
Tue, 13 Apr 2010 03:28:17 +0000 (22:28 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 13 Apr 2010 07:13:26 +0000 (09:13 +0200)
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17 files changed:
arch/i386/cpu/Makefile [moved from cpu/i386/Makefile with 100% similarity]
arch/i386/cpu/config.mk [moved from cpu/i386/config.mk with 100% similarity]
arch/i386/cpu/cpu.c [moved from cpu/i386/cpu.c with 100% similarity]
arch/i386/cpu/interrupts.c [moved from cpu/i386/interrupts.c with 100% similarity]
arch/i386/cpu/resetvec.S [moved from cpu/i386/resetvec.S with 100% similarity]
arch/i386/cpu/sc520/Makefile [moved from cpu/i386/sc520/Makefile with 100% similarity]
arch/i386/cpu/sc520/sc520.c [moved from cpu/i386/sc520/sc520.c with 100% similarity]
arch/i386/cpu/sc520/sc520_asm.S [moved from cpu/i386/sc520/sc520_asm.S with 100% similarity]
arch/i386/cpu/sc520/sc520_pci.c [moved from cpu/i386/sc520/sc520_pci.c with 100% similarity]
arch/i386/cpu/sc520/sc520_ssi.c [moved from cpu/i386/sc520/sc520_ssi.c with 100% similarity]
arch/i386/cpu/sc520/sc520_timer.c [moved from cpu/i386/sc520/sc520_timer.c with 100% similarity]
arch/i386/cpu/serial.c [moved from cpu/i386/serial.c with 100% similarity]
arch/i386/cpu/start.S [moved from cpu/i386/start.S with 100% similarity]
arch/i386/cpu/start16.S [moved from cpu/i386/start16.S with 100% similarity]
arch/i386/include/asm/interrupt.h
arch/i386/include/asm/u-boot-i386.h
doc/TODO-i386

similarity index 100%
rename from cpu/i386/Makefile
rename to arch/i386/cpu/Makefile
similarity index 100%
rename from cpu/i386/config.mk
rename to arch/i386/cpu/config.mk
similarity index 100%
rename from cpu/i386/cpu.c
rename to arch/i386/cpu/cpu.c
similarity index 100%
rename from cpu/i386/resetvec.S
rename to arch/i386/cpu/resetvec.S
similarity index 100%
rename from cpu/i386/serial.c
rename to arch/i386/cpu/serial.c
similarity index 100%
rename from cpu/i386/start.S
rename to arch/i386/cpu/start.S
similarity index 100%
rename from cpu/i386/start16.S
rename to arch/i386/cpu/start16.S
index 8d324d9f37a4299d46db93a7aac4e1b7b62ffdc1..07426fe6a7a08685b443568f04a898e64769eeae 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __ASM_INTERRUPT_H_
 #define __ASM_INTERRUPT_H_ 1
 
-/* cpu/i386/interrupts.c */
+/* arch/i386/cpu/interrupts.c */
 void set_vector(u8 intnum, void *routine);
 
 /* arch/i386/lib/interupts.c */
index a08632d2d312cdaa4d9187e199f6f08426dcfa62..521fd352bb8f5595be912db58f426674b0007a48 100644 (file)
@@ -33,7 +33,7 @@ void timer_isr(void *);
 typedef void (timer_fnc_t) (void);
 int register_timer_isr (timer_fnc_t *isr_func);
 
-/* Architecture specific - can be in cpu/i386/, arch/i386/lib/, or $(BOARD)/ */
+/* Architecture specific - can be in arch/i386/cpu/, arch/i386/lib/, or $(BOARD)/ */
 int timer_init(void);
 
 /* cpu/.../interrupts.c */
index 2261f4a1f34f3e6f66fb3394e6e1f79940dbcf71..9b6c5d41aba9b5a1230eddb0447c3d7ec71a31fc 100644 (file)
@@ -4,11 +4,11 @@ i386 port missing features:
 * setup the BIOS data area and BIOS equipment word to reflect machine config. 
 * Make reset work (from Linux and from the boot prompt)
 * DMA, FDC, RTC, KBC initialization
-* split of part of cpu/i386/interrupt.c to cpu/i385/entry.c?
+* split of part of arch/i386/cpu/interrupt.c to cpu/i385/entry.c?
 * re-entry of protected mode from real mode, should be added to realmode_switch.S 
   (and used by INT 10h and INT 16h handlers for console I/O during early
    linux boot...) 
-* missing functions in arch/i386/lib and cpu/i386
+* missing functions in arch/i386/lib and arch/i386/cpu
 * speaker beep interface