[U-Boot] [PATCH v2] 85xx: Add support for not releasing secondary cores via 'mp_holdoff'
Peter Tyser
ptyser at xes-inc.com
Thu Sep 30 19:15:56 CEST 2010
On Thu, 2010-09-30 at 12:13 -0500, Scott Wood wrote:
> 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".
Argh, my bad, resending...
More information about the U-Boot
mailing list