Re: [U-Boot] [PATCH v3 1/2] fsl_sata: Add the workaround for errata SATA-A001

2010-04-13 Thread Kumar Gala
On Apr 12, 2010, at 1:23 AM, Dave Liu wrote: > After power on, the SATA host controller of P1022 Rev1 is configured > in legacy mode instead of the expected enterprise mode. > > Software needs to clear bit[28] of HControl register to change to > enterprise mode after bringing the host offline. >

[U-Boot] [PATCH v3 1/2] fsl_sata: Add the workaround for errata SATA-A001

2010-04-11 Thread Dave Liu
After power on, the SATA host controller of P1022 Rev1 is configured in legacy mode instead of the expected enterprise mode. Software needs to clear bit[28] of HControl register to change to enterprise mode after bringing the host offline. Signed-off-by: Dave Liu --- * address Wolfgang's comment