u-boot-boundary: Update to v2015-07 release

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@60
setenv fb_lcd CLAA-WVGA
setenv fb_lvds hannstar7
setenv fb_lvds2 hannstar

Defaults and more information can be seen here:
7bad84fd3c/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@boundarydevices.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Ian Coolidge 2015-10-05 18:09:16 -07:00 committed by Otavio Salvador
parent 6df99b07db
commit 98c8f8bb44

View File

@ -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"