From 783bb0e81c700fb0b71420854ae1d7175adf666b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Jun 2008 19:53:41 +0000 Subject: [PATCH] move ifxmips uboot to package/ SVN-Revision: 11601 --- .../u-boot => package/uboot-ifxmips}/Makefile | 23 +++++++++++++++---- .../files/board/danube/Makefile | 0 .../uboot-ifxmips}/files/board/danube/README | 0 .../files/board/danube/config.mk | 0 .../files/board/danube/danube.c | 0 .../files/board/danube/ddr_settings.h | 0 .../files/board/danube/ddr_settings_111.h | 0 .../files/board/danube/ddr_settings_166.h | 0 .../board/danube/ddr_settings_PROMOSDDR400.h | 0 .../board/danube/ddr_settings_Samsung_166.h | 0 .../files/board/danube/ddr_settings_e111.h | 0 .../files/board/danube/ddr_settings_e166.h | 0 .../files/board/danube/ddr_settings_psc_166.h | 0 .../files/board/danube/ddr_settings_r111.h | 0 .../files/board/danube/ddr_settings_r166.h | 0 .../uboot-ifxmips}/files/board/danube/flash.c | 0 .../files/board/danube/lowlevel_init.S | 0 .../files/board/danube/pmuenable.S | 0 .../files/board/danube/u-boot-bootstrap.lds | 0 .../files/board/danube/u-boot.lds | 0 .../files/common/flash_danube.c | 0 .../files/cpu/mips/danube/Makefile | 0 .../files/cpu/mips/danube/asc_serial.c | 0 .../files/cpu/mips/danube/asc_serial.h | 0 .../files/cpu/mips/danube/au1x00_eth.c | 0 .../files/cpu/mips/danube/au1x00_serial.c | 0 .../files/cpu/mips/danube/au1x00_usb_ohci.c | 0 .../files/cpu/mips/danube/au1x00_usb_ohci.h | 0 .../files/cpu/mips/danube/cache.S | 0 .../files/cpu/mips/danube/config.mk | 0 .../files/cpu/mips/danube/cpu.c | 0 .../files/cpu/mips/danube/ifx_asc.c | 0 .../files/cpu/mips/danube/ifx_cache.S | 0 .../files/cpu/mips/danube/ifx_cgu.c | 0 .../files/cpu/mips/danube/ifx_cgu.h | 0 .../files/cpu/mips/danube/ifx_clock.c | 0 .../files/cpu/mips/danube/ifx_cpu.c | 0 .../files/cpu/mips/danube/ifx_start.S | 0 .../files/cpu/mips/danube/incaip_clock.c | 0 .../files/cpu/mips/danube/incaip_wdt.S | 0 .../files/cpu/mips/danube/interrupts.c | 0 .../files/cpu/mips/danube/start.S | 0 .../files/cpu/mips/danube/start_bootstrap.S | 0 .../uboot-ifxmips}/files/drivers/ifx_sw.c | 0 .../files/include/LzmaWrapper.h | 0 .../files/include/asm-mips/danube.h | 0 .../files/include/asm-mips/errno.h | 0 .../files/include/asm-mips/ifx_asc.h | 0 .../files/include/asm-mips/inca-ip2.h | 0 .../files/include/asm-mips/pinstrap.h | 0 .../files/include/asm-mips/romconfig.h | 0 .../uboot-ifxmips}/files/include/boot.h | 0 .../files/include/configs/danube.h | 0 .../files/include/configs/ifx_cfg.h | 0 .../files/include/configs/ifx_extra_env.h | 0 .../files/lib_bootstrap/LzmaDecode.c | 0 .../files/lib_bootstrap/LzmaDecode.h | 0 .../files/lib_bootstrap/LzmaTypes.h | 0 .../files/lib_bootstrap/LzmaWrapper.c | 0 .../files/lib_bootstrap/Makefile | 0 .../lib_bootstrap/bootstrap_board_danube.c | 0 .../files/lib_bootstrap/console.c | 0 .../files/lib_bootstrap/crc32.c | 0 .../files/lib_bootstrap/ctype.c | 0 .../files/lib_bootstrap/devices.c | 0 .../files/lib_bootstrap/display_options.c | 0 .../files/lib_bootstrap/lists.c | 0 .../files/lib_bootstrap/string.c | 0 .../uboot-ifxmips}/files/lib_bootstrap/time.c | 0 .../files/lib_bootstrap/vsprintf.c | 0 .../files/lib_generic/LzmaDecode.c | 0 .../files/lib_generic/LzmaDecode.h | 0 .../files/lib_generic/LzmaTypes.h | 0 .../files/lib_generic/LzmaWrapper.c | 0 .../uboot-ifxmips}/files/net/ifx_eth.c | 0 .../uboot-ifxmips}/files/net/net_danube.c | 0 .../uboot-ifxmips}/files/net/nfs_danube.c | 0 .../uboot-ifxmips}/files/net/tftp_danube.c | 0 .../uboot-ifxmips}/files/tools/crc32_danube.c | 0 .../files/tools/environment_danube.c | 0 .../uboot-ifxmips}/patches/100-ifx.patch | 0 target/linux/ifxmips/image/Makefile | 8 ------- 82 files changed, 18 insertions(+), 13 deletions(-) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/Makefile (61%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/Makefile (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/README (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/config.mk (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/danube.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_111.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_166.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_PROMOSDDR400.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_Samsung_166.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_e111.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_e166.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_psc_166.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_r111.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/ddr_settings_r166.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/flash.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/lowlevel_init.S (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/pmuenable.S (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/u-boot-bootstrap.lds (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/board/danube/u-boot.lds (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/common/flash_danube.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/Makefile (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/asc_serial.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/asc_serial.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/au1x00_eth.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/au1x00_serial.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/au1x00_usb_ohci.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/au1x00_usb_ohci.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/cache.S (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/config.mk (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/cpu.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/ifx_asc.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/ifx_cache.S (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/ifx_cgu.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/ifx_cgu.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/ifx_clock.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/ifx_cpu.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/ifx_start.S (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/incaip_clock.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/incaip_wdt.S (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/interrupts.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/start.S (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/cpu/mips/danube/start_bootstrap.S (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/drivers/ifx_sw.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/LzmaWrapper.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/asm-mips/danube.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/asm-mips/errno.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/asm-mips/ifx_asc.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/asm-mips/inca-ip2.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/asm-mips/pinstrap.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/asm-mips/romconfig.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/boot.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/configs/danube.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/configs/ifx_cfg.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/include/configs/ifx_extra_env.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/LzmaDecode.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/LzmaDecode.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/LzmaTypes.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/LzmaWrapper.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/Makefile (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/bootstrap_board_danube.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/console.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/crc32.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/ctype.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/devices.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/display_options.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/lists.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/string.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/time.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_bootstrap/vsprintf.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_generic/LzmaDecode.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_generic/LzmaDecode.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_generic/LzmaTypes.h (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/lib_generic/LzmaWrapper.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/net/ifx_eth.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/net/net_danube.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/net/nfs_danube.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/net/tftp_danube.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/tools/crc32_danube.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/files/tools/environment_danube.c (100%) rename {target/linux/ifxmips/image/u-boot => package/uboot-ifxmips}/patches/100-ifx.patch (100%) diff --git a/target/linux/ifxmips/image/u-boot/Makefile b/package/uboot-ifxmips/Makefile similarity index 61% rename from target/linux/ifxmips/image/u-boot/Makefile rename to package/uboot-ifxmips/Makefile index dcba5ac45a..7895502b3b 100644 --- a/target/linux/ifxmips/image/u-boot/Makefile +++ b/package/uboot-ifxmips/Makefile @@ -17,18 +17,31 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot PKG_MD5SUM:=579707c8ecbf1ab4127285d2aac2a9ee PKG_CAT:=bzcat +PKG_TARGETS:=bin include $(INCLUDE_DIR)/package.mk -define Build/Compile +define Package/uboot-ifxmips + SECTION:=boot + CATEGORY:=Boot Loaders + DEPENDS:=@TARGET_ifxmips + TITLE:=U-Boot for Infineon MIPS boards + URL:=http://www.denx.de/wiki/UBoot/WebHome +endef + +define Build/Prepare + $(call Build/Prepare/Default) cp -r ./files/* $(PKG_BUILD_DIR) find $(PKG_BUILD_DIR) -name .svn | $(XARGS) rm -rf +endef + +define Build/Compile cd $(PKG_BUILD_DIR);chmod a+x build_danube.sh;./build_danube.sh endef -define Build/InstallDev - mkdir -p $(BIN_DIR) - dd if=$(PKG_BUILD_DIR)/u-boot.ifx of=$(BIN_DIR)/u-boot.ifx bs=64k conv=sync +define Package/uboot-ifxmips/install + mkdir -p $(1) + dd if=$(PKG_BUILD_DIR)/u-boot.ifx of=$(1)/u-boot.ifx bs=64k conv=sync endef -$(eval $(call Build/DefaultTargets)) +$(eval $(call BuildPackage,uboot-ifxmips)) diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/Makefile b/package/uboot-ifxmips/files/board/danube/Makefile similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/Makefile rename to package/uboot-ifxmips/files/board/danube/Makefile diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/README b/package/uboot-ifxmips/files/board/danube/README similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/README rename to package/uboot-ifxmips/files/board/danube/README diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/config.mk b/package/uboot-ifxmips/files/board/danube/config.mk similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/config.mk rename to package/uboot-ifxmips/files/board/danube/config.mk diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/danube.c b/package/uboot-ifxmips/files/board/danube/danube.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/danube.c rename to package/uboot-ifxmips/files/board/danube/danube.c diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings.h b/package/uboot-ifxmips/files/board/danube/ddr_settings.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_111.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_111.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_111.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_111.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_166.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_166.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_166.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_166.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_PROMOSDDR400.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_PROMOSDDR400.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_PROMOSDDR400.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_PROMOSDDR400.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_Samsung_166.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_Samsung_166.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_Samsung_166.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_Samsung_166.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_e111.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_e111.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_e111.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_e111.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_e166.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_e166.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_e166.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_e166.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_psc_166.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_psc_166.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_psc_166.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_psc_166.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_r111.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_r111.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_r111.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_r111.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_r166.h b/package/uboot-ifxmips/files/board/danube/ddr_settings_r166.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/ddr_settings_r166.h rename to package/uboot-ifxmips/files/board/danube/ddr_settings_r166.h diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/flash.c b/package/uboot-ifxmips/files/board/danube/flash.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/flash.c rename to package/uboot-ifxmips/files/board/danube/flash.c diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/lowlevel_init.S b/package/uboot-ifxmips/files/board/danube/lowlevel_init.S similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/lowlevel_init.S rename to package/uboot-ifxmips/files/board/danube/lowlevel_init.S diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/pmuenable.S b/package/uboot-ifxmips/files/board/danube/pmuenable.S similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/pmuenable.S rename to package/uboot-ifxmips/files/board/danube/pmuenable.S diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/u-boot-bootstrap.lds b/package/uboot-ifxmips/files/board/danube/u-boot-bootstrap.lds similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/u-boot-bootstrap.lds rename to package/uboot-ifxmips/files/board/danube/u-boot-bootstrap.lds diff --git a/target/linux/ifxmips/image/u-boot/files/board/danube/u-boot.lds b/package/uboot-ifxmips/files/board/danube/u-boot.lds similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/board/danube/u-boot.lds rename to package/uboot-ifxmips/files/board/danube/u-boot.lds diff --git a/target/linux/ifxmips/image/u-boot/files/common/flash_danube.c b/package/uboot-ifxmips/files/common/flash_danube.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/common/flash_danube.c rename to package/uboot-ifxmips/files/common/flash_danube.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/Makefile b/package/uboot-ifxmips/files/cpu/mips/danube/Makefile similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/Makefile rename to package/uboot-ifxmips/files/cpu/mips/danube/Makefile diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/asc_serial.c b/package/uboot-ifxmips/files/cpu/mips/danube/asc_serial.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/asc_serial.c rename to package/uboot-ifxmips/files/cpu/mips/danube/asc_serial.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/asc_serial.h b/package/uboot-ifxmips/files/cpu/mips/danube/asc_serial.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/asc_serial.h rename to package/uboot-ifxmips/files/cpu/mips/danube/asc_serial.h diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_eth.c b/package/uboot-ifxmips/files/cpu/mips/danube/au1x00_eth.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_eth.c rename to package/uboot-ifxmips/files/cpu/mips/danube/au1x00_eth.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_serial.c b/package/uboot-ifxmips/files/cpu/mips/danube/au1x00_serial.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_serial.c rename to package/uboot-ifxmips/files/cpu/mips/danube/au1x00_serial.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_usb_ohci.c b/package/uboot-ifxmips/files/cpu/mips/danube/au1x00_usb_ohci.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_usb_ohci.c rename to package/uboot-ifxmips/files/cpu/mips/danube/au1x00_usb_ohci.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_usb_ohci.h b/package/uboot-ifxmips/files/cpu/mips/danube/au1x00_usb_ohci.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/au1x00_usb_ohci.h rename to package/uboot-ifxmips/files/cpu/mips/danube/au1x00_usb_ohci.h diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/cache.S b/package/uboot-ifxmips/files/cpu/mips/danube/cache.S similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/cache.S rename to package/uboot-ifxmips/files/cpu/mips/danube/cache.S diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/config.mk b/package/uboot-ifxmips/files/cpu/mips/danube/config.mk similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/config.mk rename to package/uboot-ifxmips/files/cpu/mips/danube/config.mk diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/cpu.c b/package/uboot-ifxmips/files/cpu/mips/danube/cpu.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/cpu.c rename to package/uboot-ifxmips/files/cpu/mips/danube/cpu.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_asc.c b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_asc.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_asc.c rename to package/uboot-ifxmips/files/cpu/mips/danube/ifx_asc.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cache.S b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_cache.S similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cache.S rename to package/uboot-ifxmips/files/cpu/mips/danube/ifx_cache.S diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cgu.c b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_cgu.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cgu.c rename to package/uboot-ifxmips/files/cpu/mips/danube/ifx_cgu.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cgu.h b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_cgu.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cgu.h rename to package/uboot-ifxmips/files/cpu/mips/danube/ifx_cgu.h diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_clock.c b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_clock.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_clock.c rename to package/uboot-ifxmips/files/cpu/mips/danube/ifx_clock.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cpu.c b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_cpu.c rename to package/uboot-ifxmips/files/cpu/mips/danube/ifx_cpu.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_start.S b/package/uboot-ifxmips/files/cpu/mips/danube/ifx_start.S similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/ifx_start.S rename to package/uboot-ifxmips/files/cpu/mips/danube/ifx_start.S diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/incaip_clock.c b/package/uboot-ifxmips/files/cpu/mips/danube/incaip_clock.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/incaip_clock.c rename to package/uboot-ifxmips/files/cpu/mips/danube/incaip_clock.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/incaip_wdt.S b/package/uboot-ifxmips/files/cpu/mips/danube/incaip_wdt.S similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/incaip_wdt.S rename to package/uboot-ifxmips/files/cpu/mips/danube/incaip_wdt.S diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/interrupts.c b/package/uboot-ifxmips/files/cpu/mips/danube/interrupts.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/interrupts.c rename to package/uboot-ifxmips/files/cpu/mips/danube/interrupts.c diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/start.S b/package/uboot-ifxmips/files/cpu/mips/danube/start.S similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/start.S rename to package/uboot-ifxmips/files/cpu/mips/danube/start.S diff --git a/target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/start_bootstrap.S b/package/uboot-ifxmips/files/cpu/mips/danube/start_bootstrap.S similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/cpu/mips/danube/start_bootstrap.S rename to package/uboot-ifxmips/files/cpu/mips/danube/start_bootstrap.S diff --git a/target/linux/ifxmips/image/u-boot/files/drivers/ifx_sw.c b/package/uboot-ifxmips/files/drivers/ifx_sw.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/drivers/ifx_sw.c rename to package/uboot-ifxmips/files/drivers/ifx_sw.c diff --git a/target/linux/ifxmips/image/u-boot/files/include/LzmaWrapper.h b/package/uboot-ifxmips/files/include/LzmaWrapper.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/LzmaWrapper.h rename to package/uboot-ifxmips/files/include/LzmaWrapper.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/asm-mips/danube.h b/package/uboot-ifxmips/files/include/asm-mips/danube.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/asm-mips/danube.h rename to package/uboot-ifxmips/files/include/asm-mips/danube.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/asm-mips/errno.h b/package/uboot-ifxmips/files/include/asm-mips/errno.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/asm-mips/errno.h rename to package/uboot-ifxmips/files/include/asm-mips/errno.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/asm-mips/ifx_asc.h b/package/uboot-ifxmips/files/include/asm-mips/ifx_asc.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/asm-mips/ifx_asc.h rename to package/uboot-ifxmips/files/include/asm-mips/ifx_asc.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/asm-mips/inca-ip2.h b/package/uboot-ifxmips/files/include/asm-mips/inca-ip2.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/asm-mips/inca-ip2.h rename to package/uboot-ifxmips/files/include/asm-mips/inca-ip2.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/asm-mips/pinstrap.h b/package/uboot-ifxmips/files/include/asm-mips/pinstrap.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/asm-mips/pinstrap.h rename to package/uboot-ifxmips/files/include/asm-mips/pinstrap.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/asm-mips/romconfig.h b/package/uboot-ifxmips/files/include/asm-mips/romconfig.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/asm-mips/romconfig.h rename to package/uboot-ifxmips/files/include/asm-mips/romconfig.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/boot.h b/package/uboot-ifxmips/files/include/boot.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/boot.h rename to package/uboot-ifxmips/files/include/boot.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/configs/danube.h b/package/uboot-ifxmips/files/include/configs/danube.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/configs/danube.h rename to package/uboot-ifxmips/files/include/configs/danube.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/configs/ifx_cfg.h b/package/uboot-ifxmips/files/include/configs/ifx_cfg.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/configs/ifx_cfg.h rename to package/uboot-ifxmips/files/include/configs/ifx_cfg.h diff --git a/target/linux/ifxmips/image/u-boot/files/include/configs/ifx_extra_env.h b/package/uboot-ifxmips/files/include/configs/ifx_extra_env.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/include/configs/ifx_extra_env.h rename to package/uboot-ifxmips/files/include/configs/ifx_extra_env.h diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaDecode.c b/package/uboot-ifxmips/files/lib_bootstrap/LzmaDecode.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaDecode.c rename to package/uboot-ifxmips/files/lib_bootstrap/LzmaDecode.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaDecode.h b/package/uboot-ifxmips/files/lib_bootstrap/LzmaDecode.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaDecode.h rename to package/uboot-ifxmips/files/lib_bootstrap/LzmaDecode.h diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaTypes.h b/package/uboot-ifxmips/files/lib_bootstrap/LzmaTypes.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaTypes.h rename to package/uboot-ifxmips/files/lib_bootstrap/LzmaTypes.h diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaWrapper.c b/package/uboot-ifxmips/files/lib_bootstrap/LzmaWrapper.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/LzmaWrapper.c rename to package/uboot-ifxmips/files/lib_bootstrap/LzmaWrapper.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/Makefile b/package/uboot-ifxmips/files/lib_bootstrap/Makefile similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/Makefile rename to package/uboot-ifxmips/files/lib_bootstrap/Makefile diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/bootstrap_board_danube.c b/package/uboot-ifxmips/files/lib_bootstrap/bootstrap_board_danube.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/bootstrap_board_danube.c rename to package/uboot-ifxmips/files/lib_bootstrap/bootstrap_board_danube.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/console.c b/package/uboot-ifxmips/files/lib_bootstrap/console.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/console.c rename to package/uboot-ifxmips/files/lib_bootstrap/console.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/crc32.c b/package/uboot-ifxmips/files/lib_bootstrap/crc32.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/crc32.c rename to package/uboot-ifxmips/files/lib_bootstrap/crc32.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/ctype.c b/package/uboot-ifxmips/files/lib_bootstrap/ctype.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/ctype.c rename to package/uboot-ifxmips/files/lib_bootstrap/ctype.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/devices.c b/package/uboot-ifxmips/files/lib_bootstrap/devices.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/devices.c rename to package/uboot-ifxmips/files/lib_bootstrap/devices.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/display_options.c b/package/uboot-ifxmips/files/lib_bootstrap/display_options.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/display_options.c rename to package/uboot-ifxmips/files/lib_bootstrap/display_options.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/lists.c b/package/uboot-ifxmips/files/lib_bootstrap/lists.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/lists.c rename to package/uboot-ifxmips/files/lib_bootstrap/lists.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/string.c b/package/uboot-ifxmips/files/lib_bootstrap/string.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/string.c rename to package/uboot-ifxmips/files/lib_bootstrap/string.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/time.c b/package/uboot-ifxmips/files/lib_bootstrap/time.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/time.c rename to package/uboot-ifxmips/files/lib_bootstrap/time.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_bootstrap/vsprintf.c b/package/uboot-ifxmips/files/lib_bootstrap/vsprintf.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_bootstrap/vsprintf.c rename to package/uboot-ifxmips/files/lib_bootstrap/vsprintf.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaDecode.c b/package/uboot-ifxmips/files/lib_generic/LzmaDecode.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaDecode.c rename to package/uboot-ifxmips/files/lib_generic/LzmaDecode.c diff --git a/target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaDecode.h b/package/uboot-ifxmips/files/lib_generic/LzmaDecode.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaDecode.h rename to package/uboot-ifxmips/files/lib_generic/LzmaDecode.h diff --git a/target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaTypes.h b/package/uboot-ifxmips/files/lib_generic/LzmaTypes.h similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaTypes.h rename to package/uboot-ifxmips/files/lib_generic/LzmaTypes.h diff --git a/target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaWrapper.c b/package/uboot-ifxmips/files/lib_generic/LzmaWrapper.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/lib_generic/LzmaWrapper.c rename to package/uboot-ifxmips/files/lib_generic/LzmaWrapper.c diff --git a/target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c b/package/uboot-ifxmips/files/net/ifx_eth.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/net/ifx_eth.c rename to package/uboot-ifxmips/files/net/ifx_eth.c diff --git a/target/linux/ifxmips/image/u-boot/files/net/net_danube.c b/package/uboot-ifxmips/files/net/net_danube.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/net/net_danube.c rename to package/uboot-ifxmips/files/net/net_danube.c diff --git a/target/linux/ifxmips/image/u-boot/files/net/nfs_danube.c b/package/uboot-ifxmips/files/net/nfs_danube.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/net/nfs_danube.c rename to package/uboot-ifxmips/files/net/nfs_danube.c diff --git a/target/linux/ifxmips/image/u-boot/files/net/tftp_danube.c b/package/uboot-ifxmips/files/net/tftp_danube.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/net/tftp_danube.c rename to package/uboot-ifxmips/files/net/tftp_danube.c diff --git a/target/linux/ifxmips/image/u-boot/files/tools/crc32_danube.c b/package/uboot-ifxmips/files/tools/crc32_danube.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/tools/crc32_danube.c rename to package/uboot-ifxmips/files/tools/crc32_danube.c diff --git a/target/linux/ifxmips/image/u-boot/files/tools/environment_danube.c b/package/uboot-ifxmips/files/tools/environment_danube.c similarity index 100% rename from target/linux/ifxmips/image/u-boot/files/tools/environment_danube.c rename to package/uboot-ifxmips/files/tools/environment_danube.c diff --git a/target/linux/ifxmips/image/u-boot/patches/100-ifx.patch b/package/uboot-ifxmips/patches/100-ifx.patch similarity index 100% rename from target/linux/ifxmips/image/u-boot/patches/100-ifx.patch rename to package/uboot-ifxmips/patches/100-ifx.patch diff --git a/target/linux/ifxmips/image/Makefile b/target/linux/ifxmips/image/Makefile index e2ea855d9b..15e0bc5dc3 100644 --- a/target/linux/ifxmips/image/Makefile +++ b/target/linux/ifxmips/image/Makefile @@ -7,14 +7,6 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -define Build/Clean - $(MAKE) -C u-boot clean -endef - -define Build/Compile - $(MAKE) -C u-boot compile -endef - define Image/BuildKernel $(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux $(KDIR)/vmlinux.lzma mkimage -A mips -O linux -T kernel -a 0x80002000 -C lzma -e \ -- 2.30.2