ADS5121 Add IC Ident Module (IIM) support
authorMartha Marx <mmarx@silicontkx.com>
Mon, 26 Jan 2009 17:45:07 +0000 (10:45 -0700)
committerJohn Rigby <jrigby@freescale.com>
Tue, 3 Feb 2009 22:40:20 +0000 (15:40 -0700)
commitabfbd0ae4967df18102345db4f4b529a13da107b
treef790e54d8ba09e99d59ccc88a02307ffab20c25a
parent14d19cd1bce9a24b1335598f1568140f4950e4d9
ADS5121 Add IC Ident Module (IIM) support

IIM (IC Identification Module) is the fusebox for the mpc5121.
Use #define CONFIG_IIM to turn on the clock for this module
use #define CONFIG_CMD_FUSE to add fusebox commands.
Fusebox commands include the ability to read
the status, read the register cache, override the register cache,
program the fuses and sense them.

Signed-off-by: Martha Marx <mmarx@silicontkx.com>
Signed-off-by: John Rigby <jrigby@freescale.com>
board/ads5121/ads5121.c
cpu/mpc512x/Makefile
cpu/mpc512x/iim.c [new file with mode: 0644]
include/asm-ppc/immap_512x.h
include/configs/ads5121.h
include/mpc512x.h