]> git.sur5r.net Git - u-boot/commit
fdt: add crypto node handling for MPC8{3, 5}xxE processors
authorKim Phillips <kim.phillips@freescale.com>
Mon, 16 Jun 2008 20:55:53 +0000 (15:55 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Mon, 14 Jul 2008 22:01:29 +0000 (17:01 -0500)
commit6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
treef24a6eb97feae2e44f013f047468ec0dffba71d2
parentab5cda9f88c3eaf9cf599adc3a3375906c4ed904
fdt: add crypto node handling for MPC8{3, 5}xxE processors

Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
check rev and up-rev crypto node (to SEC rev. 2.4 property values)
if on an 'EA' processor, e.g. MPC8349EA.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
common/fdt_support.c
cpu/mpc83xx/fdt.c
cpu/mpc85xx/fdt.c
include/asm-ppc/processor.h
include/fdt_support.h
include/mpc83xx.h