All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] arm: omap3: Compile clock.c with -marm option to unbreak OMAP3530
Date: Mon, 6 Mar 2017 17:51:32 -0500	[thread overview]
Message-ID: <20170306225132.GL19897@bill-the-cat> (raw)
In-Reply-To: <1488763013-29815-2-git-send-email-siarhei.siamashka@gmail.com>

On Mon, Mar 06, 2017 at 03:16:52AM +0200, Siarhei Siamashka wrote:

> Boards with OMAP3530 SoC fail to boot since commit bd2c4522c26d5
> ("ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)")
> because it enabled the use of Thumb2 for the SPL.
> 
> Experiments have shown that the deadlock happens in the
> prcm_init() function from 'arch/arm/mach-omap2/omap3/clock.c'.
> 
> This patch enforces the compilation of clock.c source file in
> ARM mode and makes the deadlock disappear. We are yet to figure
> out the root cause of the problem. Still this is somewhat
> better than having non-bootable boards for years.
> 
> Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170306/0c48bc82/attachment.sig>

  reply	other threads:[~2017-03-06 22:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-06  1:16 [U-Boot] [PATCH 0/2] Unbreak OMAP3530 Siarhei Siamashka
2017-03-06  1:16 ` [U-Boot] [PATCH 1/2] arm: omap3: Compile clock.c with -marm option to unbreak OMAP3530 Siarhei Siamashka
2017-03-06 22:51   ` Tom Rini [this message]
2017-03-06  1:16 ` [U-Boot] [PATCH 2/2] arm: omap3: Bring back ARM errata workaround 725233 Siarhei Siamashka
2017-03-08 14:30   ` Tom Rini
2017-03-10 15:55     ` Siarhei Siamashka
2017-03-10 16:15       ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170306225132.GL19897@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.