[U-Boot] [PATCH] fdt_support: add entry for sec3.1 and remove tls_ssl_stream descriptor type capability for sec3.3

Kim Phillips kim.phillips at freescale.com
Tue Apr 27 02:29:10 CEST 2010


On Sun, 25 Apr 2010 19:55:27 -0400
Jerry Van Baren <gvb.uboot at gmail.com> wrote:

> Hi Kim, Haiying,

Hi Jerry,

> Kim Phillips wrote:
> > Add sec3.1 h/w geometry for fdt node fixups.
> > 
> > Also, technically, whilst SEC v3.3 h/w honours the tls_ssl_stream descriptor
> > type, it lacks the ARC4 algorithm execution unit required to be able
> > to execute anything meaningful with it.  Change the node to agree with
> > the documentation that declares that the sec3.3 really doesn't have such
> > a descriptor type.
> > 
> > Reported-by: Haiying Wang <Haiying.Wang at freescale.com>
> > Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
> > ---
> >  common/fdt_support.c |    3 ++-
> >  1 files changed, 2 insertions(+), 1 deletions(-)

> Hmmm, we have two pieces of Freescale processor-specific fixups in 
> fdt_support.c:
> 
> #ifdef CONFIG_HAS_FSL_DR_USB

> #endif /* defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) */
> 
> While I'm OK with the change and am willing to ack since it appears to 

thanks.

> be a small and necessary improvement to existing code, it would be 
> better to move the Freescale specific fixups into a Freescale CPU 
> subdirectory, probably cpu/mpc8xxx/fdt.c.

to do that properly, a merge of 83xx and 8[56]xx families' both cpu and
pci code would have to be made - something that I feel is way out of
scope for this patch subject.

Kim


More information about the U-Boot mailing list