u-boot/post/cpu/ppc4xx
Stefan Roese d91722102c ppc4xx: Fix problem in 44x cache POST routine
As repoted by Larry Johnson, running "diag run cache" caused a crash
in U-Boot. This problem was introduced by a patch that removed the
TLB entry for the cache test after the test has completed. Since this
TLB was only setup once, a 2nd attempt to run this cache test
failed with a crash. Now this TLB entry is created every time the
routine is called.

Signed-off-by: Stefan Roese <sr@denx.de>
2007-12-27 19:35:34 +01:00
..
cache.c ppc4xx: Fix problem in 44x cache POST routine 2007-12-27 19:35:34 +01:00
cache_4xx.S POST: Add ppc405 support to cache and UART POST 2007-08-14 14:39:44 +02:00
denali_ecc.c Fix/enhance ECC POST for 440EPx/GRx 2007-12-27 19:35:33 +01:00
ether.c ppc4xx: use correct io accessors for 4xx ethernet POST 2007-12-27 19:35:33 +01:00
fpu.c ppc4xx: Update 440EPx lwmon5 board support 2007-07-31 08:37:01 +02:00
Makefile Fix/enhance ECC POST for 440EPx/GRx 2007-12-27 19:35:33 +01:00
spr.c Coding style cleanup; update CHANGELOG. 2007-07-10 00:01:28 +02:00
uart.c POST: Add 405EX support to 4xx UART POST test 2007-10-31 21:20:49 +01:00
watchdog.c Merged POST framework with the current TOT. 2007-07-05 08:17:37 +02:00