
On Sun, 25 Apr 2010 19:55:27 -0400 Jerry Van Baren gvb.uboot@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@freescale.com Signed-off-by: Kim Phillips kim.phillips@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