[meta-freescale] [meta-fsl-arm-extra][PATCH v2 5/6] u-boot-boundary: Update to v2015-07 release

Ian Coolidge ian at boundarydevices.com
Mon Oct 5 18:09:16 PDT 2015


Adds support for Nitrogen6_SoloX board
Required u-boot version for 3.14.28 boundary kernel

Environment variables for display detection has changed
Environment variable "fbpanel" will display all supported displays

Then four variables control which panels you'd like to select:
fb_hdmi controls HDMI display selection
fb_lcd controls LCD display selection
fb_lvds controls LVDS display selection
fb_lvds2 controls LVDS2 display selection

Example selection:
setenv fb_hdmi 1280x720M at 60
setenv fb_lcd CLAA-WVGA
setenv fb_lvds hannstar7
setenv fb_lvds2 hannstar

Defaults and more information can be seen here:
https://github.com/boundarydevices/u-boot-imx6/blob/7bad84fd3cb5eca9f35ce5555955e666fc382171/arch/arm/imx-common/fbpanel.c#L17-L57

Displays defined here:
https://github.com/boundarydevices/u-boot-imx6/blob/boundary-v2015.07/arch/arm/include/asm/imx-common/fbpanel.h

Signed-off-by: Ian Coolidge <ian at boundarydevices.com>
---
 recipes-bsp/u-boot/u-boot-boundary_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-boundary_git.bb b/recipes-bsp/u-boot/u-boot-boundary_git.bb
index ef12a4b..6108c42 100644
--- a/recipes-bsp/u-boot/u-boot-boundary_git.bb
+++ b/recipes-bsp/u-boot/u-boot-boundary_git.bb
@@ -3,14 +3,14 @@ require recipes-bsp/u-boot/u-boot.inc
 DESCRIPTION = "u-boot for Boundary Devices boards."
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
-COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x)"
+COMPATIBLE_MACHINE = "(imx6qsabrelite|nitrogen6x|nitrogen6sx)"
 
 PROVIDES = "u-boot"
 
-PV = "v2014.07+git${SRCPV}"
+PV = "v2015.07+git${SRCPV}"
 
-SRCREV = "21eb41461f0f1e9b7dde59cee37de89b473868ef"
-SRCBRANCH = "v2014.07-20140914"
+SRCREV = "440d48194fd7191de95eae3db5360c6c4384d3db"
+SRCBRANCH = "boundary-v2015.07"
 SRC_URI = "git://github.com/boundarydevices/u-boot-imx6.git;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"
-- 
1.9.1



More information about the meta-freescale mailing list