Re: [U-Boot] [PATCH 4/5] powerpc/b4860qds: add workaround for XFI

2014-12-05 Thread York Sun
On 11/12/2014 07:27 PM, shh@gmail.com wrote: > From: Shaohui Xie > > XFI does not work stable on current board, it's due to heat sink issue, > to make it work stable the board needs additional heat sink, enable two > XFI lanes only. Right now we do not have such an erratum for the issue, > so

[U-Boot] [PATCH 4/5] powerpc/b4860qds: add workaround for XFI

2014-11-12 Thread shh.xie
From: Shaohui Xie XFI does not work stable on current board, it's due to heat sink issue, to make it work stable the board needs additional heat sink, enable two XFI lanes only. Right now we do not have such an erratum for the issue, so use a define CONFIG_SYS_FSL_B4860QDS_XFI_ERR to identify it.