Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
ed676cf0
Commit
ed676cf0
authored
11 years ago
by
Luka Perkov
Browse files
Options
Downloads
Patches
Plain Diff
uboot-imx6: update to 2013.10
Signed-off-by:
Luka Perkov
<
luka@openwrt.org
>
SVN-Revision: 38625
parent
672a8cd6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/boot/uboot-imx6/Makefile
+4
-6
4 additions, 6 deletions
package/boot/uboot-imx6/Makefile
package/boot/uboot-imx6/patches/110-wandboard-owrt-env.patch
+9
-12
9 additions, 12 deletions
package/boot/uboot-imx6/patches/110-wandboard-owrt-env.patch
with
13 additions
and
18 deletions
package/boot/uboot-imx6/Makefile
+
4
−
6
View file @
ed676cf0
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
u-boot
PKG_NAME
:=
u-boot
PKG_VERSION
:=
2013.0
7
PKG_VERSION
:=
2013.
1
0
PKG_RELEASE
:=
1
PKG_RELEASE
:=
1
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
BUILD_VARIANT
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
BUILD_VARIANT
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
...
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
...
@@ -16,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL
:=
\
PKG_SOURCE_URL
:=
\
http://mirror2.openwrt.org/sources
\
http://mirror2.openwrt.org/sources
\
ftp://ftp.denx.de/pub/u-boot
ftp://ftp.denx.de/pub/u-boot
PKG_MD5SUM
:=
8445162690052e6afd4b8f87af2bb557
PKG_MD5SUM
:=
a076a044b64371edc52f7e562b13f6b2
include
$(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/package.mk
...
@@ -98,13 +98,11 @@ UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),openwrt-$(BOARD)-$(BUILD_VARIANT)-u-boot.bin
...
@@ -98,13 +98,11 @@ UBOOT_IMAGE:=$(if $(IMAGE),$(IMAGE),openwrt-$(BOARD)-$(BUILD_VARIANT)-u-boot.bin
endif
endif
define
Build/Configure
define
Build/Configure
$(MAKE)
-C
$(PKG_BUILD_DIR)
\
$(MAKE)
-C
$(PKG_BUILD_DIR)
$(UBOOT_CONFIG)_config
$(UBOOT_CONFIG)_config
endef
endef
define
Build/Compile
define
Build/Compile
$(MAKE)
-C
$(PKG_BUILD_DIR)
\
$(MAKE)
$(PKG_JOBS)
-C
$(PKG_BUILD_DIR)
CROSS_COMPILE
=
$(
TARGET_CROSS
)
CROSS_COMPILE
=
$(
TARGET_CROSS
)
endef
endef
define
Package/uboot/install/default
define
Package/uboot/install/default
...
...
This diff is collapsed.
Click to expand it.
package/boot/uboot-imx6/patches/110-wandboard-owrt-env.patch
+
9
−
12
View file @
ed676cf0
--- a/include/configs/wandboard.h
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -
51
,7 +
51
,7 @@
@@ -
48
,7 +
48
,7 @@
#define CONFIG_CMD_BMODE
#define CONFIG_CMD_BMODE
#define CONFIG_CMD_SETEXPR
#define CONFIG_CMD_SETEXPR
...
@@ -9,17 +9,14 @@
...
@@ -9,17 +9,14 @@
#define CONFIG_SYS_MEMTEST_START 0x10000000
#define CONFIG_SYS_MEMTEST_START 0x10000000
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 500 * SZ_1M)
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + 500 * SZ_1M)
@@ -10
3
,1
5
+10
3
,1
8
@@
@@ -10
1
,1
3
+10
1
,1
5
@@
#if defined(CONFIG_MX6DL)
#if defined(CONFIG_MX6DL)
|| defined(CONFIG_MX6S)
#define CONFIG_DEFAULT_FDT_FILE "imx6dl-wandboard.dtb"
#define CONFIG_DEFAULT_FDT_FILE "imx6dl-wandboard.dtb"
+#define CONFIG_OWRT_NAME "openwrt-imx6dl-wandboard-uImage.itb"
+#define CONFIG_OWRT_NAME "openwrt-
imx6-
imx6dl-wandboard-
fit-
uImage.itb"
#elif defined(CONFIG_MX6Q)
#elif defined(CONFIG_MX6Q)
#define CONFIG_DEFAULT_FDT_FILE "imx6q-wandboard.dtb"
#define CONFIG_DEFAULT_FDT_FILE "imx6q-wandboard.dtb"
+#define CONFIG_OWRT_NAME "openwrt-imx6q-wandboard-uImage.itb"
+#define CONFIG_OWRT_NAME "openwrt-imx6-imx6q-wandboard-fit-uImage.itb"
#elif defined(CONFIG_MX6S)
#define CONFIG_DEFAULT_FDT_FILE "imx6s-wandboard.dtb"
+#define CONFIG_OWRT_NAME "openwrt-imx6s-wandboard-uImage.itb"
#endif
#endif
#define CONFIG_EXTRA_ENV_SETTINGS \
#define CONFIG_EXTRA_ENV_SETTINGS \
...
@@ -27,9 +24,9 @@
...
@@ -27,9 +24,9 @@
- "uimage=uImage\0" \
- "uimage=uImage\0" \
+ "uimage=" CONFIG_OWRT_NAME "\0" \
+ "uimage=" CONFIG_OWRT_NAME "\0" \
"console=ttymxc0\0" \
"console=ttymxc0\0" \
"splashpos=m,m\0" \
"fdt_high=0xffffffff\0" \
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
@@ -136,11 +138,11 @@
@@ -139,11 +142,11 @@
"mmcargs=setenv bootargs console=${console},${baudrate} " \
"mmcargs=setenv bootargs console=${console},${baudrate} " \
"root=${mmcroot}\0" \
"root=${mmcroot}\0" \
"loadbootscript=" \
"loadbootscript=" \
...
@@ -44,7 +41,7 @@
...
@@ -44,7 +41,7 @@
"mmcboot=echo Booting from mmc ...; " \
"mmcboot=echo Booting from mmc ...; " \
"run mmcargs; " \
"run mmcargs; " \
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
"if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
@@ -15
8
,30 +1
61
,6 @@
@@ -15
5
,30 +1
57
,6 @@
"fi; " \
"fi; " \
"else " \
"else " \
"bootm; " \
"bootm; " \
...
@@ -75,7 +72,7 @@
...
@@ -75,7 +72,7 @@
"fi;\0"
"fi;\0"
#define CONFIG_BOOTCOMMAND \
#define CONFIG_BOOTCOMMAND \
@@ -1
91
,10 +1
70
,10 @@
@@ -1
88
,10 +1
66
,10 @@
"else " \
"else " \
"if run loaduimage; then " \
"if run loaduimage; then " \
"run mmcboot; " \
"run mmcboot; " \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment