]> git.ipfire.org Git - people/ms/u-boot.git/commit - post/tests.c
Extend POST support for PPC440
authorIgor Lisitsin <igor@emcraft.com>
Wed, 28 Mar 2007 15:06:19 +0000 (19:06 +0400)
committerWolfgang Denk <wd@denx.de>
Fri, 22 Jun 2007 21:21:01 +0000 (23:21 +0200)
commita11e06965ec91270c51853407ff1261d3c740386
tree438b2a6816ee30034a1c5d979370185570bbdba8
parent02032e8f14751a1a751b09240a4f1cf9f8a2077f
Extend POST support for PPC440

Added memory, CPU, UART, I2C and SPR POST tests for PPC440.

Signed-off-by: Igor Lisitsin <igor@emcraft.com>
--
14 files changed:
board/amcc/sequoia/sequoia.c
cpu/ppc4xx/cpu_init.c
include/configs/sequoia.h
include/post.h
include/ppc440.h
post/cpu/ppc4xx/Makefile [new file with mode: 0644]
post/cpu/ppc4xx/fpu.c [new file with mode: 0644]
post/cpu/ppc4xx/spr.c [new file with mode: 0644]
post/cpu/ppc4xx/uart.c [new file with mode: 0644]
post/cpu/ppc4xx/watchdog.c [new file with mode: 0644]
post/lib_ppc/asm.S
post/lib_ppc/b.c
post/post.c
post/tests.c