From a3b9071e22661e6d0d38bf01e326bae49b728525 Mon Sep 17 00:00:00 2001 From: xiangfu Date: Sat, 11 Apr 2009 15:04:25 +0000 Subject: [PATCH] change the usbboot to ingenic-tools (host side code) add usb-boot to keep the device code. --- {usbboot => usb-boot}/stage1/Makefile | 0 {usbboot => usb-boot}/stage1/board_4740.c | 0 {usbboot => usb-boot}/stage1/board_4750.c | 0 {usbboot => usb-boot}/stage1/common.c | 0 {usbboot => usb-boot}/stage1/configs.h | 0 {usbboot => usb-boot}/stage1/debug.c | 0 {usbboot => usb-boot}/stage1/head.S | 0 {usbboot => usb-boot}/stage1/jz4740.h | 0 {usbboot => usb-boot}/stage1/jz4750.h | 0 {usbboot => usb-boot}/stage1/main.c | 0 {usbboot => usb-boot}/stage1/target.ld | 0 {usbboot => usb-boot}/stage2/Makefile | 0 {usbboot => usb-boot}/stage2/include/archdefs.h | 0 {usbboot => usb-boot}/stage2/include/error.h | 0 {usbboot => usb-boot}/stage2/include/hand.h | 0 {usbboot => usb-boot}/stage2/include/jz4740.h | 0 {usbboot => usb-boot}/stage2/include/jz4750.h | 0 {usbboot => usb-boot}/stage2/include/mips.h | 0 {usbboot => usb-boot}/stage2/include/mipsregs.h | 0 {usbboot => usb-boot}/stage2/include/nandflash.h | 0 {usbboot => usb-boot}/stage2/include/sysdefs.h | 0 {usbboot => usb-boot}/stage2/include/udc.h | 0 {usbboot => usb-boot}/stage2/include/usb.h | 0 {usbboot => usb-boot}/stage2/include/usb_boot.h | 0 {usbboot => usb-boot}/stage2/nandflash/nandflash_4740.c | 0 {usbboot => usb-boot}/stage2/nandflash/nandflash_4750.c | 0 {usbboot => usb-boot}/stage2/target.ld | 0 {usbboot => usb-boot}/stage2/usb_boot/boothandler.c | 0 {usbboot => usb-boot}/stage2/usb_boot/cache.c | 0 {usbboot => usb-boot}/stage2/usb_boot/head.S | 0 {usbboot => usb-boot}/stage2/usb_boot/main.c | 0 {usbboot => usb-boot}/stage2/usb_boot/serial.c | 0 {usbboot => usb-boot}/stage2/usb_boot/udc.c | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename {usbboot => usb-boot}/stage1/Makefile (100%) rename {usbboot => usb-boot}/stage1/board_4740.c (100%) rename {usbboot => usb-boot}/stage1/board_4750.c (100%) rename {usbboot => usb-boot}/stage1/common.c (100%) rename {usbboot => usb-boot}/stage1/configs.h (100%) rename {usbboot => usb-boot}/stage1/debug.c (100%) rename {usbboot => usb-boot}/stage1/head.S (100%) rename {usbboot => usb-boot}/stage1/jz4740.h (100%) rename {usbboot => usb-boot}/stage1/jz4750.h (100%) rename {usbboot => usb-boot}/stage1/main.c (100%) rename {usbboot => usb-boot}/stage1/target.ld (100%) rename {usbboot => usb-boot}/stage2/Makefile (100%) rename {usbboot => usb-boot}/stage2/include/archdefs.h (100%) rename {usbboot => usb-boot}/stage2/include/error.h (100%) rename {usbboot => usb-boot}/stage2/include/hand.h (100%) rename {usbboot => usb-boot}/stage2/include/jz4740.h (100%) rename {usbboot => usb-boot}/stage2/include/jz4750.h (100%) rename {usbboot => usb-boot}/stage2/include/mips.h (100%) rename {usbboot => usb-boot}/stage2/include/mipsregs.h (100%) rename {usbboot => usb-boot}/stage2/include/nandflash.h (100%) rename {usbboot => usb-boot}/stage2/include/sysdefs.h (100%) rename {usbboot => usb-boot}/stage2/include/udc.h (100%) rename {usbboot => usb-boot}/stage2/include/usb.h (100%) rename {usbboot => usb-boot}/stage2/include/usb_boot.h (100%) rename {usbboot => usb-boot}/stage2/nandflash/nandflash_4740.c (100%) rename {usbboot => usb-boot}/stage2/nandflash/nandflash_4750.c (100%) rename {usbboot => usb-boot}/stage2/target.ld (100%) rename {usbboot => usb-boot}/stage2/usb_boot/boothandler.c (100%) rename {usbboot => usb-boot}/stage2/usb_boot/cache.c (100%) rename {usbboot => usb-boot}/stage2/usb_boot/head.S (100%) rename {usbboot => usb-boot}/stage2/usb_boot/main.c (100%) rename {usbboot => usb-boot}/stage2/usb_boot/serial.c (100%) rename {usbboot => usb-boot}/stage2/usb_boot/udc.c (100%) diff --git a/usbboot/stage1/Makefile b/usb-boot/stage1/Makefile similarity index 100% rename from usbboot/stage1/Makefile rename to usb-boot/stage1/Makefile diff --git a/usbboot/stage1/board_4740.c b/usb-boot/stage1/board_4740.c similarity index 100% rename from usbboot/stage1/board_4740.c rename to usb-boot/stage1/board_4740.c diff --git a/usbboot/stage1/board_4750.c b/usb-boot/stage1/board_4750.c similarity index 100% rename from usbboot/stage1/board_4750.c rename to usb-boot/stage1/board_4750.c diff --git a/usbboot/stage1/common.c b/usb-boot/stage1/common.c similarity index 100% rename from usbboot/stage1/common.c rename to usb-boot/stage1/common.c diff --git a/usbboot/stage1/configs.h b/usb-boot/stage1/configs.h similarity index 100% rename from usbboot/stage1/configs.h rename to usb-boot/stage1/configs.h diff --git a/usbboot/stage1/debug.c b/usb-boot/stage1/debug.c similarity index 100% rename from usbboot/stage1/debug.c rename to usb-boot/stage1/debug.c diff --git a/usbboot/stage1/head.S b/usb-boot/stage1/head.S similarity index 100% rename from usbboot/stage1/head.S rename to usb-boot/stage1/head.S diff --git a/usbboot/stage1/jz4740.h b/usb-boot/stage1/jz4740.h similarity index 100% rename from usbboot/stage1/jz4740.h rename to usb-boot/stage1/jz4740.h diff --git a/usbboot/stage1/jz4750.h b/usb-boot/stage1/jz4750.h similarity index 100% rename from usbboot/stage1/jz4750.h rename to usb-boot/stage1/jz4750.h diff --git a/usbboot/stage1/main.c b/usb-boot/stage1/main.c similarity index 100% rename from usbboot/stage1/main.c rename to usb-boot/stage1/main.c diff --git a/usbboot/stage1/target.ld b/usb-boot/stage1/target.ld similarity index 100% rename from usbboot/stage1/target.ld rename to usb-boot/stage1/target.ld diff --git a/usbboot/stage2/Makefile b/usb-boot/stage2/Makefile similarity index 100% rename from usbboot/stage2/Makefile rename to usb-boot/stage2/Makefile diff --git a/usbboot/stage2/include/archdefs.h b/usb-boot/stage2/include/archdefs.h similarity index 100% rename from usbboot/stage2/include/archdefs.h rename to usb-boot/stage2/include/archdefs.h diff --git a/usbboot/stage2/include/error.h b/usb-boot/stage2/include/error.h similarity index 100% rename from usbboot/stage2/include/error.h rename to usb-boot/stage2/include/error.h diff --git a/usbboot/stage2/include/hand.h b/usb-boot/stage2/include/hand.h similarity index 100% rename from usbboot/stage2/include/hand.h rename to usb-boot/stage2/include/hand.h diff --git a/usbboot/stage2/include/jz4740.h b/usb-boot/stage2/include/jz4740.h similarity index 100% rename from usbboot/stage2/include/jz4740.h rename to usb-boot/stage2/include/jz4740.h diff --git a/usbboot/stage2/include/jz4750.h b/usb-boot/stage2/include/jz4750.h similarity index 100% rename from usbboot/stage2/include/jz4750.h rename to usb-boot/stage2/include/jz4750.h diff --git a/usbboot/stage2/include/mips.h b/usb-boot/stage2/include/mips.h similarity index 100% rename from usbboot/stage2/include/mips.h rename to usb-boot/stage2/include/mips.h diff --git a/usbboot/stage2/include/mipsregs.h b/usb-boot/stage2/include/mipsregs.h similarity index 100% rename from usbboot/stage2/include/mipsregs.h rename to usb-boot/stage2/include/mipsregs.h diff --git a/usbboot/stage2/include/nandflash.h b/usb-boot/stage2/include/nandflash.h similarity index 100% rename from usbboot/stage2/include/nandflash.h rename to usb-boot/stage2/include/nandflash.h diff --git a/usbboot/stage2/include/sysdefs.h b/usb-boot/stage2/include/sysdefs.h similarity index 100% rename from usbboot/stage2/include/sysdefs.h rename to usb-boot/stage2/include/sysdefs.h diff --git a/usbboot/stage2/include/udc.h b/usb-boot/stage2/include/udc.h similarity index 100% rename from usbboot/stage2/include/udc.h rename to usb-boot/stage2/include/udc.h diff --git a/usbboot/stage2/include/usb.h b/usb-boot/stage2/include/usb.h similarity index 100% rename from usbboot/stage2/include/usb.h rename to usb-boot/stage2/include/usb.h diff --git a/usbboot/stage2/include/usb_boot.h b/usb-boot/stage2/include/usb_boot.h similarity index 100% rename from usbboot/stage2/include/usb_boot.h rename to usb-boot/stage2/include/usb_boot.h diff --git a/usbboot/stage2/nandflash/nandflash_4740.c b/usb-boot/stage2/nandflash/nandflash_4740.c similarity index 100% rename from usbboot/stage2/nandflash/nandflash_4740.c rename to usb-boot/stage2/nandflash/nandflash_4740.c diff --git a/usbboot/stage2/nandflash/nandflash_4750.c b/usb-boot/stage2/nandflash/nandflash_4750.c similarity index 100% rename from usbboot/stage2/nandflash/nandflash_4750.c rename to usb-boot/stage2/nandflash/nandflash_4750.c diff --git a/usbboot/stage2/target.ld b/usb-boot/stage2/target.ld similarity index 100% rename from usbboot/stage2/target.ld rename to usb-boot/stage2/target.ld diff --git a/usbboot/stage2/usb_boot/boothandler.c b/usb-boot/stage2/usb_boot/boothandler.c similarity index 100% rename from usbboot/stage2/usb_boot/boothandler.c rename to usb-boot/stage2/usb_boot/boothandler.c diff --git a/usbboot/stage2/usb_boot/cache.c b/usb-boot/stage2/usb_boot/cache.c similarity index 100% rename from usbboot/stage2/usb_boot/cache.c rename to usb-boot/stage2/usb_boot/cache.c diff --git a/usbboot/stage2/usb_boot/head.S b/usb-boot/stage2/usb_boot/head.S similarity index 100% rename from usbboot/stage2/usb_boot/head.S rename to usb-boot/stage2/usb_boot/head.S diff --git a/usbboot/stage2/usb_boot/main.c b/usb-boot/stage2/usb_boot/main.c similarity index 100% rename from usbboot/stage2/usb_boot/main.c rename to usb-boot/stage2/usb_boot/main.c diff --git a/usbboot/stage2/usb_boot/serial.c b/usb-boot/stage2/usb_boot/serial.c similarity index 100% rename from usbboot/stage2/usb_boot/serial.c rename to usb-boot/stage2/usb_boot/serial.c diff --git a/usbboot/stage2/usb_boot/udc.c b/usb-boot/stage2/usb_boot/udc.c similarity index 100% rename from usbboot/stage2/usb_boot/udc.c rename to usb-boot/stage2/usb_boot/udc.c