Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1209122
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Jisheng Zhang <jszhang@marvell.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort |
| Date | Tue, 18 Aug 2015 10:40:02 +0200 |
| Message-ID | <pYKB4-Rg-7@gated-at.bofh.it> (permalink) |
| References | <pWnfA-605-27@gated-at.bofh.it> <pXnQd-4h6-19@gated-at.bofh.it> <pXnQd-4h6-17@gated-at.bofh.it> <pXoVX-5O1-1@gated-at.bofh.it> <pXvb4-6cV-13@gated-at.bofh.it> <pXvb4-6cV-11@gated-at.bofh.it> <pYAV3-3DY-1@gated-at.bofh.it> <pYFBn-2aI-3@gated-at.bofh.it> <pYKhJ-uI-27@gated-at.bofh.it> |
| X-Original-To | Russell King - ARM Linux <linux@arm.linux.org.uk> |
| X-Mailer | Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-pc-linux-gnu) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="US-ASCII" |
| Content-Transfer-Encoding | 7bit |
| X-Proofpoint-Virus-Version | vendor=fsecure engine=2.50.10432:,, definitions=2015-08-18_04:,, signatures=0 |
| X-Proofpoint-Spam-Details | rule=inbound_notspam policy=inbound score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0.9 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1507310000 definitions=main-1508180144 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 35 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com>, "Murali Karicheri" <m-karicheri2@ti.com>, <linux-kernel@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <ssantosh@kernel.org> |
| X-Original-Date | Tue, 18 Aug 2015 16:28:58 +0800 |
| X-Original-Message-ID | <20150818162858.42035da0@xhacker> |
| X-Original-References | <1439320409-20084-1-git-send-email-m-karicheri2@ti.com> <55CDF579.4050408@ti.com> <20150814140934.GX7557@n2100.arm.linux.org.uk> <55CE05EC.4040909@oracle.com> <55CE633C.10402@ti.com> <20150814215617.GA7557@n2100.arm.linux.org.uk> <55D25C64.3090107@ti.com> <55D2A1DD.9000007@oracle.com> <20150818081334.GK7557@n2100.arm.linux.org.uk> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1209122 |
Show key headers only | View raw
On Tue, 18 Aug 2015 09:13:34 +0100 Russell King - ARM Linux <linux@arm.linux.org.uk> wrote: > On Mon, Aug 17, 2015 at 08:09:17PM -0700, santosh.shilimkar@oracle.com wrote: > > From the logs this seems to be mostly clock related issue for some > > peripheral. If the bootloader clock enable all hack still exists, > > may be you can try that out. > > > > Another way to debug this is to start disabling peripheral drivers > > from the kernel 1 by 1 and see if the issue goes away. > > Highly unlikely to make any difference. As the failure happens soo early > with the patch applied, the kernel hasn't had much of a chance to touch > the hardware - about the only things are the decompressor and the kernel > touching the early console. As they seem to be working, it suggests > that's not the cause. > > It seems to be pointing towards something in the boot loader... > > Normally, uboot will hook itself into the vectors to report errors, but > I wonder whether uboot enables asynchronous aborts while it's running. > Don't forget to make sure that the aborts are disabled again prior to > calling the kernel. > Another possible cause: trustzone software. we root caused such kind of asynchronous external abort on Marvell Berlin SoCs to a trustzone bug. I'm not sure whether keystone linux is running at normal world or not. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-11 21:20 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-14 16:10 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Lucas Stach <l.stach@pengutronix.de> - 2015-08-14 16:30 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-15 00:00 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-15 00:00 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-17 16:20 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort santosh shilimkar <santosh.shilimkar@oracle.com> - 2015-08-14 17:20 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-15 00:00 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-18 00:20 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-18 00:50 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2015-08-18 05:20 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-18 10:20 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Lucas Stach <l.stach@pengutronix.de> - 2015-08-18 10:30 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Afzal Mohammed <afzal.mohd.ma@gmail.com> - 2015-08-18 14:10 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Jisheng Zhang <jszhang@marvell.com> - 2015-08-18 10:40 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-18 17:00 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-18 22:30 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-15 00:00 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort "santosh.shilimkar@oracle.com" <santosh.shilimkar@oracle.com> - 2015-08-15 02:10 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-14 16:10 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Lucas Stach <l.stach@pengutronix.de> - 2015-08-14 16:20 +0200
Re: [PATCH] ARM: keystone: add a work around to handle asynchronous external abort Murali Karicheri <m-karicheri2@ti.com> - 2015-08-17 16:20 +0200
csiph-web