[meta-freescale] [meta-fsl-arm-extra][PATCH] u-boot-boundary/u-boot-script-boundary: update to fcb04d6 (v2014.07)

Eric Nelson eric.nelson at boundarydevices.com
Thu Mar 19 16:19:00 PDT 2015


Update to Boundary Devices U-Boot 2014.07 tree.

This update only contains a single general-purpose change to the
boot script: the addition of an environment variable 'wlmac' which
will be passed to the WL12xx WiFi driver to be used as the mac
address to prevent the need to use the calibrator utility and
manage files that differ across devices.

The U-Boot source files did not change and the version is bumped
only to keep the two recipes in sync and prevent multiple downloads.

If you configure your board like this:
	U-Boot > setenv wlmac 00:de:ad:be:ef:01
	U-Boot > saveenv && boot

You'll get a clause in your kernel command line:
	wlcore.mac=00:de:ad:be:ef:01

All Boundary Devices Nitrogen6x and Nitrogen6_Max boards shipped
with the WL12xx WiFi/BT adapter should have this variable set
before shipment.

If not, please contact Boundary Devices at info at boundarydevices.com

Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
 recipes-bsp/u-boot/u-boot-boundary_git.bb        | 2 +-
 recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp/u-boot/u-boot-boundary_git.bb
index a7b9786..f0a03c0 100644
--- a/recipes-bsp/u-boot/u-boot-boundary_git.bb
+++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb
@@ -9,7 +9,7 @@ PROVIDES = "u-boot"
 
 PV = "v2014.07+git${SRCPV}"
 
-SRCREV = "86bfe2c8c65a286f36b42d565e5819d60f5ea639"
+SRCREV = "fcb04d6103e2a1f62d3ae197432559aee5621765"
 SRCBRANCH = "v2014.07-20140914"
 SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
 
diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
index 27d58d3..e4f4d40 100644
--- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
+++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
@@ -4,7 +4,7 @@ DEPENDS = "u-boot-mkimage-native"
 
 PV = "v2014.07+git${SRCPV}"
 
-SRCREV = "86bfe2c8c65a286f36b42d565e5819d60f5ea639"
+SRCREV = "fcb04d6103e2a1f62d3ae197432559aee5621765"
 SRCBRANCH = "v2014.07-20140914"
 SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
 
-- 
1.9.1



More information about the meta-freescale mailing list