Re: [U-Boot] [PATCH 4/4] Do not init SATA when disabled on 8536DS.

2008-10-14 Thread Wolfgang Denk
Dear Jason Jin, In message [EMAIL PROTECTED] you wrote: SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the driver still try to access the SATA registers, the cpu will hangup. This patch try to fix this by reading the serdes status before the SATA initialize.

Re: [U-Boot] [PATCH 4/4] Do not init SATA when disabled on 8536DS.

2008-10-13 Thread Kumar Gala
On Oct 9, 2008, at 10:41 PM, Jason Jin wrote: SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the driver still try to access the SATA registers, the cpu will hangup. This patch try to fix this by reading the serdes status before the SATA initialize.

[U-Boot] [PATCH 4/4] Do not init SATA when disabled on 8536DS.

2008-10-09 Thread Jason Jin
SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the driver still try to access the SATA registers, the cpu will hangup. This patch try to fix this by reading the serdes status before the SATA initialize. Signed-off-by: Jason Jin [EMAIL PROTECTED] ---