uboot-mt623x/cpu/mpc86xx
Wheatley Travis f5a2425919 7450 and 86xx L2 cache invalidate bug corrections
The 7610 and related parts have an L2IP bit in the L2CR that is
monitored to signal when the L2 cache invalidate is complete whereas the
7450 and related parts utilize L2I for this purpose. However, the
current code does not account for this difference. Additionally the 86xx
L2 cache invalidate code used an "andi" instruction where an "andis"
instruction should have been used.

This patch addresses both of these bugs.

Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
Acked-By: Jon Loeliger <jdl@freescale.com>
2008-05-09 20:46:48 +02:00
..
Makefile 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
cache.S 7450 and 86xx L2 cache invalidate bug corrections 2008-05-09 20:46:48 +02:00
config.mk PPC: Use r2 instead of r29 as global data pointer 2008-02-14 22:43:22 +01:00
cpu.c Update SVR numbers to expand support 2008-03-26 11:43:04 -05:00
cpu_init.c mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' 2008-02-18 11:35:01 -06:00
fdt.c 86xx: Convert sbc8641d to use libfdt. 2008-02-18 14:01:56 -06:00
interrupts.c cpu/86xx fixes. 2007-08-10 11:02:32 -05:00
spd_sdram.c 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs 2008-04-29 11:44:29 -05:00
speed.c Fix calculation of I2C clock for some 86xx chips 2008-04-30 22:52:35 +02:00
start.S Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx 2008-02-15 00:26:52 +01:00
traps.c Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global 2007-09-15 20:48:41 +02:00