Re: [U-Boot] [PATCH v6] OMAP3: add CM-T35 board

2009-11-22 Thread Mike Rapoport
Mike Rapoport wrote: > CM-T35 is a system-on-module board from CompuLab, Ltd. The CM-T35 > datasheet can be found at > http://www.compulab.co.il/t35/html/t35-cm-datasheet.htm > > Signed-off-by: Mike Rapoport > Any updates on this? ___ U-Boot mailin

Re: [U-Boot] [PATCH] at91: Extended soft_i2c driver for AT91SAM9263 SoC

2009-11-22 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <1242645655326-git-send-email-daniel.gorsulow...@esd.eu> Daniel > Gorsulowski wrote: >> While hard_i2c support is not available >> (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html), >> this patch enables soft_i2c on AT91SAM9263 So

Re: [U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-11-22 Thread Simon Kagstrom
On Sun, 22 Nov 2009 21:57:05 +0100 Wolfgang Denk wrote: > > In message <20090713131125.6e6a3...@marrow.netinsight.se> Simon Kagstrom > > wrote: > > > The mv881116 PHY initialization is split out to a common file to enable > > > code reuse between different boards. > > > > > > Signed-off-by: Sim

Re: [U-Boot] [PATCH] memsize: get correct memory size

2009-11-22 Thread Minkyu Kang
Dear Wolfgang, 2009/11/18 Minkyu Kang : > In some case, saved address and compared address are different. (e.g: 80M) > So, it can be get wrong memory size. > This patch fix the such problem, and fix style problems also. > > Signed-off-by: Minkyu Kang > --- >  common/memsize.c |   77 > ++

[U-Boot] [PATCH] Fixing `can't find crc32.c' error on non Linux platform

2009-11-22 Thread Arnaud Lacombe
This is a quick and dirty patch to fix the build on a NetBSD platform, using Linux binary compatibility to run ELDK 4.2 toolchain for ARM. It is not intended for any kind of inclusion, but might give some hints about what's wrong or allow people not to give up on this error. A couple of other nits

Re: [U-Boot] mtest issue

2009-11-22 Thread Alexey Goncharov
Hello Jerry, Wolfgang and all the u-boot maillist participants! Sorry for the broken encoding in my previous mail. >> I have a LPC2468 board and currently play with u-boot. U-boot version >> is 1.1.6 from Embedded Artists. I've already made u-boot loading and > > 1.1.6 is really old. I'll keep t

Re: [U-Boot] [U-boot][PATCH] AMCC ppc440SPe PCIe PLL lock error

2009-11-22 Thread Rupjyoti Sarmah
Hi Wolfgang, This fix is already applied. http://git.denx.de/?p=u-boot/u-boot-ppc4xx.git;a=commitdiff;h=fcdb36b85a c033c09a9762a0a14808f7cb2ed54c I resubmitted and changed the subject line little bit. Sorry that I did not send you a note about that change. Regards, Rup -Original Message---

Re: [U-Boot] include/asm-blackfin/mmc.h???

2009-11-22 Thread Mike Frysinger
On Sunday 22 November 2009 19:34:55 Peter Tyser wrote: > Anyone know what's up with include/asm-blackfin/mmc.h? All it contains > is: > #include > > And that file doesn't exist. the file doesnt exist *anymore*. the Blackfin SDH driver is still using the old mmc framework and only recently has

Re: [U-Boot] [PATCH v2 2/6] Move lib_ directories to lib/

2009-11-22 Thread Peter Tyser
On Sun, 2009-11-22 at 21:54 +0100, Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1247241800-29059-3-git-send-email-pty...@xes-inc.com> you wrote: > > Signed-off-by: Peter Tyser > > Could you please rebase this patch, and the other two in this series: > [PATCH v2 3/6] Move lib_generic

Re: [U-Boot] [PATCH v7 2/2] arm: A320: Add support for Faraday A320 evaluation board

2009-11-22 Thread Po-Yu Chuang
Dear Wolfgang and Tom, 2009/11/23 Wolfgang Denk : > Dear Tom, > In message <1253692384-3236-1-git-send-email-ratbert.chu...@gmail.com> Po-Yu > Chuang wrote: >> This patch adds support for A320 evaluation board from Faraday. This board >> uses FA526 processor by default and has 512kB and 32MB NOR

Re: [U-Boot] include/asm-blackfin/mmc.h???

2009-11-22 Thread Cai, Cliff
This header should not be included any more,I will drop it. Best Regards Cliff >-Original Message- >From: Peter Tyser [mailto:pty...@xes-inc.com] >Sent: Monday, November 23, 2009 8:35 AM >To: u-boot mailing list >Cc: Cai, Cliff; vap...@gentoo.org >Subject: include/asm-blackfin/mmc.h???

[U-Boot] include/asm-blackfin/mmc.h???

2009-11-22 Thread Peter Tyser
Anyone know what's up with include/asm-blackfin/mmc.h? All it contains is: #include And that file doesn't exist. Thanks, Peter ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Add new command to U-boot

2009-11-22 Thread stephanie keeling
Hi, How and where do i add a new command to the uboot. This is a freescale platform specific command and would not work on other platforms. Are there any guidelines in place? Thanks for your help, Stephanie. ___ U-Boot mailing list U-Boot@lists.denx.de h

Re: [U-Boot] [PATCH 3/3] Add 'true' and 'false' commands

2009-11-22 Thread Wolfgang Denk
Dear Peter Tyser, In message <1255732587-24542-3-git-send-email-pty...@xes-inc.com> you wrote: > These commands are only enabled when the hush shell is enabled and can > be useful in scripts such as: > > while true do > echo "Booting OS..."; > run $bootcmd; > echo "Booting OS failed";

Re: [U-Boot] [PATCH 2/3] cmd_help: General cleanup

2009-11-22 Thread Wolfgang Denk
Dear Peter Tyser, In message <1255732587-24542-2-git-send-email-pty...@xes-inc.com> you wrote: > Shorten the overly-verbose help message of 'help' and clean up some > redundant ifdefery while we're at it. > > Signed-off-by: Peter Tyser > --- > common/cmd_help.c | 21 +++-- > 1

Re: [U-Boot] [PATCH 1/3] command.c: Break commands out to appropriate cmd_*.c files

2009-11-22 Thread Wolfgang Denk
Dear Peter Tyser, In message <1255732587-24542-1-git-send-email-pty...@xes-inc.com> you wrote: > command.c should contain common code related to commands, not > miscellaneous command implementations. > > Signed-off-by: Peter Tyser > --- > common/Makefile |5 + > common/cmd_echo.c|

Re: [U-Boot] [PATCH 1/3] NET: LAN91C96 CONFIG_NET_MULTIify

2009-11-22 Thread Wolfgang Denk
Dear Nishanth Menon, In message <1255669597-10607-2-git-send-email...@ti.com> you wrote: > Make the lan91c96 driver capable of CONFIG_NET_MULTI > to be clean for the new arch, add a a lil detect function ----^^^ "for the new arch" is not really helpful for the

Re: [U-Boot] [PATCH 6/8] nhk8815: added keypad

2009-11-22 Thread Alessandro Rubini
Hello Wolfgang. Thanks for looking at my patch-set. >> +printf("%s:%s\n", __FILE__, __func__); > > Guess this should be debug() instead? Actually, this was meant to be removed in final code. As explained in the 0/8 message, this patch set was mainly and RFC, as some of the stuff looked que

Re: [U-Boot] [PATCH] sf: fix stmicro offset setup while erasing

2009-11-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1255562883-19679-1-git-send-email-vap...@gentoo.org> you wrote: > Reported-by: Peter Gombos > Signed-off-by: Mike Frysinger > --- > drivers/mtd/spi/stmicro.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Applied, thanks. Best regards, Wolfgan

Re: [U-Boot] [PATCH] Reduce apollon OneNAND IPL code

2009-11-22 Thread Wolfgang Denk
Dear Tom, In message <20091012001749.ga23...@july> Kyungmin Park wrote: > After OneNAND IPL updated, apollon boot code exceeds 1KiB size, > > This patch reduces the apollon boot code > > Signed-off-by: Kyungmin Park Can you please check the status of this patch: http://thread.gmane.org/gmane.c

Re: [U-Boot] [PATCH v2] sf: new driver for Winbond W25X16/32/64 devices

2009-11-22 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1255122743-20232-1-git-send-email-vap...@gentoo.org> you wrote: > From: Jason McMullan > > Signed-off-by: Jason McMullan > Signed-off-by: Mike Frysinger > --- > v2 > - fix up issues after talking to Jason > > Wolfgang: is this ok to merge for this releas

Re: [U-Boot] [PATCH 8/8] nhk8815: added lcd support

2009-11-22 Thread Wolfgang Denk
Dear Alessandro Rubini, In message <109a8c9f77c98641a8a02c4346cd2c7d2cc6794f.1255086085.git.rubini@ unipv.it> you wrote: > From: Alessandro Rubini ... > +void lcd_enable(void) > +{ > + printf("%s:%s\n", __FILE__, __func__); > + int i; Please no declarations in the middle of code. And p

Re: [U-Boot] [PATCH 7/8] nhk8815: start lower in RAM, so the 800x480 frame buffer fits

2009-11-22 Thread Wolfgang Denk
Dear Alessandro Rubini, In message <13e66c1b362688fc77332fc0c9519567214ca6a2.1255086085.git.rubini@ unipv.it> you wrote: > From: Alessandro Rubini ... > -TEXT_BASE = 0x03F8 > +# A display of 800x480x4 takes almost 2MB, so we must be lower than that. x4 ? 4bpp or what? I cannot parse this.

Re: [U-Boot] [PATCH 6/8] nhk8815: added keypad

2009-11-22 Thread Wolfgang Denk
Dear Alessandro Rubini, In message <5a9bb8fb15cdb47d2ccd77af62f759ed493de944.1255086085.git.rubini@ unipv.it> you wrote: > From: Alessandro Rubini > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo Please see previous comments about coding style. Additionally: > +int nhk8815_key

Re: [U-Boot] [PATCH 3/8] drivers/misc: add stmpe2401 port extender and keypad controller

2009-11-22 Thread Wolfgang Denk
Dear Alessandro Rubini, In message you wrote: > From: Alessandro Rubini > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo ... > +int pe_getreg(int addr, int reg) > +{ > + unsigned char val8 = reg; > + int ret; > + > + ret = i2c_read(addr, reg, 1 /* len */, &val8, 1); >

Re: [U-Boot] [PATCH 5/8] lcd: make 16bpp work

2009-11-22 Thread Wolfgang Denk
Dear Alessandro Rubini, In message <5d6b28b1993d090ee26fa192c1784739eb12db3f.1255086085.git.rubini@ unipv.it> you wrote: > From: Alessandro Rubini > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > common/lcd.c | 26 -- > 1 files changed, 20 inser

Re: [U-Boot] [PATCH 1/8] video: add amba-clcd prime-cell

2009-11-22 Thread Wolfgang Denk
Dear Anatolij, In message Alessandro Rubini wrote: > From: Alessandro Rubini > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo > --- > drivers/video/Makefile |1 + > drivers/video/amba.c | 86 > > include/amba_clcd.h|

Re: [U-Boot] [PATCH] AT92RM9200 EMAC driver for NET MULTI API

2009-11-22 Thread Wolfgang Denk
Dear Ben, In message <4acdde30.8030...@bus-elektronik.de> Jens Scharsig wrote: > This patch adds a new net api driver for AT91RM9200 EMAC > > * adds NET_MULTI api EMAC (CONFIG_DRIVER_AT91EMAC) > * generic PHY initialization > > Signed-off-by: Jens Scharsig > --- > > This patch was tested with

Re: [U-Boot] [PATCH V2 3/3] lcd: remove '#if 0' 32-bit scroll, now memcpy does it

2009-11-22 Thread Wolfgang Denk
Dear Anatolij, In message <48a15e2db97a6bccf6cc0ebdfae45bc5f946a2f7.1255000877.git.rubini@ unipv.it> Alessandro Rubini wrote: > From: Alessandro Rubini > > Signed-off-by: Alessandro Rubini > Acked-by: Andrea Gallo Could you please comment on your position about this patch (and eventually app

Re: [U-Boot] [PATCH v3] ppc/85xx: PIO Support for FSL eSDHC Controller Driver

2009-11-22 Thread Wolfgang Denk
Dear Andy & Kumar, In message <1254737518-7313-1-git-send-email-dipen.dud...@freescale.com> Dipen Dudhat wrote: > On some Freescale SoC Internal DMA of eSDHC controller has bug. > So PIO Mode has been introduced to do data transfer using CPU. > > Signed-off-by: Dipen Dudhat > --- > Changes from

Re: [U-Boot] [PATCH] Generic udelay() with watchdog support

2009-11-22 Thread Wolfgang Denk
Dear Ingo van Lil, In message <20091005090838.ga22...@zaphod.peppercon.de> you wrote: > According to the PPC reference implementation the udelay() function is > responsible for resetting the watchdog timer as frequently as needed. > Most other architectures do not meet that requirement, so long-ru

Re: [U-Boot] [PATCH][v4] mpc8260: move FDT memory node fixup into common CPU code.

2009-11-22 Thread Wolfgang Denk
Dear Marcel Ziswiler, In message <1254434117.8315.15.ca...@com-21> you wrote: > Signed-off-by: Marcel Ziswiler > Tested-by: Heiko Schocher > --- > Changes since v1: > - Added previously missed mgcoge board as pointed out by Peter Tyser and Heiko > - Moved the board-specific Ethernet modification

Re: [U-Boot] [PATCH v7 2/2] arm: A320: Add support for Faraday A320 evaluation board

2009-11-22 Thread Wolfgang Denk
Dear Tom, In message <1253692384-3236-1-git-send-email-ratbert.chu...@gmail.com> Po-Yu Chuang wrote: > This patch adds support for A320 evaluation board from Faraday. This board > uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM. > FA526 is an ARMv4 processor and uses the

Re: [U-Boot] [PATCH v7 1/2] arm: A320: driver for FTRTC010 real time clock

2009-11-22 Thread Wolfgang Denk
Dear Po-Yu Chuang, In message <1253692355-3158-1-git-send-email-ratbert.chu...@gmail.com> you wrote: > This patch adds an FTRTC010 driver for Faraday A320 evaluation board. > > Signed-off-by: Po-Yu Chuang > --- > drivers/rtc/Makefile |1 + > drivers/rtc/ftrtc010.c | 124 > +

Re: [U-Boot] An error in u-boot-2009.08/cpu/arm920t/start.S

2009-11-22 Thread Wolfgang Denk
Dear Tom, In message <902963.84935...@web15002.mail.cnb.yahoo.com> =?utf-8?B?6Zu3IOmrmA==?= wrote: > > In u-boot-2009.08/cpu/arm920t/start.S, the instruction of line 158 is > "ldr r1, x3ff", but the effective bits in INTSUBMSK register of > S3C2410 are [10...0]. So I think "0x3ff" is not right.

Re: [U-Boot] [PATCH v3] AT91: Add SD/MMC controller support

2009-11-22 Thread Wolfgang Denk
Dear Albin Tonnerre, In message <1252442374-25386-1-git-send-email-albin.tonne...@free-electrons.com> you wrote: > This patch allows to use the atmel_mci SD/MMC driver on the at91 architecture. > It contains: > - initialization code for the MCI controller for all the supported AT91. It >allo

Re: [U-Boot] PATCH mtd CFI flash: timeout calculation underflow if imprecise 1kHz timer: fix

2009-11-22 Thread Wolfgang Denk
Dear Renato Andreola, In message <4a925011.9080...@imagos.it> you wrote: > From 21d84ab72266f118794233176bd356d8b1cfdf35 Mon Sep 17 00:00:00 2001 > From: Renato Andreola > Date: Fri, 21 Aug 2009 18:05:51 +0200 > Subject: [PATCH] drivers/mtd/cfi_flash: precision and underflow problem in > tout c

Re: [U-Boot] [PATCH] MIMC200: set default fbmem value

2009-11-22 Thread Wolfgang Denk
Dear Mark Jackson, In message <4a897a7c.9060...@mimc.co.uk> you wrote: > This patch adds a default bootargs "fbmem" value to the > CONFIG_BOOTARGS string for the MIMC200 board. > > Signed-off-by: Mark Jackson > --- > include/configs/mimc200.h |2 +- > 1 files changed, 1 insertions(+), 1 del

Re: [U-Boot] [U-boot][PATCH] AMCC ppc440SPe PCIe PLL lock error

2009-11-22 Thread Wolfgang Denk
Dear Stefan Roese, In message <200908270650.39795...@denx.de> you wrote: > > On Wednesday 26 August 2009 22:09:27 Wolfgang Denk wrote: > > > u-boot reports a PCIE PLL lock error at boot time on Yucca > > > board, and left PCIe nonfunctional. This is fixed by making u-boot > > > function ppc4xx_in

Re: [U-Boot] [PATCH] AT91: revise serial lines pullup configuration,

2009-11-22 Thread Wolfgang Denk
Dear Tom, In message <4a60eb7c.4010...@poczta.fm> Andrzej Wolski wrote: > Currently pullups are incorrectly set for all AT91 SoCs: > pullup for TXD line is enabled, what is not necessary, but > pullup for RXD line, what may be necessary for some boards, > is disabled. This patch fixes it: it enabl

Re: [U-Boot] [PATCH] Add inverted clock polarity support for Atmel LCD driver

2009-11-22 Thread Wolfgang Denk
Dear Dimitar Dimitrov, In message <200907151856.24888.dinu...@gmail.com> you wrote: > This is my third try for Olimex SAM9-L9260/61 board support patches. > > Here follows the first patch. > --- > > Boards utilizing the Atmel LCD driver can now specify that the LCD clock must > be inverted by d

Re: [U-Boot] [PATCH 02/03 v2] Add support for Olimex SAM9-L9261 SBC

2009-11-22 Thread Wolfgang Denk
Dear Tom, In message <200907142213.38832.dinu...@gmail.com> Dimitar Dimitrov wrote: > > The SAM9-L9261 board support is based on code for AT91SAM9261EK. Networking > is missing and will be added after the DM9000 support for AT91 boards is > fixed to comply with U-Boot guide-lines. > > Signed-off

Re: [U-Boot] [RFC/PATCH 1/2]: Arm: Kirkwood: Split PHY-related initialization to a common file

2009-11-22 Thread Wolfgang Denk
Dear Ben, In message <20090805212225.3a5c0832e...@gemini.denx.de> I wrote: > Dear Ben, > > In message <20090713131125.6e6a3...@marrow.netinsight.se> Simon Kagstrom > wrote: > > The mv881116 PHY initialization is split out to a common file to enable > > code reuse between different boards. > > >

Re: [U-Boot] [PATCH v2 2/6] Move lib_ directories to lib/

2009-11-22 Thread Wolfgang Denk
Dear Peter Tyser, In message <1247241800-29059-3-git-send-email-pty...@xes-inc.com> you wrote: > Signed-off-by: Peter Tyser Could you please rebase this patch, and the other two in this series: [PATCH v2 3/6] Move lib_generic to lib/generic [PATCH v2 4/6] Move libfdt to lib/libfdt against curre

Re: [U-Boot] [PATCH 1/3] 83xx: Default to using DMA to initialize SDRAM

2009-11-22 Thread Wolfgang Denk
Dear Kim & Peter, In message <1247081322-22392-2-git-send-email-pty...@xes-inc.com> Peter Tyser wrote: > When SDRAM ECC is enabled and CONFIG_ECC_INIT_VIA_DDRCONTROLLER is not > defined use DMA to set SDRAM to a known state. Previously a sequence of > 64-bit stores was used. > > Signed-off-by:

Re: [U-Boot] [PATCH] Added preliminary support to EHCI USB FSL controller for platform MPC5121

2009-11-22 Thread Wolfgang Denk
Dear "Rendine Francesco", In message <19afd08d18580f478430ce6278e20225211...@msrv-be20.valueteam.com> you wrote: > > I would like to submit you a patch to add a preliminary support to EHCI > USB Freescale controller integrated on MPC5121. I apologize for the long delay. > There is still much jo

Re: [U-Boot] [RFC] 83xx: uec: miiphybb: Added support for bitBang SMI and uec SMI enabled at the same time.

2009-11-22 Thread Wolfgang Denk
Dear Kim, In message <4a394e90.6080...@ruggedcom.com> Richard Retanubun wrote: > Greetings, > > Our board have one PHY's SMI attached via GPIO (bitBang SMI) > and the other network device (a switch) connected to the 8360e's real SMI > controller. > > This patch aims to make u-boot able to use b

Re: [U-Boot] [PATCH 1/1] avr32/hsdramc: Move conditional compilation to Makefile

2009-11-22 Thread Wolfgang Denk
Dear Tom, In message <1244889058-5961-1-git-send-email-plagn...@jcrosoft.com> JC wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > Cc: Haavard Skinnemoen > --- > cpu/at32ap/Makefile |2 +- > cpu/at32ap/hsdramc.c |3 --- > 2 files changed, 1 insertions(+), 4 deletions(-) Can y

Re: [U-Boot] [PATCH] 85xx: Enable the DDR3 SPD support for P2020DS board

2009-11-22 Thread Wolfgang Denk
Dear Andy & Kumar, In message <1244849221-17692-1-git-send-email-dave...@freescale.com> Dave Liu wrote: > * The ELPIDA 2GB unbuffered DDR3 SDRAM DIMMs - EBJ21EE8BAFA-AE-E > 600MT/s, 667MT/s and 800MT/s passed on P2020DS > * Micron 1GB unbuffered DDR3 SDRAM DIMMs - MT9JSF12872AY-1G4D1 > 600MT/

Re: [U-Boot] [PATCH] at91: Extended soft_i2c driver for AT91SAM9263 SoC

2009-11-22 Thread Wolfgang Denk
Dear Heiko, In message <1242645655326-git-send-email-daniel.gorsulow...@esd.eu> Daniel Gorsulowski wrote: > While hard_i2c support is not available > (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html), > this patch enables soft_i2c on AT91SAM9263 SoC. > > Signed-off-by: Daniel Go

Re: [U-Boot] PATCH Nios2 kernel bootstrap error due to missing processor data cache flush: fix

2009-11-22 Thread Wolfgang Denk
Dear Renato Andreola, In message <49df39cd.9010...@imagos.it> you wrote: > From b75bd27f89ac6c105cebb6507cf082b6f5fffc7d Mon Sep 17 00:00:00 2001 > From: Renato Andreola > Date: Fri, 10 Apr 2009 12:32:29 +0200 > Subject: Nios2: do_boom_linux(): kernel gunzip input data integrity > problem d

Re: [U-Boot] [PATCH 2/2] 85xx: add the nfsboot/ramboot to default environment

2009-11-22 Thread Wolfgang Denk
Dear Andy & Kumar, In message <1238751340-26758-1-git-send-email-dave...@freescale.com> Dave Liu wrote: > Give the MPC8569MDS board one default environment var. > > Signed-off-by: Dave Liu > --- > include/configs/MPC8569MDS.h | 72 > -- > 1 files chan

Re: [U-Boot] Problem with SD card and ext2ls

2009-11-22 Thread Michael Brandt
Hello, > Here also Wolfgang Denk says that ext2 is currently broken in u-boot > for newer ext2 images. I rather would say it is broken for rev 0, i.e. old ext2 images and images generated with genext2fs > Is this still true or has it been fixed since then? I just posted a patch: [PATCH] EXT2FS:

[U-Boot] [PATCH] EXT2FS: fix inode size for ext2fs rev#0

2009-11-22 Thread Michael Brandt
From: Michael Brandt extfs.c assumes that there is always a valid inode_size field in the superblock. But this is not true for ext2fs rev 0. Such ext2fs images are for instance generated by genext2fs. Symptoms on ARM machines are messages like: "raise: Signal # 8 caught" This fix checks for rev 0