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

Wolfgang Denk wd at denx.de
Sat Apr 10 23:11:12 CEST 2010


Dear Dave Liu,

In message <1270769522-27230-1-git-send-email-daveliu at freescale.com> you 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.
> 
> Signed-off-by: Dave Liu <daveliu at freescale.com>
...
> +#if defined(CONFIG_FSL_SATA_V2) && defined(CONFIG_FSL_SATA_ERRATUM_A001)
> +	/* For P1022/1013 Rev1.0 silicon, after power on SATA host
> +	 * controller 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 from legacy mode.
> +	 */

Incorrect multiline comment style.



More information about the U-Boot mailing list