[U-Boot] [PATCH] mpc83xx:fix pcie configuration space read/write

2011-01-15 Thread Baidu Boy
This patch fix a problem for the pcie enumeration when the mpc83xx pcie controller is connected with switch or we use both of the two pcie controller. Signed-off-by: Baidu Boy liucai@gmail.com --- arch/powerpc/cpu/mpc83xx/pcie.c | 19 ++- include/pci.h |

Re: [U-Boot] [PATCH V3] mpc83xx: fix pcie configuration space read/write

2011-01-15 Thread Baidu Boy
Hi,Scott 2011/1/12 Scott Wood scottw...@freescale.com: On Tue, 11 Jan 2011 19:51:41 +0800 Baidu Boy liucai@gmail.com wrote: Hi, Scott 2011/1/11 Scott Wood scottw...@freescale.com: On Mon, 10 Jan 2011 20:42:28 +0800 Baidu Boy liucai@gmail.com wrote: This patch fix a problem

Re: [U-Boot] [PATCH V3] bugfix: image header pointer change.

2011-01-15 Thread Baidu Boy
Hi, maintainers: 2010/11/28 Baidu Boy liucai@gmail.com: This patch is to avoid potential issue when we still use the pointer images-legacy_hdr_os after the kernel un-compressed. in function boot_get_kernel(): we should let the images-legacy_hdr_os point to the new copied image header,

Re: [U-Boot] [PATCH v4] ARM: Avoid compiler optimization for readb, writeb and friends.

2011-01-15 Thread Albert ARIBAUD
Le 12/01/2011 17:49, Alexander Holler a écrit : Signed-off-by: Alexander Holler hol...@ahsoftware.de Signed-off-by: Dirk Behme dirk.be...@googlemail.com Signed-off-by: Wolfgang Denk w...@denx.de Tested-by: Thomas Weber we...@corscience.de Acked-by: Alexander Hollerhol...@ahsoftware.de

[U-Boot] Cursos Epius Robortella

2011-01-15 Thread Cursos Epius Robortella
Olá , Este programa não permite a visualização de mensagens formatadas (com cores, imagens e links), portanto solicitamos que você copie o texto abaixo, e cole no campo Endereço do seu navegador. http://app.aknaemkt.com.br/emkt/tracer/?1,379069,e25eed24,0103 Para garantir que nossas mensagens

Re: [U-Boot] [PATCH] mpc83xx:fix pcie configuration space read/write

2011-01-15 Thread Sergei Shtylyov
Hello. On 15-01-2011 14:22, Baidu Boy wrote: This patch fix a problem for the pcie enumeration when the mpc83xx pcie controller is connected with switch or we use both of the two pcie controller. Signed-off-by: Baidu Boy liucai@gmail.com [...] diff --git

[U-Boot] [PATCH V2] mpc83xx:fix pcie configuration space read/write

2011-01-15 Thread Baidu Boy
This patch fix a problem for the pcie enumeration when the mpc83xx pcie controller is connected with switch or we use both of the two pcie controller. Signed-off-by: Baidu Boy liucai@gmail.com --- Changes for V2: - code refine arch/powerpc/cpu/mpc83xx/pcie.c | 20

Re: [U-Boot] [PATCH] mpc83xx:fix pcie configuration space read/write

2011-01-15 Thread Baidu Boy
hi , Sergei 2011/1/16 Sergei Shtylyov sshtyl...@mvista.com: Hello. On 15-01-2011 14:22, Baidu Boy wrote: This patch fix a problem for the pcie enumeration when the mpc83xx pcie controller is connected with switch or we use both of the two pcie controller. Signed-off-by: Baidu Boy

Re: [U-Boot] {Spam?} usage of DMA

2011-01-15 Thread Albert ARIBAUD
Hi Marcel, Le 11/01/2011 22:51, Marcel a écrit : Hi, I'm implementing the USB device controller for the SAM9G45 and got to a point where I've got endpoint 0 to work, so basically all descriptors are received by the host. I did however have an issue getting past this and found it's related