[PATCH] imx8qxp_mek: Fix the console command line string

Stefano Babic sbabic at denx.de
Mon Mar 2 18:57:58 CET 2020


Hi Fabio,

On 02/03/20 18:24, Fabio Estevam wrote:
> Hi Stefano,
> 
> On Mon, Feb 17, 2020 at 3:17 PM Fabio Estevam <festevam at gmail.com> wrote:
>>
>> Currently the expansion of the console variable leads to
>> the following kernel command line:
>>
>> console=ttyLP0,${baudrate} earlycon root=/dev/mmcblk1p2 rootwait rw
>>
>> , which causes the console to not show characters after the LPUART driver
>> is probed as the 'baudrate' variable is not properly translated.
>>
>> Fix it by splitting the console variable in two parts: one for the
>> ttyLP0 part and the other one for the baudrate, which matches the way
>> it is done on other i.MX targets.
>>
>> Tested by successfully booting a mainline kernel on a i.MX8QXP MEK
>> board.
>>
>> Signed-off-by: Fabio Estevam <festevam at gmail.com>
>> ---
>> Anatolij's patch is needed for booting:
>> https://lists.denx.de/pipermail/u-boot/2020-February/400417.html
> 
> Could you please apply this one and Anatolij's patch for the upcoming
> 2020.04 release?
> 
> Also, we have some pending i.MX6 patches converting drivers to DM that
> would be nice to be applied to 2020.04 as well.
> 
> We would like to have all i.MX6 NXP development boards converted to DM
> on 2020.04.
> 

Yes, I will take care of it.

Stefano

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list