]> git.ipfire.org Git - people/ms/u-boot.git/commit
Merged POST framework with the current TOT.
authorSergei Poselenov <sposelenov@emcraft.com>
Thu, 5 Jul 2007 06:17:37 +0000 (08:17 +0200)
committerStefan Roese <sr@denx.de>
Thu, 5 Jul 2007 06:17:37 +0000 (08:17 +0200)
commitb44896215a09c60fa40cae906f7ed207bbc2c492
treef3c10a507342d083a17dbd7f98e5c662a8f2432e
parentf780b83316d9af1f61d71cc88b1917b387b9b995
Merged POST framework with the current TOT.

Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25 files changed:
Makefile
cpu/ppc4xx/start.S
include/configs/sequoia.h
include/ppc440.h
post/cpu/mpc8xx/Makefile
post/cpu/mpc8xx/cache.c [moved from post/drivers/cache.c with 100% similarity]
post/cpu/ppc4xx/Makefile
post/cpu/ppc4xx/cache.c [new file with mode: 0644]
post/cpu/ppc4xx/cache_4xx.S [new file with mode: 0644]
post/cpu/ppc4xx/ether.c [new file with mode: 0644]
post/cpu/ppc4xx/fpu.c
post/cpu/ppc4xx/spr.c
post/cpu/ppc4xx/uart.c
post/cpu/ppc4xx/watchdog.c
post/drivers/Makefile
post/lib_ppc/Makefile
post/lib_ppc/fpu/20001122-1.c [new file with mode: 0644]
post/lib_ppc/fpu/20010114-2.c [new file with mode: 0644]
post/lib_ppc/fpu/20010226-1.c [new file with mode: 0644]
post/lib_ppc/fpu/980619-1.c [new file with mode: 0644]
post/lib_ppc/fpu/Makefile [new file with mode: 0644]
post/lib_ppc/fpu/acc1.c [new file with mode: 0644]
post/lib_ppc/fpu/compare-fp-1.c [new file with mode: 0644]
post/lib_ppc/fpu/fpu.c [new file with mode: 0644]
post/lib_ppc/fpu/mul-subnormal-single-1.c [new file with mode: 0644]