[U-Boot] [PATCH v2] 85xx: Add support for not releasing secondary cores via 'mp_holdoff'
Scott Wood
scottwood at freescale.com
Thu Sep 30 19:13:49 CEST 2010
On Thu, 30 Sep 2010 11:14:50 -0500
Peter Tyser <ptyser at xes-inc.com> wrote:
> + if (hold_cores_in_reset(0)) {
> +#ifdef CONFIG_FSL_CORENET
> + /* Cores held in reset, use BRR to release */
> + enable_method = "fsl,brr-holdoff";
> +#else
> + /* Cores held in reset, use EEBPCR to release */
> + enable_method = "fsl,eebpcr";
> +#endif
Seems a little odd to have "fsl,brr-holdoff" but "fsl,eebpcr" with no
"-holdoff".
-Scott
More information about the U-Boot
mailing list