From 373e77941ba9fc094b8a3fe56265972a4b76b9de Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Thu, 19 Mar 2015 16:17:52 -0700 Subject: [PATCH] u-boot-boundary/u-boot-script-boundary: update to fcb04d6 (v2014.07) 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@boundarydevices.com Signed-off-by: Eric Nelson Signed-off-by: Otavio Salvador --- 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}"