From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A73FCE00A54; Mon, 1 Jun 2015 07:55:33 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (picmaster[at]mail.bg) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [193.201.172.118 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mx2.mail.bg (mx2.mail.bg [193.201.172.118]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9A71EE009E1 for ; Mon, 1 Jun 2015 07:55:14 -0700 (PDT) Received: from [192.168.0.63] (unknown [93.152.143.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx2.mail.bg (Postfix) with ESMTPSA id C68376003E31; Mon, 1 Jun 2015 17:55:12 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mail.bg; s=default; t=1433170512; bh=bB2ztawQ8Uklrppz3rqSXGRuXLcpdw7/avdot1JRN/o=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=rrjAH2UvOVTmy2cKH8ifbMpJ4dbw4O0+hCIV+r4t1xLF0A5kn8086qs23bYgqtGbp yYfCnV8PsuSdQ8lFojtIVNLRW5Yi3WZfBSIpEQ+7GjKzHe5aVOdwvGP3OEQJQwVz2o 26hazgyPRRCJb3a6dhj783hcR62p7MkFCJPmrHPs= Message-ID: <556C7250.8080605@mail.bg> Date: Mon, 01 Jun 2015 17:55:12 +0300 From: Nikolay Dimitrov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Fabio Estevam References: <1433106098-7683-1-git-send-email-picmaster@mail.bg> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" , Fabio Estevam , Otavio Salvador Subject: Re: [meta-fsl-arm][PATCH] u-boot-fslc: mx6sabresd: Enable HDMI video in bootargs X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2015 14:55:33 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Fabio, On 06/01/2015 05:01 PM, Fabio Estevam wrote: > On Sun, May 31, 2015 at 6:01 PM, Nikolay Dimitrov wrote: > >> ++#define VIDEO_ARGS "video=mxcfb0:dev=hdmi,1280x720M@60,if=RGB24 " \ > > What if the user wants to use LVDS as fb0? > > Not sure if we should really hardcode this kernel command line. Well, the user has some options: 1. editenv mmcargs 2. edit the patch and rebuild The only reason of proposing it this way is that I haven't found a better way to do it. Regards, Nikolay PS: Actually, there's a slightly better way - adding support for extlinux boot configuration, and if you guys are interested I can send a patch so you can kick my arse about it too :D.