From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Fleming Date: Mon, 13 Oct 2008 20:52:44 -0500 Subject: [U-Boot] [PATCH 4/4] Do not init SATA when disabled on 8536DS. In-Reply-To: <62E86B44-4E2A-4356-BD81-A0D014AB591E@kernel.crashing.org> References: <1223610061-5348-1-git-send-email-Jason.jin@freescale.com> <1223610061-5348-2-git-send-email-Jason.jin@freescale.com> <1223610061-5348-3-git-send-email-Jason.jin@freescale.com> <1223610061-5348-4-git-send-email-Jason.jin@freescale.com> <62E86B44-4E2A-4356-BD81-A0D014AB591E@kernel.crashing.org> Message-ID: <2acbd3e40810131852p79033c20g92ba76742731f55e@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Oct 13, 2008 at 8:49 PM, Kumar Gala wrote: > > 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. >> >> Signed-off-by: Jason Jin Acked-by: Andy Fleming Wolfgang, if you want, I can apply this to my master branch, and push it out for 2008-10. Whichever is more convenient for you. Andy