Re: [U-Boot] [PATCH 2/2] arm: mxs: Add serial console support into SPL

2014-04-02 Thread Marek Vasut
On Wednesday, April 02, 2014 at 10:44:12 AM, Stefano Babic wrote: > On 01/04/2014 10:47, Marek Vasut wrote: > > On Tuesday, April 01, 2014 at 10:34:38 AM, Stefano Babic wrote: > >> On 19/03/2014 02:21, Marek Vasut wrote: > >>> Add support for serial console into the i.MX23/i.MX28 SPL. A full, > >>>

Re: [U-Boot] [PATCH 2/2] arm: mxs: Add serial console support into SPL

2014-04-02 Thread Stefano Babic
On 01/04/2014 10:47, Marek Vasut wrote: > On Tuesday, April 01, 2014 at 10:34:38 AM, Stefano Babic wrote: >> On 19/03/2014 02:21, Marek Vasut wrote: >>> Add support for serial console into the i.MX23/i.MX28 SPL. A full, >>> uncrippled serial console support comes very helpful when debugging >>> var

Re: [U-Boot] [PATCH 2/2] arm: mxs: Add serial console support into SPL

2014-04-01 Thread Marek Vasut
On Tuesday, April 01, 2014 at 10:34:38 AM, Stefano Babic wrote: > On 19/03/2014 02:21, Marek Vasut wrote: > > Add support for serial console into the i.MX23/i.MX28 SPL. A full, > > uncrippled serial console support comes very helpful when debugging > > various spectacular hardware bringup issues ea

Re: [U-Boot] [PATCH 2/2] arm: mxs: Add serial console support into SPL

2014-04-01 Thread Stefano Babic
On 19/03/2014 02:21, Marek Vasut wrote: > Add support for serial console into the i.MX23/i.MX28 SPL. A full, > uncrippled serial console support comes very helpful when debugging > various spectacular hardware bringup issues early in the process. > Because we do not use SPL framework, but have our

[U-Boot] [PATCH 2/2] arm: mxs: Add serial console support into SPL

2014-03-18 Thread Marek Vasut
Add support for serial console into the i.MX23/i.MX28 SPL. A full, uncrippled serial console support comes very helpful when debugging various spectacular hardware bringup issues early in the process. Because we do not use SPL framework, but have our own minimalistic SPL, which is compatible with t