Re: [U-Boot] [PATCH] libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause

2013-07-27 Thread Wolfgang Denk
Dear Roger, In message <1374880358-7743-1-git-send-email-ro...@bufferoverflow.ch> you wrote: > Signed-off-by: Roger Meier > --- > Licenses/README | 13 ++-- > Licenses/bsd-2-clause.txt| 25 ++ > lib/libfdt/fdt.c | 47 > +

Re: [U-Boot] [PATCH] libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause

2013-07-27 Thread Wolfgang Denk
Dear Rob, In message you wrote: > On Fri, Jul 26, 2013 at 6:12 PM, Roger Meier wrote: > > Signed-off-by: Roger Meier > > --- > > Licenses/README | 13 ++-- > > Licenses/bsd-2-clause.txt| 25 ++ > > lib/libfdt/fdt.c | 47 > > +

Re: [U-Boot] [RFC] Remove static display data

2013-07-27 Thread Simon Glass
Hi Eric, On Fri, Jul 26, 2013 at 6:42 PM, Eric Nelson < eric.nel...@boundarydevices.com> wrote: > Thanks for the thoughtful response, Stefano. > > > On 07/26/2013 07:42 AM, Stefano Babic wrote: > >> Hi Eric, >> >> On 26/07/2013 16:04, Eric Nelson wrote: >> >> >>> The real question we have regardi

Re: [U-Boot] [PATCH] libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause

2013-07-27 Thread Rob Herring
On Fri, Jul 26, 2013 at 6:12 PM, Roger Meier wrote: > Signed-off-by: Roger Meier > --- > Licenses/README | 13 ++-- > Licenses/bsd-2-clause.txt| 25 ++ > lib/libfdt/fdt.c | 47 > +- > lib/libf

Re: [U-Boot] [PATCH] [PATCH v3] mx6qsabrelite: Remove mx6qsabrelite code in favor of nitrogen6x

2013-07-27 Thread Stefano Babic
Hi Eric, On 26/07/2013 18:12, Eric Nelson wrote: > Thanks Stefano, > > On 07/26/2013 07:46 AM, Stefano Babic wrote: >> Hi Fabio, >> >> On 26/07/2013 16:37, Fabio Estevam wrote: >>> From: Fabio Estevam >>> >>> mx6qsabrelite and nitrogen6q boards are hardware compatible, so let's >>> avoid the >>>

Re: [U-Boot] [PATCH v4 2/2] mx6qsabresd: Add splash screen support via HDMI

2013-07-27 Thread Stefano Babic
On 25/07/2013 19:12, Pardeep Kumar Singla wrote: > Signed-off-by: Pardeep Kumar Singla > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zunde

Re: [U-Boot] [PATCH v4 1/2] mx6: Factor out common HDMI setup code

2013-07-27 Thread Stefano Babic
On 25/07/2013 19:12, Pardeep Kumar Singla wrote: > Instead of duplicating HDMI setup code for every mx6 board, factor out the > common code > > Signed-off-by: Pardeep Kumar Singla > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ==

Re: [U-Boot] [PATCH v2] imx: nitrogen6x: mx6qsabrelite: Add support for DVI monitors

2013-07-27 Thread Stefano Babic
On 24/07/2013 00:07, Robert Winkler wrote: > A little background is probably appropriate for this patch. > > Since "the beginning" of usage of the SABRE Lite and Nitrogen6x > boards, DVI detection has been somewhat broken. > > Some (most) DVI monitors don't produce the "HPD" bit in > the PHY_STAT

Re: [U-Boot] [PATCH] imx: Add documentation for imx specific commands

2013-07-27 Thread Stefano Babic
On 25/07/2013 02:57, Robert Winkler wrote: > CONFIG_CMD_HDMIDETECT > CONFIG_CMD_BMODE > > Signed-off-by: Robert Winkler > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

Re: [U-Boot] [PATCH v4 1/2] mx6: Factor out common HDMI setup code

2013-07-27 Thread Stefano Babic
Hi Pardeep, On 25/07/2013 19:12, Pardeep Kumar Singla wrote: > - > +void enable_ipu_clock(); This generates a warning: warning: function declaration isn't a prototype [-Wstrict-prototypes] I fix it myself. Best regards, Stefano Babic -- =