u-boot/cpu
Leon Woestenberg da0e5f7ee8 ppc/85xx: Fix crashes due to generation of SPE instruction
U-Boot crashed on the last instruction:

int parse_stream_outer(struct in_str *inp, int flag)
{
effa4784:       94 21 ff 38     stwu    r1,-200(r1)
effa4788:       7c 08 02 a6     mflr    r0
effa478c:       42 9f 00 05     bcl-    20,4*cr7+so,effa4790 <parse_stream_outer+0xc>
effa4790:       7d 80 00 26     mfcr    r12
effa4794:       13 c1 b3 21     evstdd  r30,176(r1)

...which is a  SPE instruction, although -mno-spe was used.

tmp/cross/ppce500v2/bin/powerpc-angstrom-linux-gnuspe-gcc --version
powerpc-angstrom-linux-gnuspe-gcc (GCC) 4.3.3

Seems to be a known issue (since 2008-04?!)

Googled some, turns out this patch/workaround works for me on MPC8536DS.

See http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html for more info

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2009-10-26 21:35:45 -05:00
..
74xx_7xx relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
arm720t arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
arm920t Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code 2009-10-13 21:13:56 -05:00
arm925t arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
arm926ejs arm926ejs: 8-byte align stack to avoid LDRD/STRD problems 2009-10-24 09:55:25 -05:00
arm946es arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
arm1136 arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
arm1176 arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
arm_cortexa8 TI OMAP3: make gpmc_config as const 2009-10-24 09:55:24 -05:00
arm_intcm arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
at32ap Add AVR32 LCD support 2009-07-26 13:12:02 +02:00
blackfin Blackfin: reset watchdog in udelay() 2009-10-13 21:48:52 -04:00
i386 i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure 2009-09-04 21:56:45 +02:00
ixp arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
leon2 Update U-Boot's build timestamp on every compile 2008-12-06 23:36:43 +01:00
leon3 Update U-Boot's build timestamp on every compile 2008-12-06 23:36:43 +01:00
lh7a40x arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
mcf52x2 ColdFire: Add M5208EVB and MCF520x CPU support 2009-07-14 09:27:17 -05:00
mcf523x ColdFire: PLATFORM_CPPFLAGS updates for new compiler 2009-03-17 15:58:37 -06:00
mcf532x ColdFire: Fix compile warning messages 2009-08-26 03:44:31 -05:00
mcf547x_8x ColdFire: PLATFORM_CPPFLAGS updates for new compiler 2009-03-17 15:58:37 -06:00
mcf5227x ColdFire: Fix compile warning messages 2009-08-26 03:44:31 -05:00
mcf5445x Minor coding style cleanup. 2009-08-10 10:38:34 +02:00
microblaze microblaze: Use cache functions (especially cache status) 2009-01-23 10:40:00 +01:00
mips MIPS: Implement ethernet halt for au1x00 2009-05-16 09:20:03 +09:00
mpc5xx relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
mpc5xxx relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
mpc8xx relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
mpc8xxx mpc8xxx: improve LAW error messages when setting up DDR 2009-10-16 10:21:39 -05:00
mpc83xx mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage) 2009-10-16 17:08:35 -05:00
mpc85xx ppc/85xx: Fix crashes due to generation of SPE instruction 2009-10-26 21:35:45 -05:00
mpc86xx relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
mpc512x Merge branch 'reloc' 2009-10-09 00:03:18 +02:00
mpc824x relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
mpc8220 relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
mpc8260 relocation: Do not relocate NULL pointers. 2009-10-08 09:33:36 +02:00
nios General help message cleanup 2009-06-12 20:47:16 +02:00
nios2 General help message cleanup 2009-06-12 20:47:16 +02:00
ppc4xx ppc4xx: Print PCI synchronous clock frequency upon bootup 2009-10-23 16:04:45 +02:00
pxa arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
s3c44b0 arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
sa1100 arm: Remove -fno-strict-aliasing 2009-09-04 22:15:53 +02:00
sh2 sh: unify linker script 2009-07-08 11:43:15 +09:00
sh3 sh: unify linker script 2009-07-08 11:43:15 +09:00
sh4 sh: unify linker script 2009-07-08 11:43:15 +09:00