projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] 6in4: implement metric option
[openwrt.git]
/
package
/
uboot-ifxmips
/
Makefile
diff --git
a/package/uboot-ifxmips/Makefile
b/package/uboot-ifxmips/Makefile
index
b445356
..
736e322
100644
(file)
--- a/
package/uboot-ifxmips/Makefile
+++ b/
package/uboot-ifxmips/Makefile
@@
-23,9
+23,10
@@
include $(INCLUDE_DIR)/package.mk
define Package/uboot-ifxmips
SECTION:=boot
CATEGORY:=Boot Loaders
define Package/uboot-ifxmips
SECTION:=boot
CATEGORY:=Boot Loaders
- DEPENDS:=@TARGET_ifxmips
+ DEPENDS:=@TARGET_ifxmips
@BROKEN
TITLE:=U-Boot for Infineon MIPS boards
TITLE:=U-Boot for Infineon MIPS boards
- URL:=http://www.denx.de/wiki/UBoot/WebHome
+ URL:=http://www.denx.de/wiki/U-Boot
+ MENU:=1
endef
define Build/Prepare
endef
define Build/Prepare
@@
-34,6
+35,10
@@
define Build/Prepare
find $(PKG_BUILD_DIR) -name .svn | $(XARGS) rm -rf
endef
find $(PKG_BUILD_DIR) -name .svn | $(XARGS) rm -rf
endef
+define Package/uboot-ifxmips/config
+ source "$(SOURCE)/Config.in"
+endef
+
UBOOT_CONFIG:=danube
UBOOT_MAKE_OPTS:=\
UBOOT_CONFIG:=danube
UBOOT_MAKE_OPTS:=\
@@
-41,7
+46,12
@@
UBOOT_MAKE_OPTS:=\
CROSS_COMPILE_UCLIBC=1 \
COMPRESS=lzma \
PLATFORM_CPU=mips32r2 \
CROSS_COMPILE_UCLIBC=1 \
COMPRESS=lzma \
PLATFORM_CPU=mips32r2 \
- UBOOT_RAM_TEXT_BASE=0xA0400000 \
+ UBOOT_RAM_TEXT_BASE=0xA0400000
+
+A800_FIX:=
+ifeq ($(CONFIG_IFXMIPS_UBOOT_A800),y)
+A800_FIX += -DA800_SWITCH
+endif
define Build/Configure
$(MAKE) -s -C $(PKG_BUILD_DIR) \
define Build/Configure
$(MAKE) -s -C $(PKG_BUILD_DIR) \
@@
-52,7
+62,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(UBOOT_MAKE_OPTS) \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(UBOOT_MAKE_OPTS) \
- OWRT_FLAGS="-DTEXT_BASE=0xa0400000" \
+ OWRT_FLAGS="-DTEXT_BASE=0xa0400000
${A800_FIX}
" \
ifx_all
$(CP) $(PKG_BUILD_DIR)/u-boot.srec $(PKG_BUILD_DIR)/asc.srec
$(PKG_BUILD_DIR)/gct \
ifx_all
$(CP) $(PKG_BUILD_DIR)/u-boot.srec $(PKG_BUILD_DIR)/asc.srec
$(PKG_BUILD_DIR)/gct \
@@
-61,7
+71,7
@@
define Build/Compile
$(PKG_BUILD_DIR)/u-boot.asc
$(MAKE) -C $(PKG_BUILD_DIR) \
$(UBOOT_MAKE_OPTS) \
$(PKG_BUILD_DIR)/u-boot.asc
$(MAKE) -C $(PKG_BUILD_DIR) \
$(UBOOT_MAKE_OPTS) \
- OWRT_FLAGS="-DDANUBE_BOOT_FROM_EBU=1 -DTEXT_BASE=0xB0000000" \
+ OWRT_FLAGS="-DDANUBE_BOOT_FROM_EBU=1 -DTEXT_BASE=0xB0000000
${A800_FIX}
" \
clean ifx_all
endef
clean ifx_all
endef
This page took
0.033365 seconds
and
4
git commands to generate.