u-boot/board/lwmon5
Stefan Roese 135846d6ec ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
As it seems the "old" ECC initialization routine by using dflush() didn't
write all lines in the dcache back to memory on lwmon5. This could lead
to ECC error upon Linux booting. This patch changes the program_ecc()
routine to now use clean_dcache_range() instead of dflush().
clean_dcache_range() uses dcbst which is exactly what we want in this
case.

Since dflush() is known is cause problems, this routine will be
removed completely and replaced by clean_dcache_range() with an
additional patch.

Signed-off-by: Stefan Roese <sr@denx.de>
2008-04-29 13:36:51 +02:00
..
Makefile ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) 2007-08-21 16:27:57 +02:00
config.mk [ppc4xx] Add initial lwmon5 board support 2007-06-15 08:18:01 +02:00
init.S ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore 2008-01-09 10:28:20 +01:00
kbd.c ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) 2007-08-21 16:27:57 +02:00
lwmon5.c lwmon5 watchdog: limit trigger rate 2008-04-22 15:21:15 +02:00
sdram.c ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range() 2008-04-29 13:36:51 +02:00
u-boot.lds Remove all the search paths from the .lds files. 2008-04-17 23:57:32 -07:00