Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-26 Thread Marek Vasut
Dear Eric Nelson, > On 04/25/2012 05:17 PM, Marek Vasut wrote: > > Dear Eric Nelson, > > > >> Uses the 'magic_keys' idiom as described in doc/README.kbd: > >>http://lists.denx.de/pipermail/u-boot/2012-April/122502.html > > > > If this is a V2 of a patch, please send is as "in-reply-to" and d

Re: [U-Boot] [PATCH] i.MX25: Prepare for LCD driver in board adaptation

2012-04-26 Thread Anatolij Gustschin
Hi Timo, sorry for my late reply. On Fri, 20 Apr 2012 14:01:48 +0300 "Timo Ketola" wrote: > Dear Stefano, Anatolij, Scott, > > On 18.04.2012 13:47, Stefano Babic wrote: > > On 18/04/2012 10:54, Timo Ketola wrote: > >> Signed-off-by: Timo Ketola > ... > >> diff --git a/drivers/video/mx2fb.c b/

[U-Boot] [PATCH] misc:pmic:trats: Correct procedure of enabling/disabling USB regulators

2012-04-26 Thread Lukasz Majewski
In the MAX8997, LDO regulators needs to preserve previously set voltage values. Signed-off-by: Lukasz Majewski Signed-off-by: Kyungmin Park Cc: Minkyu Kang --- board/samsung/trats/trats.c | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/board/samsung/trat

Re: [U-Boot] [PATCH v2 4/4] lin_gadget: use common linux/compat.h

2012-04-26 Thread Anatolij Gustschin
Hi Lukasz, On Wed, 25 Apr 2012 17:58:51 +0200 Lukasz Majewski wrote: > Hi Anatolij, > > > From: Mike Frysinger > > > > Merge our duplicate definitions with the common header. > > Also fix drivers/usb/gadget/s3c_udc_otg_xfer_dma.c to > > use min() instead of min_t() since we remove the latter

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-04-26 Thread Thirumalesha N
> > Yes These frequency and flash base address are correct to my board. > > SMC2 pins PA9-TX and PA8-Rx, > > I Checked BRG and clock routing is matching to board. > > Then you need a debugger. > > > I have BDI 2000 tool, but its not connecting to board. > > This is a problem that should be fi

[U-Boot] [PATCH v2 3/3] EXYNOS: display 32bpp bitmap TIZEN logo

2012-04-26 Thread Donghwa Lee
This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. trats_logo.h data is compressed from trats_logo.bmp to trats_logo.bmp.gz by gzip and converted to trats_logo.h header file format by some application. And then it is decomressed at the exynos fb driver by gunzip_bmp(). change of v1

[U-Boot] [PATCH v2 1/3] LCD: display 32bpp decompressed bitmap image

2012-04-26 Thread Donghwa Lee
This patch supports drawing 32bpp decompressed bitmap image. change of v1: - use lcd_line_length variable - convert RGB to BGR because BMP data format aligned BGR. Signed-off-by: Donghwa Lee Signed-off-by: Kyungmin.park --- common/lcd.c | 27 --- 1 files changed, 24

Re: [U-Boot] [PATCH v2] TRATS: initialize panel_info data structure in board file

2012-04-26 Thread Anatolij Gustschin
Hi, On Thu, 26 Apr 2012 08:29:39 +0900 Donghwa Lee wrote: > panel_info data structure is gloable variable, so, I have initialized it > in board file. If it is initialized in init_panel_info() like existing, > it can't be used in drv_lcd_init() in common/lcd.c because > init_panel_info() is calle

[U-Boot] [PATCH] Exynos: fix cpuinfo and cpu detecting

2012-04-26 Thread Minkyu Kang
Since Exynos architecture have new SoCs, need to fix cpuinfo correctly. Signed-off-by: Minkyu Kang Signed-off-by: Kyungmin Park Tested-by: Jaehoon Chung Cc: Chander Kashyap --- arch/arm/cpu/armv7/s5p-common/cpu_info.c |5 ++- arch/arm/include/asm/arch-exynos/cpu.h | 42 +++

Re: [U-Boot] [PATCH v4 1/3] usb:gadget:composite USB composite gadget support

2012-04-26 Thread Lukasz Majewski
On Thu, 26 Apr 2012 00:53:01 +0200 Marek Vasut wrote: > Dear Lukasz Majewski, > > > USB Composite gadget implementation for u-boot. It builds on top > > of USB UDC drivers. > > > > This commit is based on following files from Linux Kernel v2.6.36: > > > > ./include/linux/usb/composite.h > > ./

Re: [U-Boot] [PATCH 2/4][v2] powerpc/85xx:Fix MSR[DE] bit in MSR to support debugger

2012-04-26 Thread Joakim Tjernlund
Scott Wood wrote on 2012/04/25 20:59:22: > > On 04/25/2012 01:55 PM, Joakim Tjernlund wrote: > > > > Scott Wood wrote on 2012/04/25 20:43:22: > >> > >> On 04/25/2012 05:57 AM, Joakim Tjernlund wrote: > > Debugging of e500 and e500v1 processer requires MSR[DE] bit to be set > alway

<    1   2