[U-Boot] [PATCH V2] Enable high speed support for USB device framework and usbtty

2012-03-26 Thread Amit Virdi
From: Vipin KUMAR This patch adds the support for high speed in usb device framework and usbtty driver. This feature has been kept within a macro CONFIG_USBD_HS, so the board configuration files have to define this macro to enable high speed support. Along with that specific peripheral drivers a

Re: [U-Boot] [PATCH 2/2] cmd_fat: add FAT write command

2012-03-26 Thread Maximilian Schwerin
> -Ursprüngliche Nachricht- > Von: Anatolij Gustschin [mailto:ag...@denx.de] > Gesendet: Montag, 26. März 2012 09:13 > An: Kyungmin Park > Cc: Maximilian Schwerin; u-boot@lists.denx.de > Betreff: Re: [U-Boot] [PATCH 2/2] cmd_fat: add FAT write command > > On Mon, 26 Mar 2012 09:34:07 +090

Re: [U-Boot] [PATCH V4 1/2] ext4fs ls load support

2012-03-26 Thread Wolfgang Denk
Dear UMA SHANKAR, please do not top post / full quote. In message <27542660.71361332746650945.JavaMail.weblogic@epml04> you wrote: > > Currently, Our ext4 implementation is capable of listing and reading (ls and > load) ext2 partitions as well. > But, we wanted the ext4 code to be separate from

[U-Boot] [PATCH 3/4][v3] powerpc/85xx:Make debug exception vector accessible

2012-03-26 Thread Prabhakar Kushwaha
Debugging of e500 and e500v1 processer requires debug exception vecter (IVPR + IVOR15) to have valid and fetchable OP code. While executing in translated space (AS=1), whenever a debug exception is generated, the MSR[DS/IS] gets cleared i.e. AS=0 and the processor tries to fetch an instruction fro

[U-Boot] [PATCH 4/4][v2] powerpc/85xx:Fix NAND code base to support debugger

2012-03-26 Thread Prabhakar Kushwaha
Update NAND code base to ovecome e500 and e500v2's second limitation i.e. IVPR + IVOR15 should be valid fetchable OP code address. As NAND SPL does not compile vector table so making sure IVOR + IVOR15 points to any fetchable valid data Signed-off-by: Radu Lazarescu Signed-off-by: Marius Grigora

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

2012-03-26 Thread Prabhakar Kushwaha
Debugging of e500 and e500v1 processer requires MSR[DE] bit to be set always. Where MSR = Machine State register Make sure of MSR[DE] bit is set uniformaly across the different execution address space i.e. AS0 and AS1. Signed-off-by: Radu Lazarescu Signed-off-by: Catalin Udma Signed-off-by: Mar

[U-Boot] [PATCH 1/4][v3] doc:Add documentation for e500 external debugger support

2012-03-26 Thread Prabhakar Kushwaha
This describes requirement of e500 and e500v2 processor to support external debugger. It also provide an insight of the configuration switch required and their description. Signed-off-by: Radu Lazarescu Signed-off-by: Marius Grigoras Signed-off-by: Prabhakar Kushwaha --- Based upon git://git

Re: [U-Boot] [PATCH 2/2] i.MX6: mx6q_sabrelite: add SATA bindings

2012-03-26 Thread Stefano Babic
On 26/03/2012 01:00, Eric Nelson wrote: > V2 has been stripped of the board-independent changes and > uses clrsetbits_le32() instead of twiddling bits by hand. > > Signed-off-by: Eric Nelson > --- Hi Eric, > board/freescale/mx6qsabrelite/mx6qsabrelite.c | 32 > + > i

Re: [U-Boot] [PATCH 2/2] cmd_fat: add FAT write command

2012-03-26 Thread Kyungmin Park
Acked-by: Kyungmin Park Maybe some debug codes are included. On 3/26/12, Anatolij Gustschin wrote: > On Mon, 26 Mar 2012 09:34:07 +0900 > Kyungmin Park wrote: > ... >> > Hmm, emails to dg77@samsung.com address are now rejected: >> > Recipient address rejected: User unknown (in reply to RCP

Re: [U-Boot] [PATCH V4] net: fec_mxc: allow use with cache enabled

2012-03-26 Thread Stefano Babic
On 26/03/2012 00:11, Eric Nelson wrote: > Hi Marek, > Hi Eric, > Have you had a chance to review this V4 patch for the fec_mxc driver? > > http://lists.denx.de/pipermail/u-boot/2012-March/120205.html Marek has sent all cache relevant patches together in the same patchset. If I am not wrong

[U-Boot] [PATCH] calimain, enbw_cmc: Fix typo in comments

2012-03-26 Thread Christian Riesch
Signed-off-by: Christian Riesch Cc: Heiko Schocher Cc: Tom Rini --- board/enbw/enbw_cmc/enbw_cmc.c|2 +- board/omicron/calimain/calimain.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/enbw/enbw_cmc/enbw_cmc.c b/board/enbw/enbw_cmc/enbw_cmc.c index 16d1

Re: [U-Boot] [PATCH v5] kirkwood: add NAS62x0 board support

2012-03-26 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Luka Perkov > Sent: 26 March 2012 01:02 > To: u-boot@lists.denx.de > Cc: drea...@doukki.net; gmbno...@gmail.com > Subject: [U-Boot] [PATCH v5] kirkwood: add NAS62x0 board suppor

Re: [U-Boot] [PATCH] doc: Fix some typos in different files

2012-03-26 Thread Anatolij Gustschin
On Sun, 25 Mar 2012 10:44:01 +0200 Thomas Weber wrote: > adresses/addresses > alernate/alternate > asssuming/assuming > calcualted/calculated > enviroment/environment > evalutation/evaluation > falsh/flash > labled/labeled > paramaters/parameters > > Signed-off-by: Thomas Weber > --- > doc/REA

Re: [U-Boot] [PATCH 2/2] cmd_fat: add FAT write command

2012-03-26 Thread Anatolij Gustschin
On Mon, 26 Mar 2012 09:34:07 +0900 Kyungmin Park wrote: ... > > Hmm, emails to dg77@samsung.com address are now rejected: > > Recipient address rejected: User unknown (in reply to RCPT TO command) > Hi, Hi, > FYI: Now Mr. Kim is left the company. So if any issue and codes from > Mr. Kim, the

<    1   2