[U-Boot] [PATCH 13/17] LEON3: Added GRETH EDCL debug link IP address initialization.

2010-05-18 Thread Daniel Hellstrom
Signed-off-by: Daniel Hellstrom dan...@gaisler.com --- arch/sparc/cpu/leon3/cpu_init.c | 14 arch/sparc/cpu/leon3/greth.c| 152 +++ 2 files changed, 166 insertions(+), 0 deletions(-) create mode 100644 arch/sparc/cpu/leon3/greth.c diff --git

[U-Boot] [PATCH 13/17] LEON3: Added GRETH EDCL debug link IP address initialization.

2010-01-28 Thread Daniel Hellstrom
Signed-off-by: Daniel Hellstrom dan...@gaisler.com --- cpu/leon3/cpu_init.c | 14 + cpu/leon3/greth.c| 152 ++ 2 files changed, 166 insertions(+), 0 deletions(-) create mode 100644 cpu/leon3/greth.c diff --git a/cpu/leon3/cpu_init.c